Package io.dapr.v1
Class DaprProtos
java.lang.Object
io.dapr.v1.DaprProtos
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Protobuf typedapr.proto.runtime.v1.ActiveActorsCount
static interface
static class
BulkStateItem is the response item for a bulk get operation.static interface
static class
DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.static interface
static class
DeleteStateRequest is the message to delete key-value states in the specific state store.static interface
static class
ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.static interface
static class
ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.static interface
static class
GetActorStateRequest is the message to get key-value states from specific actor.static interface
static class
GetActorStateResponse is the response conveying the actor's state value.static interface
static class
GetBulkSecretRequest is the message to get the secrets from secret store.static interface
static class
GetBulkSecretResponse is the response message to convey the requested secrets.static interface
static class
GetBulkStateRequest is the message to get a list of key-value states from specific state store.static interface
static class
GetBulkStateResponse is the response conveying the list of state values.static interface
static class
GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interface
static class
GetConfigurationResponse is the response conveying the list of configuration values.static interface
static class
GetMetadataResponse is a message that is returned on GetMetadata rpc callstatic interface
static class
GetSecretRequest is the message to get secret from secret store.static interface
static class
GetSecretResponse is the response message to convey the requested secret.static interface
static class
GetStateRequest is the message to get key-value states from specific state store.static interface
static class
GetStateResponse is the response conveying the state value and etag.static interface
static class
InvokeActorRequest is the message to call an actor.static interface
static class
InvokeActorResponse is the method that returns an actor invocation response.static interface
static class
InvokeBindingRequest is the message to send data to output bindingsstatic interface
static class
InvokeBindingResponse is the message returned from an output binding invocationstatic interface
static class
InvokeServiceRequest represents the request message for Service invocation.static interface
static class
PublishEventRequest is the message to publish event data to pubsub topicstatic interface
static class
Protobuf typedapr.proto.runtime.v1.QueryStateItem
static interface
static class
QueryStateRequest is the message to query state store.static interface
static class
QueryStateResponse is the response conveying the query results.static interface
static class
RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.static interface
static class
RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.static interface
static class
Protobuf typedapr.proto.runtime.v1.RegisteredComponents
static interface
static class
RenameActorReminderRequest is the message to rename an actor reminder.static interface
static class
SaveStateRequest is the message to save multiple states into state store.static interface
static class
SecretResponse is a map of decrypted string/string valuesstatic interface
static class
Protobuf typedapr.proto.runtime.v1.SetMetadataRequest
static interface
static class
SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.static interface
static class
Protobuf typedapr.proto.runtime.v1.SubscribeConfigurationResponse
static interface
static class
TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.static interface
static class
TransactionalStateOperation is the message to execute a specified operation with a key-value pair.static interface
static class
Protobuf typedapr.proto.runtime.v1.TryLockRequest
static interface
static class
Protobuf typedapr.proto.runtime.v1.TryLockResponse
static interface
static class
Protobuf typedapr.proto.runtime.v1.UnlockRequest
static interface
static class
Protobuf typedapr.proto.runtime.v1.UnlockResponse
static interface
static class
UnregisterActorReminderRequest is the message to unregister an actor reminder.static interface
static class
UnregisterActorTimerRequest is the message to unregister an actor timerstatic interface
static class
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.static interface
static class
Protobuf typedapr.proto.runtime.v1.UnsubscribeConfigurationResponse
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
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()
-