package dapr.proto.runtime.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AppCallback

appcallback.proto:30

AppCallback V1 allows user application to interact with Dapr runtime. User application needs to implement AppCallback service if it needs to receive message from dapr runtime.

service AppCallbackAlpha

appcallback.proto:59

AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.

service AppCallbackHealthCheck

appcallback.proto:52

AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement the HealthCheck method.

service Dapr

dapr.proto:29

Dapr service provides APIs to user application to access Dapr building blocks.

message ActiveActorsCount

dapr.proto:631

Used in: ActorRuntime, GetMetadataResponse

message ActorRuntime

dapr.proto:610

Used in: GetMetadataResponse

enum ActorRuntime.ActorRuntimeStatus

dapr.proto:611

Used in: ActorRuntime

message AppConnectionHealthProperties

dapr.proto:655

Used in: AppConnectionProperties

message AppConnectionProperties

dapr.proto:647

Used in: GetMetadataResponse

enum BindingEventResponse.BindingEventConcurrency

appcallback.proto:227

BindingEventConcurrency is the kind of concurrency

Used in: BindingEventResponse

message BulkPublishRequestEntry

dapr.proto:385

BulkPublishRequestEntry is the message containing the event to be bulk published

Used in: BulkPublishRequest

message BulkPublishResponseFailedEntry

dapr.proto:406

BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call

Used in: BulkPublishResponse

message BulkStateItem

dapr.proto:240

BulkStateItem is the response item for a bulk get operation. Return values include the item key, data and etag.

Used in: GetBulkStateResponse

message BulkSubscribeConfig

appcallback.proto:294

BulkSubscribeConfig is the message to pass settings for bulk subscribe

Used in: TopicSubscription

message DecryptRequestOptions

dapr.proto:1004

DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.

Used in: DecryptRequest

message EncryptRequestOptions

dapr.proto:968

EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.

Used in: EncryptRequest

message GetConfigurationRequest

dapr.proto:685

GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.

Used as request type in: Dapr.GetConfiguration, Dapr.GetConfigurationAlpha1

message GetConfigurationResponse

dapr.proto:700

GetConfigurationResponse is the response conveying the list of configuration values. It should be the FULL configuration of specified application which contains all of its configuration items.

Used as response type in: Dapr.GetConfiguration, Dapr.GetConfigurationAlpha1

message GetWorkflowRequest

dapr.proto:1020

GetWorkflowRequest is the request for GetWorkflowBeta1.

Used as request type in: Dapr.GetWorkflowAlpha1, Dapr.GetWorkflowBeta1

message GetWorkflowResponse

dapr.proto:1028

GetWorkflowResponse is the response for GetWorkflowBeta1.

Used as response type in: Dapr.GetWorkflowAlpha1, Dapr.GetWorkflowBeta1

message MetadataHTTPEndpoint

dapr.proto:643

Used in: GetMetadataResponse

message PauseWorkflowRequest

dapr.proto:1072

PauseWorkflowRequest is the request for PauseWorkflowBeta1.

Used as request type in: Dapr.PauseWorkflowAlpha1, Dapr.PauseWorkflowBeta1

message PubsubSubscription

dapr.proto:662

Used in: GetMetadataResponse

message PubsubSubscriptionRule

dapr.proto:674

Used in: PubsubSubscriptionRules

message PubsubSubscriptionRules

dapr.proto:670

Used in: PubsubSubscription

message PurgeWorkflowRequest

dapr.proto:1100

PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.

Used as request type in: Dapr.PurgeWorkflowAlpha1, Dapr.PurgeWorkflowBeta1

message QueryStateItem

dapr.proto:321

Used in: QueryStateResponse

message RaiseEventWorkflowRequest

dapr.proto:1088

RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.

Used as request type in: Dapr.RaiseEventWorkflowAlpha1, Dapr.RaiseEventWorkflowBeta1

message RegisteredComponents

dapr.proto:636

Used in: GetMetadataResponse

message ResumeWorkflowRequest

dapr.proto:1080

ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.

Used as request type in: Dapr.ResumeWorkflowAlpha1, Dapr.ResumeWorkflowBeta1

message SecretResponse

dapr.proto:473

SecretResponse is a map of decrypted string/string values

Used in: GetBulkSecretResponse

message StartWorkflowRequest

dapr.proto:1044

StartWorkflowRequest is the request for StartWorkflowBeta1.

Used as request type in: Dapr.StartWorkflowAlpha1, Dapr.StartWorkflowBeta1

message StartWorkflowResponse

dapr.proto:1058

StartWorkflowResponse is the response for StartWorkflowBeta1.

Used as response type in: Dapr.StartWorkflowAlpha1, Dapr.StartWorkflowBeta1

message SubscribeConfigurationRequest

dapr.proto:705

SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.

Used as request type in: Dapr.SubscribeConfiguration, Dapr.SubscribeConfigurationAlpha1

message SubscribeConfigurationResponse

dapr.proto:727

Used as response type in: Dapr.SubscribeConfiguration, Dapr.SubscribeConfigurationAlpha1

enum SubtleGetKeyRequest.KeyFormat

dapr.proto:793

Used in: SubtleGetKeyRequest

message TerminateWorkflowRequest

dapr.proto:1064

TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.

Used as request type in: Dapr.TerminateWorkflowAlpha1, Dapr.TerminateWorkflowBeta1

message TopicEventBulkRequestEntry

appcallback.proto:146

TopicEventBulkRequestEntry represents a single message inside a bulk request

Used in: TopicEventBulkRequest

message TopicEventBulkResponseEntry

appcallback.proto:190

TopicEventBulkResponseEntry Represents single response, as part of TopicEventBulkResponse, to be sent by subscibed App for the corresponding single message during bulk subscribe

Used in: TopicEventBulkResponse

message TopicEventCERequest

appcallback.proto:122

TopicEventCERequest message is compatible with CloudEvent spec v1.0

Used in: TopicEventBulkRequestEntry

enum TopicEventResponse.TopicEventResponseStatus

appcallback.proto:108

TopicEventResponseStatus allows apps to have finer control over handling of the message.

Used in: TopicEventBulkResponseEntry, TopicEventResponse

message TopicRoutes

appcallback.proto:273

Used in: TopicSubscription

message TopicRule

appcallback.proto:281

Used in: TopicRoutes

message TopicSubscription

appcallback.proto:252

TopicSubscription represents topic and metadata.

Used in: ListTopicSubscriptionsResponse

message TransactionalActorStateOperation

dapr.proto:565

TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.

Used in: ExecuteActorStateTransactionRequest

message TransactionalStateOperation

dapr.proto:485

TransactionalStateOperation is the message to execute a specified operation with a key-value pair.

Used in: ExecuteStateTransactionRequest

enum UnlockResponse.Status

dapr.proto:781

Used in: UnlockResponse

message UnsubscribeConfigurationRequest

dapr.proto:719

UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.

Used as request type in: Dapr.UnsubscribeConfiguration, Dapr.UnsubscribeConfigurationAlpha1

message UnsubscribeConfigurationResponse

dapr.proto:735

Used as response type in: Dapr.UnsubscribeConfiguration, Dapr.UnsubscribeConfigurationAlpha1