package dapr.proto.common.v1

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

message Etag

common.proto:102

Etag represents a state item version

Used in: StateItem, runtime.v1.DeleteStateRequest

message HTTPExtension

common.proto:24

HTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content. For example, when callers calls http invoke api POST http://localhost:3500/v1.0/invoke/<app_id>/method/<method>?query1=value1&query2=value2 Dapr runtime will parse POST as a verb and extract querystring to quersytring map.

Used in: InvokeRequest

enum HTTPExtension.Verb

common.proto:27

Type of HTTP 1.1 Methods RFC 7231: https://tools.ietf.org/html/rfc7231#page-24

Used in: HTTPExtension

message InvokeRequest

common.proto:49

InvokeRequest is the message to invoke a method with the data. This message is used in InvokeService of Dapr gRPC Service and OnInvoke of AppCallback gRPC service.

Used as request type in: runtime.v1.AppCallback.OnInvoke

Used as field type in: internals.v1.InternalInvokeRequest, runtime.v1.InvokeServiceRequest

message InvokeResponse

common.proto:74

InvokeResponse is the response message inclduing data and its content type from app callback. This message is used in InvokeService of Dapr gRPC Service and OnInvoke of AppCallback gRPC service.

Used as response type in: runtime.v1.AppCallback.OnInvoke, runtime.v1.Dapr.InvokeService

Used as field type in: internals.v1.InternalInvokeResponse

message StateItem

common.proto:83

StateItem represents state key, value, and additional options to save state.

Used in: runtime.v1.BindingEventResponse, runtime.v1.DeleteBulkStateRequest, runtime.v1.SaveStateRequest, runtime.v1.TransactionalStateOperation

message StateOptions

common.proto:108

StateOptions configures concurrency and consistency for state operations

Used in: StateItem, runtime.v1.DeleteStateRequest

enum StateOptions.StateConcurrency

common.proto:110

Enum describing the supported concurrency for state.

Used in: StateOptions

enum StateOptions.StateConsistency

common.proto:117

Enum describing the supported consistency for state.

Used in: StateOptions, runtime.v1.GetStateRequest