Uses of Package
io.dapr.v1
Packages that use io.dapr.v1
-
Classes in io.dapr.v1 used by io.dapr.internal.subscriptionClassDescriptionA stub to allow clients to do asynchronous rpc calls to service Dapr.SubscribeTopicEventsRequestAlpha1 is a message containing the details for subscribing to a topic via streaming.SubscribeTopicEventsResponseAlpha1 is a message returned from daprd when subscribing to a topic via streaming.
-
Classes in io.dapr.v1 used by io.dapr.utilsClassDescriptionJobFailurePolicy defines the policy to apply when a job fails to trigger.
-
Classes in io.dapr.v1 used by io.dapr.v1ClassDescriptionA stub to allow clients to do limited synchronous rpc calls to service AppCallbackAlpha.A stub to allow clients to do synchronous rpc calls to service AppCallbackAlpha.A stub to allow clients to do ListenableFuture-style rpc calls to service AppCallbackAlpha.A stub to allow clients to do asynchronous rpc calls to service AppCallbackAlpha.AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.A stub to allow clients to do limited synchronous rpc calls to service AppCallback.A stub to allow clients to do synchronous rpc calls to service AppCallback.A stub to allow clients to do ListenableFuture-style rpc calls to service AppCallback.A stub to allow clients to do asynchronous rpc calls to service AppCallback.AppCallback V1 allows user application to interact with Dapr runtime.A stub to allow clients to do limited synchronous rpc calls to service AppCallbackHealthCheck.A stub to allow clients to do synchronous rpc calls to service AppCallbackHealthCheck.A stub to allow clients to do ListenableFuture-style rpc calls to service AppCallbackHealthCheck.A stub to allow clients to do asynchronous rpc calls to service AppCallbackHealthCheck.AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement the HealthCheck method.ConfigurationItem represents all the configuration with its name(key).ConfigurationItem represents all the configuration with its name(key).Etag represents a state item versionEtag represents a state item versionHTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content.HTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content.Type of HTTP 1.1 Methods RFC 7231: https://tools.ietf.org/html/rfc7231#page-24 RFC 5789: https://datatracker.ietf.org/doc/html/rfc5789InvokeRequest is the message to invoke a method with the data.InvokeRequest is the message to invoke a method with the data.InvokeResponse is the response message including data and its content type from app callback.InvokeResponse is the response message including data and its content type from app callback.JobFailurePolicy defines the policy to apply when a job fails to trigger.JobFailurePolicy defines the policy to apply when a job fails to trigger.JobFailurePolicyConstant is a policy which retries the job at a consistent interval when the job fails to trigger.JobFailurePolicyConstant is a policy which retries the job at a consistent interval when the job fails to trigger.JobFailurePolicyDrop is a policy which drops the job tick when the job fails to trigger.JobFailurePolicyDrop is a policy which drops the job tick when the job fails to trigger.StateItem represents state key, value, and additional options to save state.StateItem represents state key, value, and additional options to save state.StateOptions configures concurrency and consistency for state operationsStateOptions configures concurrency and consistency for state operationsEnum describing the supported concurrency for state.Enum describing the supported consistency for state.Chunk of data sent in a streaming request or response.Chunk of data sent in a streaming request or response.Protobuf type
dapr.proto.runtime.v1.ActorReminderProtobuf typedapr.proto.runtime.v1.ActorReminderExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.GetActorReminderRequest is the message to get an already-registered actor reminderGetActorReminderRequest is the message to get an already-registered actor reminderGetActorReminderResponse is the response conveying an actor's reminder.GetActorReminderResponse is the response conveying an actor's reminder.GetActorStateRequest is the message to get key-value states from specific actor.GetActorStateRequest is the message to get key-value states from specific actor.GetActorStateResponse is the response conveying the actor's state value.GetActorStateResponse is the response conveying the actor's state value.InvokeActorRequest is the message to call an actor.InvokeActorRequest is the message to call an actor.InvokeActorResponse is the method that returns an actor invocation response.InvokeActorResponse is the method that returns an actor invocation response.Protobuf typedapr.proto.runtime.v1.ListActorRemindersRequestProtobuf typedapr.proto.runtime.v1.ListActorRemindersRequestProtobuf typedapr.proto.runtime.v1.ListActorRemindersResponseProtobuf typedapr.proto.runtime.v1.ListActorRemindersResponseProtobuf typedapr.proto.runtime.v1.NamedActorReminderProtobuf typedapr.proto.runtime.v1.NamedActorReminderRegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.UnregisterActorReminderRequest is the message to unregister an actor reminder.UnregisterActorReminderRequest is the message to unregister an actor reminder.UnregisterActorRemindersByTypeRequest is the message to unregister an actor reminders by the given type.UnregisterActorRemindersByTypeRequest is the message to unregister an actor reminders by the given type.Protobuf typedapr.proto.runtime.v1.UnregisterActorRemindersByTypeResponseProtobuf typedapr.proto.runtime.v1.UnregisterActorRemindersByTypeResponseUnregisterActorTimerRequest is the message to unregister an actor timerUnregisterActorTimerRequest is the message to unregister an actor timerDeprecated.Deprecated.maintained for backwards compatibilityTODO: when going stable just make these flat in the ConversationRequestAlpha2, or reevaluate the grouping of fields...TODO: when going stable just make these flat in the ConversationRequestAlpha2, or reevaluate the grouping of fields...Deprecated.inspired by openai.ChatCompletionMessageParamUnion https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1449 The role field is inherent to the type of ConversationMessage, and is propagated in the backend according to the underlying LLM provider type.inspired by openai.ChatCompletionMessageParamUnion https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1449 The role field is inherent to the type of ConversationMessage, and is propagated in the backend according to the underlying LLM provider type.inspired by openai.ChatCompletionContentPartTextParam & openai.ChatCompletionDeveloperMessageParamContentUnion https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1084 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1154C6-L1154C53 Note: openai has this message be either a message of string or message of array type, so instead of this, we support that in one message type instead.inspired by openai.ChatCompletionContentPartTextParam & openai.ChatCompletionDeveloperMessageParamContentUnion https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1084 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1154C6-L1154C53 Note: openai has this message be either a message of string or message of array type, so instead of this, we support that in one message type instead.inspired by openai.ChatCompletionAssistantMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L310 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2060C6-L2060C36 ConversationMessageOfAssistant is intended to be the contents of a conversation message, as the role of an assistant.inspired by openai.ChatCompletionAssistantMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L310 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2060C6-L2060C36 ConversationMessageOfAssistant is intended to be the contents of a conversation message, as the role of an assistant.inspired by openai.ChatCompletionDeveloperMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1130 ConversationMessageOfDeveloper is intended to be the contents of a conversation message, as the role of a developer.inspired by openai.ChatCompletionDeveloperMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1130 ConversationMessageOfDeveloper is intended to be the contents of a conversation message, as the role of a developer.inspired by openai.ChatCompletionSystemMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1842 ConversationMessageOfSystem is intended to be the contents of a conversation message, as the role of a system.inspired by openai.ChatCompletionSystemMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1842 ConversationMessageOfSystem is intended to be the contents of a conversation message, as the role of a system.inspired by openai.ChatCompletionToolMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2011 ConversationMessageOfTool is intended to be the contents of a conversation message, as the role of a tool.inspired by openai.ChatCompletionToolMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2011 ConversationMessageOfTool is intended to be the contents of a conversation message, as the role of a tool.inspired by openai.ChatCompletionUserMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2060C6-L2060C36 ConversationMessageOfUser is intended to be the contents of a conversation message, as the role of an end user.inspired by openai.ChatCompletionUserMessageParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L2060C6-L2060C36 ConversationMessageOfUser is intended to be the contents of a conversation message, as the role of an end user.Deprecated.Deprecated.ConversationRequest is the request object for Conversation.ConversationRequestAlpha2 is the new request object for Conversation.ConversationRequestAlpha2 is the new request object for Conversation.Deprecated.Deprecated.Deprecated.ConversationResponse is the response for Conversation.ConversationResponseAlpha2 is the Alpha2 response for Conversation.ConversationResponseAlpha2 is the Alpha2 response for Conversation.Deprecated.Deprecated.Deprecated.ConversationResult is the result for one input.inspired by openai.ChatCompletion ConversationResultAlpha2 is the result for one input.inspired by openai.ChatCompletion ConversationResultAlpha2 is the result for one input.ref: https://github.com/openai/openai-go/blob/main/completion.go#L162 inspired by openai.ChatCompletion.Usage of type CompletionUsageref: https://github.com/openai/openai-go/blob/main/completion.go#L162 inspired by openai.ChatCompletion.Usage of type CompletionUsageinspired by openai.CompletionUsageCompletionTokensDetails ref: https://github.com/openai/openai-go/blob/main/completion.go#L192inspired by openai.CompletionUsageCompletionTokensDetails ref: https://github.com/openai/openai-go/blob/main/completion.go#L192inspired by openai.CompletionUsagePromptTokensDetails ref: https://github.com/openai/openai-go/blob/main/completion.go#L223C6-L223C40inspired by openai.CompletionUsagePromptTokensDetails ref: https://github.com/openai/openai-go/blob/main/completion.go#L223C6-L223C40inspired by openai.ChatCompletionChoice based on https://github.com/openai/openai-go/blob/main/chatcompletion.go#L226inspired by openai.ChatCompletionChoice based on https://github.com/openai/openai-go/blob/main/chatcompletion.go#L226inspired by openai.ChatCompletionMessage based on https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1218C6-L1218C27inspired by openai.ChatCompletionMessage based on https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1218C6-L1218C27Deprecated.inspired by openai.ChatCompletionMessageToolCallParam and openai.ChatCompletionMessageToolCall https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1669 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1611 ConversationToolCalls is the tool call request sent from the llm to the client to then call to execute.inspired by openai.ChatCompletionMessageToolCallParam and openai.ChatCompletionMessageToolCall https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1669 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1611 ConversationToolCalls is the tool call request sent from the llm to the client to then call to execute.inspired by openai.ChatCompletionMessageToolCallFunctionParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1859inspired by openai.ChatCompletionMessageToolCallFunctionParam https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1859ConversationTools are the typed tools available to be called.ConversationTools are the typed tools available to be called.ConversationToolsFunction is the main tool type to be used in a conversation.ConversationToolsFunction is the main tool type to be used in a conversation.BindingEventRequest represents input bindings event.BindingEventRequest represents input bindings event.BindingEventResponse includes operations to save state or send data to output bindings optionally.BindingEventConcurrency is the kind of concurrencyBindingEventResponse includes operations to save state or send data to output bindings optionally.BulkSubscribeConfig is the message to pass settings for bulk subscribeBulkSubscribeConfig is the message to pass settings for bulk subscribeHealthCheckResponse is the message with the response to the health check.HealthCheckResponse is the message with the response to the health check.Protobuf typedapr.proto.runtime.v1.JobEventRequestProtobuf typedapr.proto.runtime.v1.JobEventRequestJobEventResponse is the response from the app when a job is triggered.JobEventResponse is the response from the app when a job is triggered.ListInputBindingsResponse is the message including the list of input bindings.ListInputBindingsResponse is the message including the list of input bindings.ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.TopicEventBulkRequest represents request for bulk messageTopicEventBulkRequest represents request for bulk messageTopicEventBulkRequestEntry represents a single message inside a bulk requestTopicEventBulkRequestEntry represents a single message inside a bulk requestAppBulkResponse is response from app on published messageAppBulkResponse is response from app on published messageTopicEventBulkResponseEntry Represents single response, as part of TopicEventBulkResponse, to be sent by subscibed App for the corresponding single message during bulk subscribeTopicEventBulkResponseEntry Represents single response, as part of TopicEventBulkResponse, to be sent by subscibed App for the corresponding single message during bulk subscribeTopicEventCERequest message is compatible with CloudEvent spec v1.0TopicEventCERequest message is compatible with CloudEvent spec v1.0TopicEventRequest message is compatible with CloudEvent spec v1.0 https://github.com/cloudevents/spec/blob/v1.0/spec.mdTopicEventRequest message is compatible with CloudEvent spec v1.0 https://github.com/cloudevents/spec/blob/v1.0/spec.mdTopicEventResponse is response from app on published messageTopicEventResponse is response from app on published messageTopicEventResponseStatus allows apps to have finer control over handling of the message.Protobuf typedapr.proto.runtime.v1.TopicRoutesProtobuf typedapr.proto.runtime.v1.TopicRoutesProtobuf typedapr.proto.runtime.v1.TopicRuleProtobuf typedapr.proto.runtime.v1.TopicRuleTopicSubscription represents topic and metadata.TopicSubscription represents topic and metadata.InvokeBindingRequest is the message to send data to output bindingsInvokeBindingRequest is the message to send data to output bindingsInvokeBindingResponse is the message returned from an output binding invocationInvokeBindingResponse is the message returned from an output binding invocationGetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.GetConfigurationResponse is the response conveying the list of configuration values.GetConfigurationResponse is the response conveying the list of configuration values.SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.Protobuf typedapr.proto.runtime.v1.SubscribeConfigurationResponseProtobuf typedapr.proto.runtime.v1.SubscribeConfigurationResponseUnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.Protobuf typedapr.proto.runtime.v1.UnsubscribeConfigurationResponseProtobuf typedapr.proto.runtime.v1.UnsubscribeConfigurationResponseDecryptRequest is the request for DecryptAlpha1.DecryptRequest is the request for DecryptAlpha1.DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.DecryptResponse is the response for DecryptAlpha1.DecryptResponse is the response for DecryptAlpha1.EncryptRequest is the request for EncryptAlpha1.EncryptRequest is the request for EncryptAlpha1.EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.EncryptResponse is the response for EncryptAlpha1.EncryptResponse is the response for EncryptAlpha1.SubtleDecryptRequest is the request for SubtleDecryptAlpha1.SubtleDecryptRequest is the request for SubtleDecryptAlpha1.SubtleDecryptResponse is the response for SubtleDecryptAlpha1.SubtleDecryptResponse is the response for SubtleDecryptAlpha1.SubtleEncryptRequest is the request for SubtleEncryptAlpha1.SubtleEncryptRequest is the request for SubtleEncryptAlpha1.SubtleEncryptResponse is the response for SubtleEncryptAlpha1.SubtleEncryptResponse is the response for SubtleEncryptAlpha1.SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.Protobuf enumdapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormatSubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.SubtleSignRequest is the request for SubtleSignAlpha1.SubtleSignRequest is the request for SubtleSignAlpha1.SubtleSignResponse is the response for SubtleSignAlpha1.SubtleSignResponse is the response for SubtleSignAlpha1.SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.SubtleVerifyRequest is the request for SubtleVerifyAlpha1.SubtleVerifyRequest is the request for SubtleVerifyAlpha1.SubtleVerifyResponse is the response for SubtleVerifyAlpha1.SubtleVerifyResponse is the response for SubtleVerifyAlpha1.SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.Dapr service provides APIs to user application to access Dapr building blocks.A stub to allow clients to do limited synchronous rpc calls to service Dapr.A stub to allow clients to do synchronous rpc calls to service Dapr.A stub to allow clients to do ListenableFuture-style rpc calls to service Dapr.A stub to allow clients to do asynchronous rpc calls to service Dapr.InvokeServiceRequest represents the request message for Service invocation.InvokeServiceRequest represents the request message for Service invocation.DeleteJobRequest is the message to delete the job by name.DeleteJobRequest is the message to delete the job by name.DeleteJobResponse is the message response to delete the job by name.DeleteJobResponse is the message response to delete the job by name.DeleteJobsByPrefixRequest is the message to delete jobs by name prefix.DeleteJobsByPrefixRequest is the message to delete jobs by name prefix.EmptyEmptyGetJobRequest is the message to retrieve a job.GetJobRequest is the message to retrieve a job.GetJobResponse is the message's response for a job retrieved.GetJobResponse is the message's response for a job retrieved.Job is the definition of a job.Job is the definition of a job.EmptyEmptyListJobsResponse is the message response containing the list of jobs.ListJobsResponse is the message response containing the list of jobs.ScheduleJobRequest is the message to create/schedule the job.ScheduleJobRequest is the message to create/schedule the job.ScheduleJobResponse is the message response to create/schedule the job.ScheduleJobResponse is the message response to create/schedule the job.Protobuf typedapr.proto.runtime.v1.TryLockRequestProtobuf typedapr.proto.runtime.v1.TryLockRequestProtobuf typedapr.proto.runtime.v1.TryLockResponseProtobuf typedapr.proto.runtime.v1.TryLockResponseProtobuf typedapr.proto.runtime.v1.UnlockRequestProtobuf typedapr.proto.runtime.v1.UnlockRequestProtobuf typedapr.proto.runtime.v1.UnlockResponseProtobuf typedapr.proto.runtime.v1.UnlockResponseProtobuf enumdapr.proto.runtime.v1.UnlockResponse.StatusProtobuf typedapr.proto.runtime.v1.ActiveActorsCountProtobuf typedapr.proto.runtime.v1.ActiveActorsCountProtobuf typedapr.proto.runtime.v1.ActorRuntimeProtobuf enumdapr.proto.runtime.v1.ActorRuntime.ActorRuntimeStatusProtobuf typedapr.proto.runtime.v1.ActorRuntimeProtobuf typedapr.proto.runtime.v1.AppConnectionHealthPropertiesProtobuf typedapr.proto.runtime.v1.AppConnectionHealthPropertiesProtobuf typedapr.proto.runtime.v1.AppConnectionPropertiesProtobuf typedapr.proto.runtime.v1.AppConnectionPropertiesGetMetadataRequest is the message for the GetMetadata request.GetMetadataRequest is the message for the GetMetadata request.GetMetadataResponse is a message that is returned on GetMetadata rpc call.GetMetadataResponse is a message that is returned on GetMetadata rpc call.Protobuf typedapr.proto.runtime.v1.MetadataHTTPEndpointProtobuf typedapr.proto.runtime.v1.MetadataHTTPEndpointMetadataScheduler is a message that contains the list of addresses of the scheduler connections.MetadataScheduler is a message that contains the list of addresses of the scheduler connections.Protobuf typedapr.proto.runtime.v1.MetadataWorkflowsProtobuf typedapr.proto.runtime.v1.MetadataWorkflowsProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRuleProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRuleProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRulesProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRulesPubsubSubscriptionType indicates the type of subscriptionProtobuf typedapr.proto.runtime.v1.RegisteredComponentsProtobuf typedapr.proto.runtime.v1.RegisteredComponentsProtobuf typedapr.proto.runtime.v1.SetMetadataRequestProtobuf typedapr.proto.runtime.v1.SetMetadataRequestShutdownRequest is the request for Shutdown.ShutdownRequest is the request for Shutdown.BulkPublishRequest is the message to bulk publish events to pubsub topicBulkPublishRequest is the message to bulk publish events to pubsub topicBulkPublishRequestEntry is the message containing the event to be bulk publishedBulkPublishRequestEntry is the message containing the event to be bulk publishedBulkPublishResponse is the message returned from a BulkPublishEvent callBulkPublishResponse is the message returned from a BulkPublishEvent callBulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent callBulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent callPublishEventRequest is the message to publish event data to pubsub topicPublishEventRequest is the message to publish event data to pubsub topicSubscribeTopicEventsRequestAlpha1 is a message containing the details for subscribing to a topic via streaming.SubscribeTopicEventsRequestAlpha1 is a message containing the details for subscribing to a topic via streaming.SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing the details for subscribing to a topic via streaming.SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing the details for subscribing to a topic via streaming.SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the subscription to a topic.SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the subscription to a topic.SubscribeTopicEventsResponseAlpha1 is a message returned from daprd when subscribing to a topic via streaming.SubscribeTopicEventsResponseAlpha1 is a message returned from daprd when subscribing to a topic via streaming.SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd when subscribing to a topic.SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd when subscribing to a topic.GetBulkSecretRequest is the message to get the secrets from secret store.GetBulkSecretRequest is the message to get the secrets from secret store.GetBulkSecretResponse is the response message to convey the requested secrets.GetBulkSecretResponse is the response message to convey the requested secrets.GetSecretRequest is the message to get secret from secret store.GetSecretRequest is the message to get secret from secret store.GetSecretResponse is the response message to convey the requested secret.GetSecretResponse is the response message to convey the requested secret.SecretResponse is a map of decrypted string/string valuesSecretResponse is a map of decrypted string/string valuesBulkStateItem is the response item for a bulk get operation.BulkStateItem is the response item for a bulk get operation.DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.DeleteStateRequest is the message to delete key-value states in the specific state store.DeleteStateRequest is the message to delete key-value states in the specific state store.ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.GetBulkStateRequest is the message to get a list of key-value states from specific state store.GetBulkStateRequest is the message to get a list of key-value states from specific state store.GetBulkStateResponse is the response conveying the list of state values.GetBulkStateResponse is the response conveying the list of state values.GetStateRequest is the message to get key-value states from specific state store.GetStateRequest is the message to get key-value states from specific state store.GetStateResponse is the response conveying the state value and etag.GetStateResponse is the response conveying the state value and etag.Protobuf typedapr.proto.runtime.v1.QueryStateItemProtobuf typedapr.proto.runtime.v1.QueryStateItemQueryStateRequest is the message to query state store.QueryStateRequest is the message to query state store.QueryStateResponse is the response conveying the query results.QueryStateResponse is the response conveying the query results.SaveStateRequest is the message to save multiple states into state store.SaveStateRequest is the message to save multiple states into state store.TransactionalStateOperation is the message to execute a specified operation with a key-value pair.TransactionalStateOperation is the message to execute a specified operation with a key-value pair.GetWorkflowRequest is the request for GetWorkflowBeta1.GetWorkflowRequest is the request for GetWorkflowBeta1.GetWorkflowResponse is the response for GetWorkflowBeta1.GetWorkflowResponse is the response for GetWorkflowBeta1.PauseWorkflowRequest is the request for PauseWorkflowBeta1.PauseWorkflowRequest is the request for PauseWorkflowBeta1.PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.StartWorkflowRequest is the request for StartWorkflowBeta1.StartWorkflowRequest is the request for StartWorkflowBeta1.StartWorkflowResponse is the response for StartWorkflowBeta1.StartWorkflowResponse is the response for StartWorkflowBeta1.TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.