Get desktop application:
View/edit binary Protocol Buffers messages
Etag represents a state item version
Used in: ,
value sets the etag value
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:
Required. HTTP verb.
querystring includes HTTP querystring.
Type of HTTP 1.1 Methods RFC 7231: https://tools.ietf.org/html/rfc7231#page-24
Used in:
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: ,
Required. method is a method name which will be invoked by caller.
Required. Bytes value or Protobuf message which caller sent. Dapr treats Any.value as bytes type if Any.type_url is unset.
The type of data content. This field is required if data delivers http request body Otherwise, this is optional.
HTTP specific fields if request conveys http-compatible request. This field is required for http-compatible request. Otherwise, this field is optional.
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:
Required. The content body of InvokeService response.
Required. The type of data content.
StateItem represents state key, value, and additional options to save state.
Used in: , , ,
Required. The state key
Required. The state data for key
The entity tag which represents the specific version of data. The exact ETag format is defined by the corresponding data store.
The metadata which will be passed to state store component.
Options for concurrency and consistency to save the state.
StateOptions configures concurrency and consistency for state operations
Used in: ,
Enum describing the supported concurrency for state.
Used in:
Enum describing the supported consistency for state.
Used in: ,