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 class
DaprProtos.ActiveActorsCount
Protobuf typedapr.proto.runtime.v1.ActiveActorsCount
static interface
DaprProtos.ActiveActorsCountOrBuilder
static class
DaprProtos.BulkPublishRequest
BulkPublishRequest is the message to bulk publish events to pubsub topicstatic class
DaprProtos.BulkPublishRequestEntry
BulkPublishRequestEntry is the message containing the event to be bulk publishedstatic interface
DaprProtos.BulkPublishRequestEntryOrBuilder
static interface
DaprProtos.BulkPublishRequestOrBuilder
static class
DaprProtos.BulkPublishResponse
BulkPublishResponse is the message returned from a BulkPublishEvent callstatic class
DaprProtos.BulkPublishResponseFailedEntry
BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent callstatic interface
DaprProtos.BulkPublishResponseFailedEntryOrBuilder
static interface
DaprProtos.BulkPublishResponseOrBuilder
static class
DaprProtos.BulkStateItem
BulkStateItem is the response item for a bulk get operation.static interface
DaprProtos.BulkStateItemOrBuilder
static class
DaprProtos.DeleteBulkStateRequest
DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.static interface
DaprProtos.DeleteBulkStateRequestOrBuilder
static class
DaprProtos.DeleteStateRequest
DeleteStateRequest is the message to delete key-value states in the specific state store.static interface
DaprProtos.DeleteStateRequestOrBuilder
static class
DaprProtos.ExecuteActorStateTransactionRequest
ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.static interface
DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
static class
DaprProtos.ExecuteStateTransactionRequest
ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.static interface
DaprProtos.ExecuteStateTransactionRequestOrBuilder
static class
DaprProtos.GetActorStateRequest
GetActorStateRequest is the message to get key-value states from specific actor.static interface
DaprProtos.GetActorStateRequestOrBuilder
static class
DaprProtos.GetActorStateResponse
GetActorStateResponse is the response conveying the actor's state value.static interface
DaprProtos.GetActorStateResponseOrBuilder
static class
DaprProtos.GetBulkSecretRequest
GetBulkSecretRequest is the message to get the secrets from secret store.static interface
DaprProtos.GetBulkSecretRequestOrBuilder
static class
DaprProtos.GetBulkSecretResponse
GetBulkSecretResponse is the response message to convey the requested secrets.static interface
DaprProtos.GetBulkSecretResponseOrBuilder
static class
DaprProtos.GetBulkStateRequest
GetBulkStateRequest is the message to get a list of key-value states from specific state store.static interface
DaprProtos.GetBulkStateRequestOrBuilder
static class
DaprProtos.GetBulkStateResponse
GetBulkStateResponse is the response conveying the list of state values.static interface
DaprProtos.GetBulkStateResponseOrBuilder
static class
DaprProtos.GetConfigurationRequest
GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interface
DaprProtos.GetConfigurationRequestOrBuilder
static class
DaprProtos.GetConfigurationResponse
GetConfigurationResponse is the response conveying the list of configuration values.static interface
DaprProtos.GetConfigurationResponseOrBuilder
static class
DaprProtos.GetMetadataResponse
GetMetadataResponse is a message that is returned on GetMetadata rpc callstatic interface
DaprProtos.GetMetadataResponseOrBuilder
static class
DaprProtos.GetSecretRequest
GetSecretRequest is the message to get secret from secret store.static interface
DaprProtos.GetSecretRequestOrBuilder
static class
DaprProtos.GetSecretResponse
GetSecretResponse is the response message to convey the requested secret.static interface
DaprProtos.GetSecretResponseOrBuilder
static class
DaprProtos.GetStateRequest
GetStateRequest is the message to get key-value states from specific state store.static interface
DaprProtos.GetStateRequestOrBuilder
static class
DaprProtos.GetStateResponse
GetStateResponse is the response conveying the state value and etag.static interface
DaprProtos.GetStateResponseOrBuilder
static class
DaprProtos.GetWorkflowRequest
Protobuf typedapr.proto.runtime.v1.GetWorkflowRequest
static interface
DaprProtos.GetWorkflowRequestOrBuilder
static class
DaprProtos.GetWorkflowResponse
Protobuf typedapr.proto.runtime.v1.GetWorkflowResponse
static interface
DaprProtos.GetWorkflowResponseOrBuilder
static class
DaprProtos.InvokeActorRequest
InvokeActorRequest is the message to call an actor.static interface
DaprProtos.InvokeActorRequestOrBuilder
static class
DaprProtos.InvokeActorResponse
InvokeActorResponse is the method that returns an actor invocation response.static interface
DaprProtos.InvokeActorResponseOrBuilder
static class
DaprProtos.InvokeBindingRequest
InvokeBindingRequest is the message to send data to output bindingsstatic interface
DaprProtos.InvokeBindingRequestOrBuilder
static class
DaprProtos.InvokeBindingResponse
InvokeBindingResponse is the message returned from an output binding invocationstatic interface
DaprProtos.InvokeBindingResponseOrBuilder
static class
DaprProtos.InvokeServiceRequest
InvokeServiceRequest represents the request message for Service invocation.static interface
DaprProtos.InvokeServiceRequestOrBuilder
static class
DaprProtos.PublishEventRequest
PublishEventRequest is the message to publish event data to pubsub topicstatic interface
DaprProtos.PublishEventRequestOrBuilder
static class
DaprProtos.PubsubSubscription
Protobuf typedapr.proto.runtime.v1.PubsubSubscription
static interface
DaprProtos.PubsubSubscriptionOrBuilder
static class
DaprProtos.PubsubSubscriptionRule
Protobuf typedapr.proto.runtime.v1.PubsubSubscriptionRule
static interface
DaprProtos.PubsubSubscriptionRuleOrBuilder
static class
DaprProtos.PubsubSubscriptionRules
Protobuf typedapr.proto.runtime.v1.PubsubSubscriptionRules
static interface
DaprProtos.PubsubSubscriptionRulesOrBuilder
static class
DaprProtos.QueryStateItem
Protobuf typedapr.proto.runtime.v1.QueryStateItem
static interface
DaprProtos.QueryStateItemOrBuilder
static class
DaprProtos.QueryStateRequest
QueryStateRequest is the message to query state store.static interface
DaprProtos.QueryStateRequestOrBuilder
static class
DaprProtos.QueryStateResponse
QueryStateResponse is the response conveying the query results.static interface
DaprProtos.QueryStateResponseOrBuilder
static class
DaprProtos.RegisterActorReminderRequest
RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.static interface
DaprProtos.RegisterActorReminderRequestOrBuilder
static class
DaprProtos.RegisterActorTimerRequest
RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.static interface
DaprProtos.RegisterActorTimerRequestOrBuilder
static class
DaprProtos.RegisteredComponents
Protobuf typedapr.proto.runtime.v1.RegisteredComponents
static interface
DaprProtos.RegisteredComponentsOrBuilder
static class
DaprProtos.RenameActorReminderRequest
RenameActorReminderRequest is the message to rename an actor reminder.static interface
DaprProtos.RenameActorReminderRequestOrBuilder
static class
DaprProtos.SaveStateRequest
SaveStateRequest is the message to save multiple states into state store.static interface
DaprProtos.SaveStateRequestOrBuilder
static class
DaprProtos.SecretResponse
SecretResponse is a map of decrypted string/string valuesstatic interface
DaprProtos.SecretResponseOrBuilder
static class
DaprProtos.SetMetadataRequest
Protobuf typedapr.proto.runtime.v1.SetMetadataRequest
static interface
DaprProtos.SetMetadataRequestOrBuilder
static class
DaprProtos.StartWorkflowRequest
Protobuf typedapr.proto.runtime.v1.StartWorkflowRequest
static interface
DaprProtos.StartWorkflowRequestOrBuilder
static class
DaprProtos.SubscribeConfigurationRequest
SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interface
DaprProtos.SubscribeConfigurationRequestOrBuilder
static class
DaprProtos.SubscribeConfigurationResponse
Protobuf typedapr.proto.runtime.v1.SubscribeConfigurationResponse
static interface
DaprProtos.SubscribeConfigurationResponseOrBuilder
static class
DaprProtos.TerminateWorkflowRequest
Protobuf typedapr.proto.runtime.v1.TerminateWorkflowRequest
static interface
DaprProtos.TerminateWorkflowRequestOrBuilder
static class
DaprProtos.TerminateWorkflowResponse
Protobuf typedapr.proto.runtime.v1.TerminateWorkflowResponse
static interface
DaprProtos.TerminateWorkflowResponseOrBuilder
static class
DaprProtos.TransactionalActorStateOperation
TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.static interface
DaprProtos.TransactionalActorStateOperationOrBuilder
static class
DaprProtos.TransactionalStateOperation
TransactionalStateOperation is the message to execute a specified operation with a key-value pair.static interface
DaprProtos.TransactionalStateOperationOrBuilder
static class
DaprProtos.TryLockRequest
Protobuf typedapr.proto.runtime.v1.TryLockRequest
static interface
DaprProtos.TryLockRequestOrBuilder
static class
DaprProtos.TryLockResponse
Protobuf typedapr.proto.runtime.v1.TryLockResponse
static interface
DaprProtos.TryLockResponseOrBuilder
static class
DaprProtos.UnlockRequest
Protobuf typedapr.proto.runtime.v1.UnlockRequest
static interface
DaprProtos.UnlockRequestOrBuilder
static class
DaprProtos.UnlockResponse
Protobuf typedapr.proto.runtime.v1.UnlockResponse
static interface
DaprProtos.UnlockResponseOrBuilder
static class
DaprProtos.UnregisterActorReminderRequest
UnregisterActorReminderRequest is the message to unregister an actor reminder.static interface
DaprProtos.UnregisterActorReminderRequestOrBuilder
static class
DaprProtos.UnregisterActorTimerRequest
UnregisterActorTimerRequest is the message to unregister an actor timerstatic interface
DaprProtos.UnregisterActorTimerRequestOrBuilder
static class
DaprProtos.UnsubscribeConfigurationRequest
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.static interface
DaprProtos.UnsubscribeConfigurationRequestOrBuilder
static class
DaprProtos.UnsubscribeConfigurationResponse
Protobuf typedapr.proto.runtime.v1.UnsubscribeConfigurationResponse
static interface
DaprProtos.UnsubscribeConfigurationResponseOrBuilder
static class
DaprProtos.WorkflowReference
Protobuf typedapr.proto.runtime.v1.WorkflowReference
static interface
DaprProtos.WorkflowReferenceOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(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()
-
-