Package io.dapr.v1
Class DaprProtos
- java.lang.Object
-
- io.dapr.v1.DaprProtos
-
public final class DaprProtos extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDaprProtos.ActiveActorsCountProtobuf typedapr.proto.runtime.v1.ActiveActorsCountstatic interfaceDaprProtos.ActiveActorsCountOrBuilderstatic classDaprProtos.BulkPublishRequestBulkPublishRequest is the message to bulk publish events to pubsub topicstatic classDaprProtos.BulkPublishRequestEntryBulkPublishRequestEntry is the message containing the event to be bulk publishedstatic interfaceDaprProtos.BulkPublishRequestEntryOrBuilderstatic interfaceDaprProtos.BulkPublishRequestOrBuilderstatic classDaprProtos.BulkPublishResponseBulkPublishResponse is the message returned from a BulkPublishEvent callstatic classDaprProtos.BulkPublishResponseFailedEntryBulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent callstatic interfaceDaprProtos.BulkPublishResponseFailedEntryOrBuilderstatic interfaceDaprProtos.BulkPublishResponseOrBuilderstatic classDaprProtos.BulkStateItemBulkStateItem is the response item for a bulk get operation.static interfaceDaprProtos.BulkStateItemOrBuilderstatic classDaprProtos.DeleteBulkStateRequestDeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.static interfaceDaprProtos.DeleteBulkStateRequestOrBuilderstatic classDaprProtos.DeleteStateRequestDeleteStateRequest is the message to delete key-value states in the specific state store.static interfaceDaprProtos.DeleteStateRequestOrBuilderstatic classDaprProtos.ExecuteActorStateTransactionRequestExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.static interfaceDaprProtos.ExecuteActorStateTransactionRequestOrBuilderstatic classDaprProtos.ExecuteStateTransactionRequestExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.static interfaceDaprProtos.ExecuteStateTransactionRequestOrBuilderstatic classDaprProtos.GetActorStateRequestGetActorStateRequest is the message to get key-value states from specific actor.static interfaceDaprProtos.GetActorStateRequestOrBuilderstatic classDaprProtos.GetActorStateResponseGetActorStateResponse is the response conveying the actor's state value.static interfaceDaprProtos.GetActorStateResponseOrBuilderstatic classDaprProtos.GetBulkSecretRequestGetBulkSecretRequest is the message to get the secrets from secret store.static interfaceDaprProtos.GetBulkSecretRequestOrBuilderstatic classDaprProtos.GetBulkSecretResponseGetBulkSecretResponse is the response message to convey the requested secrets.static interfaceDaprProtos.GetBulkSecretResponseOrBuilderstatic classDaprProtos.GetBulkStateRequestGetBulkStateRequest is the message to get a list of key-value states from specific state store.static interfaceDaprProtos.GetBulkStateRequestOrBuilderstatic classDaprProtos.GetBulkStateResponseGetBulkStateResponse is the response conveying the list of state values.static interfaceDaprProtos.GetBulkStateResponseOrBuilderstatic classDaprProtos.GetConfigurationRequestGetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interfaceDaprProtos.GetConfigurationRequestOrBuilderstatic classDaprProtos.GetConfigurationResponseGetConfigurationResponse is the response conveying the list of configuration values.static interfaceDaprProtos.GetConfigurationResponseOrBuilderstatic classDaprProtos.GetMetadataResponseGetMetadataResponse is a message that is returned on GetMetadata rpc callstatic interfaceDaprProtos.GetMetadataResponseOrBuilderstatic classDaprProtos.GetSecretRequestGetSecretRequest is the message to get secret from secret store.static interfaceDaprProtos.GetSecretRequestOrBuilderstatic classDaprProtos.GetSecretResponseGetSecretResponse is the response message to convey the requested secret.static interfaceDaprProtos.GetSecretResponseOrBuilderstatic classDaprProtos.GetStateRequestGetStateRequest is the message to get key-value states from specific state store.static interfaceDaprProtos.GetStateRequestOrBuilderstatic classDaprProtos.GetStateResponseGetStateResponse is the response conveying the state value and etag.static interfaceDaprProtos.GetStateResponseOrBuilderstatic classDaprProtos.GetWorkflowRequestProtobuf typedapr.proto.runtime.v1.GetWorkflowRequeststatic interfaceDaprProtos.GetWorkflowRequestOrBuilderstatic classDaprProtos.GetWorkflowResponseProtobuf typedapr.proto.runtime.v1.GetWorkflowResponsestatic interfaceDaprProtos.GetWorkflowResponseOrBuilderstatic classDaprProtos.InvokeActorRequestInvokeActorRequest is the message to call an actor.static interfaceDaprProtos.InvokeActorRequestOrBuilderstatic classDaprProtos.InvokeActorResponseInvokeActorResponse is the method that returns an actor invocation response.static interfaceDaprProtos.InvokeActorResponseOrBuilderstatic classDaprProtos.InvokeBindingRequestInvokeBindingRequest is the message to send data to output bindingsstatic interfaceDaprProtos.InvokeBindingRequestOrBuilderstatic classDaprProtos.InvokeBindingResponseInvokeBindingResponse is the message returned from an output binding invocationstatic interfaceDaprProtos.InvokeBindingResponseOrBuilderstatic classDaprProtos.InvokeServiceRequestInvokeServiceRequest represents the request message for Service invocation.static interfaceDaprProtos.InvokeServiceRequestOrBuilderstatic classDaprProtos.PublishEventRequestPublishEventRequest is the message to publish event data to pubsub topicstatic interfaceDaprProtos.PublishEventRequestOrBuilderstatic classDaprProtos.PubsubSubscriptionProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionstatic interfaceDaprProtos.PubsubSubscriptionOrBuilderstatic classDaprProtos.PubsubSubscriptionRuleProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRulestatic interfaceDaprProtos.PubsubSubscriptionRuleOrBuilderstatic classDaprProtos.PubsubSubscriptionRulesProtobuf typedapr.proto.runtime.v1.PubsubSubscriptionRulesstatic interfaceDaprProtos.PubsubSubscriptionRulesOrBuilderstatic classDaprProtos.QueryStateItemProtobuf typedapr.proto.runtime.v1.QueryStateItemstatic interfaceDaprProtos.QueryStateItemOrBuilderstatic classDaprProtos.QueryStateRequestQueryStateRequest is the message to query state store.static interfaceDaprProtos.QueryStateRequestOrBuilderstatic classDaprProtos.QueryStateResponseQueryStateResponse is the response conveying the query results.static interfaceDaprProtos.QueryStateResponseOrBuilderstatic classDaprProtos.RegisterActorReminderRequestRegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.static interfaceDaprProtos.RegisterActorReminderRequestOrBuilderstatic classDaprProtos.RegisterActorTimerRequestRegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.static interfaceDaprProtos.RegisterActorTimerRequestOrBuilderstatic classDaprProtos.RegisteredComponentsProtobuf typedapr.proto.runtime.v1.RegisteredComponentsstatic interfaceDaprProtos.RegisteredComponentsOrBuilderstatic classDaprProtos.RenameActorReminderRequestRenameActorReminderRequest is the message to rename an actor reminder.static interfaceDaprProtos.RenameActorReminderRequestOrBuilderstatic classDaprProtos.SaveStateRequestSaveStateRequest is the message to save multiple states into state store.static interfaceDaprProtos.SaveStateRequestOrBuilderstatic classDaprProtos.SecretResponseSecretResponse is a map of decrypted string/string valuesstatic interfaceDaprProtos.SecretResponseOrBuilderstatic classDaprProtos.SetMetadataRequestProtobuf typedapr.proto.runtime.v1.SetMetadataRequeststatic interfaceDaprProtos.SetMetadataRequestOrBuilderstatic classDaprProtos.StartWorkflowRequestProtobuf typedapr.proto.runtime.v1.StartWorkflowRequeststatic interfaceDaprProtos.StartWorkflowRequestOrBuilderstatic classDaprProtos.SubscribeConfigurationRequestSubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interfaceDaprProtos.SubscribeConfigurationRequestOrBuilderstatic classDaprProtos.SubscribeConfigurationResponseProtobuf typedapr.proto.runtime.v1.SubscribeConfigurationResponsestatic interfaceDaprProtos.SubscribeConfigurationResponseOrBuilderstatic classDaprProtos.TerminateWorkflowRequestProtobuf typedapr.proto.runtime.v1.TerminateWorkflowRequeststatic interfaceDaprProtos.TerminateWorkflowRequestOrBuilderstatic classDaprProtos.TerminateWorkflowResponseProtobuf typedapr.proto.runtime.v1.TerminateWorkflowResponsestatic interfaceDaprProtos.TerminateWorkflowResponseOrBuilderstatic classDaprProtos.TransactionalActorStateOperationTransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.static interfaceDaprProtos.TransactionalActorStateOperationOrBuilderstatic classDaprProtos.TransactionalStateOperationTransactionalStateOperation is the message to execute a specified operation with a key-value pair.static interfaceDaprProtos.TransactionalStateOperationOrBuilderstatic classDaprProtos.TryLockRequestProtobuf typedapr.proto.runtime.v1.TryLockRequeststatic interfaceDaprProtos.TryLockRequestOrBuilderstatic classDaprProtos.TryLockResponseProtobuf typedapr.proto.runtime.v1.TryLockResponsestatic interfaceDaprProtos.TryLockResponseOrBuilderstatic classDaprProtos.UnlockRequestProtobuf typedapr.proto.runtime.v1.UnlockRequeststatic interfaceDaprProtos.UnlockRequestOrBuilderstatic classDaprProtos.UnlockResponseProtobuf typedapr.proto.runtime.v1.UnlockResponsestatic interfaceDaprProtos.UnlockResponseOrBuilderstatic classDaprProtos.UnregisterActorReminderRequestUnregisterActorReminderRequest is the message to unregister an actor reminder.static interfaceDaprProtos.UnregisterActorReminderRequestOrBuilderstatic classDaprProtos.UnregisterActorTimerRequestUnregisterActorTimerRequest is the message to unregister an actor timerstatic interfaceDaprProtos.UnregisterActorTimerRequestOrBuilderstatic classDaprProtos.UnsubscribeConfigurationRequestUnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.static interfaceDaprProtos.UnsubscribeConfigurationRequestOrBuilderstatic classDaprProtos.UnsubscribeConfigurationResponseProtobuf typedapr.proto.runtime.v1.UnsubscribeConfigurationResponsestatic interfaceDaprProtos.UnsubscribeConfigurationResponseOrBuilderstatic classDaprProtos.WorkflowReferenceProtobuf typedapr.proto.runtime.v1.WorkflowReferencestatic interfaceDaprProtos.WorkflowReferenceOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-