diff --git a/README.md b/README.md index ece881458..71b47e3ba 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ For a Maven project, add the following to your `pom.xml` file: io.dapr dapr-sdk - 1.11.0 + 1.12.0 io.dapr dapr-sdk-actors - 1.11.0 + 1.12.0 io.dapr dapr-sdk-springboot - 1.11.0 + 1.12.0 ... @@ -75,11 +75,11 @@ For a Gradle project, add the following to your `build.gradle` file: dependencies { ... // Dapr's core SDK with all features, except Actors. - compile('io.dapr:dapr-sdk:1.11.0') + compile('io.dapr:dapr-sdk:1.12.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.11.0') + compile('io.dapr:dapr-sdk-actors:1.12.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.11.0') + compile('io.dapr:dapr-sdk-springboot:1.12.0') } ``` diff --git a/daprdocs/content/en/java-sdk-docs/_index.md b/daprdocs/content/en/java-sdk-docs/_index.md index e723b1913..4a820af26 100644 --- a/daprdocs/content/en/java-sdk-docs/_index.md +++ b/daprdocs/content/en/java-sdk-docs/_index.md @@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file: io.dapr dapr-sdk - 1.11.0 + 1.12.0 io.dapr dapr-sdk-actors - 1.11.0 + 1.12.0 io.dapr dapr-sdk-springboot - 1.11.0 + 1.12.0 ... @@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file: dependencies { ... // Dapr's core SDK with all features, except Actors. - compile('io.dapr:dapr-sdk:1.11.0') + compile('io.dapr:dapr-sdk:1.12.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.11.0') + compile('io.dapr:dapr-sdk-actors:1.12.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.11.0') + compile('io.dapr:dapr-sdk-springboot:1.12.0') } ``` @@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to com.squareup.okhttp3 okhttp - 1.11.0 + 1.12.0 ``` diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 3b3ced148..263d8fe71 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-parent 1.11.0 API) + +All Classes and Interfaces (dapr-sdk-parent 1.12.0 API) - + @@ -82,318 +82,334 @@

All Classes and Interfaces<
The ActorId represents the identity of an actor within an actor service.
-
ActorMethod
-
 
-
ActorMethodContext
-
-
Contains information about the method that is invoked by actor runtime.
+ +
+
ActorMetadata describes a registered Dapr Actor.
- + +
 
+
+
Contains information about the method that is invoked by actor runtime.
+
+ +
Serializes and deserializes internal objects.
- -
+ +
Proxy to communicate to a given Actor instance in Dapr.
- -
+ +
Builder to generate an ActorProxy instance.
- -
+ +
Contains methods to register actor types.
- -
+ +
Represents the configuration for the Actor Runtime.
- -
+ +
Provides the context for the Actor's runtime.
- -
+ +
Represents a state change for an actor.
- -
+ +
Represents an actor's state change.
- -
+ +
Manages state changes of a given Actor instance.
- -
+ +
Class to emit trace log messages.
- -
+ +
Annotation to define Actor class.
- -
+ +
Represents the configuration for the Actor Type.
- -
 
- +
 
- +
 
- -
+ +
 
+ +
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.
- -
+ +
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.
- -
+ +
Base class for the server implementation of the 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.
- -
+ +
AppCallback V1 allows user application to interact with Dapr runtime.
- -
+ +
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.
- -
+ +
Base class for the server implementation of the 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.
- -
+ +
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement the HealthCheck method.
- -
+ +
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.
- -
+ +
Base class for the server implementation of the 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.
- + +
+
AppConnectionPropertiesHealthMetadata describes the application health properties.
+
+
-
Boolean configuration property.
+
AppConnectionPropertiesMetadata describes the application connection properties.
- +
-
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
+
Boolean configuration property.
- +
-
A request to bulk publish multiples events in a single call to Dapr.
+
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
- +
-
Class representing the response returned on bulk publishing events.
+
A request to bulk publish multiples events in a single call to Dapr.
- +
-
Class representing the entry that failed to be published using BulkPublishRequest.
+
Class representing the response returned on bulk publishing events.
- +
-
Response from the application containing status for each entry from the bulk publish message.
+
Class representing the entry that failed to be published using BulkPublishRequest.
- +
+
Response from the application containing status for each entry from the bulk publish message.
+
+ + - -
+ +
Status of the message handled in bulk subscribe handler.
- -
+ +
Represents a bulk of messages received from the message bus.
- -
+ +
Represents a single event from a BulkSubscribeMessage.
- -
+ +
A cloud event in Dapr.
- -
 
- -
+ +
 
+ +
ConfigurationItem represents all the configuration with its name(key).
- -
+ +
ConfigurationItem represents all the configuration with its name(key).
- -
 
- -
+ +
 
+ +
Etag represents a state item version
- -
+ +
Etag represents a state item version
- -
 
- -
+ +
 
+ +
HTTPExtension 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/rfc5789
- -
 
- -
+ +
 
+ +
InvokeRequest 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.
- -
 
- -
+ +
 
+ +
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 operations
- -
+ +
StateOptions configures concurrency and consistency for state operations
- -
+ +
Enum 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.
- -
 
+ +
 
+ +
+
ComponentMetadata describes a Dapr Component.
+
A configuration item from Dapr's configuration store.
- -
Deprecated. -
This class will be deleted at SDK version 1.10.
+ +
+
Class to be used as part of your service's client stub interceptor to include Dapr tokens.
 
@@ -452,6 +468,28 @@

All Classes and Interfaces<

 
+ +
+
Protobuf type dapr.proto.runtime.v1.JobEventRequest
+
+ +
+
Protobuf type dapr.proto.runtime.v1.JobEventRequest
+
+ +
 
+ +
+
+ JobEventResponse is the response from the app when a job is triggered.
+
+ +
+
+ JobEventResponse is the response from the app when a job is triggered.
+
+ +
 
@@ -603,562 +641,626 @@

All Classes and Interfaces<

 
- -
+ +
+
Class to be used as part of your service's client stub interceptor to include Dapr App Id metadata.
+
+ +
Generic Client Adapter to be used regardless of the GRPC or the HTTP Client implementation required.
- -
+ +
A builder for the DaprClient, Currently only gRPC and HTTP Client will be supported.
- -
-
An adapter for the GRPC Client.
-
- -
Deprecated. -
This class will be deleted at SDK release version 1.10.
+ +
+
Class to be used as part of your service's client stub interceptor.
- +
+
Implementation of the Dapr client combining gRPC and HTTP (when applicable).
+
+ +
Represents an error message from Dapr.
- -
 
- -
 
- -
+ +
 
+ +
 
+ +
A Dapr's specific exception.
- -
+ +
Dapr service provides APIs to user application to access Dapr building blocks.
- -
+ +
Dapr service provides APIs to user application to access Dapr building blocks.
- -
+ +
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.
- -
+ +
Base class for the server implementation of the service Dapr.
- -
+ +
A stub to allow clients to do asynchronous rpc calls to service Dapr.
- -
 
- -
+ +
 
+ +
HTTP Methods supported.
- -
 
- -
Deprecated. -
Use DaprClientBuilder instead, this will be removed in a future release.
+ +
 
+ +
+
A builder for the DaprHttp.
- -
-
Internal exception for propagating HTTP status code.
+ +
+
DaprMetadata describes the Dapr Metadata.
- -
+ +
Serializes and deserializes application's objects.
- -
+ +
Generic client interface for preview or alpha APIs in Dapr, regardless of GRPC or HTTP.
- -
 
- -
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
- -
+ +
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
- -
 
- -
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.ActorRuntime
- -
+ +
Protobuf enum dapr.proto.runtime.v1.ActorRuntime.ActorRuntimeStatus
- -
-
Protobuf type dapr.proto.runtime.v1.ActorRuntime
-
- -
 
- -
-
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
-
- +
-
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
+
Protobuf type dapr.proto.runtime.v1.ActorRuntime
- +
 
- +
-
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
+
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
- +
-
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
+
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
- +
 
- +
-
- BulkPublishRequest is the message to bulk publish events to pubsub topic
+
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
+
+ +
+
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
- + +
 
+
BulkPublishRequest is the message to bulk publish events to pubsub topic
- +
- BulkPublishRequestEntry is the message containing the event to be bulk published
+ BulkPublishRequest is the message to bulk publish events to pubsub topic
- +
BulkPublishRequestEntry is the message containing the event to be bulk published
- -
 
- -
 
- +
- BulkPublishResponse is the message returned from a BulkPublishEvent call
+ BulkPublishRequestEntry is the message containing the event to be bulk published
- + +
 
+ +
 
+
BulkPublishResponse is the message returned from a BulkPublishEvent call
- +
- BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
+ BulkPublishResponse is the message returned from a BulkPublishEvent call
- +
BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
- -
 
- -
 
- +
- BulkStateItem is the response item for a bulk get operation.
+ BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
- + +
 
+ +
 
+
BulkStateItem is the response item for a bulk get operation.
- -
 
- -
+ +
- DecryptRequest is the request for DecryptAlpha1.
+ BulkStateItem is the response item for a bulk get operation.
- + +
 
+
DecryptRequest is the request for DecryptAlpha1.
- +
- DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
+ 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.
- + +
 
+ +
+
+ DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
+
+
- DecryptResponse is the response for DecryptAlpha1.
+ 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.
+ DeleteJobRequest is the message to delete the job by name.
- +
- DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
+ DeleteJobRequest is the message to delete the job by name.
- +
 
- +
- DeleteStateRequest is the message to delete key-value states in the specific state store.
+ DeleteJobResponse is the message response to delete the job by name.
- +
- DeleteStateRequest is the message to delete key-value states in the specific state store.
+ DeleteJobResponse is the message response to delete the job by name.
- +
 
- +
- EncryptRequest is the request for EncryptAlpha1.
+ 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.
+
+ +
 
+
EncryptRequest is the request for EncryptAlpha1.
- +
- EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
+ 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.
- + +
 
+ +
+
+ ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+
+
- EncryptResponse is the response for EncryptAlpha1.
+ ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
- +
 
- +
- ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+ ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
- +
- ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+ ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
- +
 
- +
- ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
+ GetActorStateRequest is the message to get key-value states from specific actor.
- +
- ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
+ 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.
- +
- 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.
+ GetBulkSecretRequest is the message to get the secrets from secret store.
- +
- GetActorStateResponse is the response conveying the actor's state value.
+ 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.
- +
- 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.
+ GetBulkStateRequest is the message to get a list of key-value states from specific state store.
- +
- GetBulkSecretResponse is the response message to convey the requested secrets.
+ 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.
- +
- 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.
+ GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
- +
- GetBulkStateResponse is the response conveying the list of state values.
+ GetConfigurationRequest 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.
- +
- 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.
+ GetJobRequest is the message to retrieve a job.
- +
- GetConfigurationResponse is the response conveying the list of configuration values.
+ GetJobRequest is the message to retrieve a job.
- +
 
- +
- GetMetadataRequest is the message for the GetMetadata request.
+ GetJobResponse is the message's response for a job retrieved.
- +
- GetMetadataRequest is the message for the GetMetadata request.
+ GetJobResponse is the message's response for a job retrieved.
- +
 
- +
- GetMetadataResponse is a message that is returned on GetMetadata rpc call.
+ GetMetadataRequest is the message for the GetMetadata request.
- +
- GetMetadataResponse is a message that is returned on GetMetadata rpc call.
+ GetMetadataRequest is the message for the GetMetadata request.
- +
 
- +
- GetSecretRequest is the message to get secret from secret store.
+ GetMetadataResponse is a message that is returned on GetMetadata rpc call.
- +
- GetSecretRequest is the message to get secret from secret store.
+ GetMetadataResponse is a message that is returned on GetMetadata rpc call.
- +
 
- +
- GetSecretResponse is the response message to convey the requested secret.
+ GetSecretRequest is the message to get secret from secret store.
- +
- GetSecretResponse is the response message to convey the requested secret.
+ GetSecretRequest is the message to get secret from secret store.
- +
 
- +
- GetStateRequest is the message to get key-value states from specific state store.
+ GetSecretResponse is the response message to convey the requested secret.
- +
- GetStateRequest is the message to get key-value states from specific state store.
+ GetSecretResponse is the response message to convey the requested secret.
- +
 
- +
- GetStateResponse is the response conveying the state value and etag.
+ GetStateRequest is the message to get key-value states from specific state store.
- +
- GetStateResponse is the response conveying the state value and etag.
+ GetStateRequest is the message to get key-value states from specific state store.
- +
 
- +
- GetWorkflowRequest is the request for GetWorkflowBeta1.
+ GetStateResponse is the response conveying the state value and etag.
- +
- GetWorkflowRequest is the request for GetWorkflowBeta1.
+ GetStateResponse is the response conveying the state value and etag.
- +
 
- +
- GetWorkflowResponse is the response for GetWorkflowBeta1.
+ GetWorkflowRequest is the request for GetWorkflowBeta1.
- +
- GetWorkflowResponse is the response for GetWorkflowBeta1.
+ GetWorkflowRequest is the request for GetWorkflowBeta1.
- +
 
- +
- InvokeActorRequest is the message to call an actor.
+ GetWorkflowResponse is the response for GetWorkflowBeta1.
- +
- InvokeActorRequest is the message to call an actor.
+ GetWorkflowResponse is the response for GetWorkflowBeta1.
- +
 
- +
- InvokeActorResponse is the method that returns an actor invocation response.
+ InvokeActorRequest is the message to call an actor.
- +
- InvokeActorResponse is the method that returns an actor invocation response.
+ InvokeActorRequest is the message to call an actor.
- +
 
- +
- InvokeBindingRequest is the message to send data to output bindings
+ InvokeActorResponse is the method that returns an actor invocation response.
- +
- InvokeBindingRequest is the message to send data to output bindings
+ InvokeActorResponse is the method that returns an actor invocation response.
- +
 
- +
- InvokeBindingResponse is the message returned from an output binding invocation
+ InvokeBindingRequest is the message to send data to output bindings
- +
- InvokeBindingResponse is the message returned from an output binding invocation
+ InvokeBindingRequest is the message to send data to output bindings
- +
 
- +
- InvokeServiceRequest represents the request message for Service invocation.
+ InvokeBindingResponse is the message returned from an output binding invocation
+
+ +
+
+ InvokeBindingResponse is the message returned from an output binding invocation
- + +
 
+
InvokeServiceRequest represents the request message for Service invocation.
- + +
+
+ InvokeServiceRequest represents the request message for Service invocation.
+
+ +
 
+ +
+
+ Job is the definition of a job.
+
+ +
+
+ Job is the definition of a job.
+
+
 
@@ -1224,503 +1326,588 @@

All Classes and Interfaces<

 
- -
+ +
- PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
+ PubsubSubscriptionType indicates the type of subscription
- +
PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
- -
 
- + +
+
+ PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
+
+ +
 
+ +
+
Protobuf type dapr.proto.runtime.v1.QueryStateItem
+
+
Protobuf type dapr.proto.runtime.v1.QueryStateItem
- + +
 
+ +
+
+ QueryStateRequest is the message to query state store.
+
+
-
Protobuf type dapr.proto.runtime.v1.QueryStateItem
+
+ QueryStateRequest is the message to query state store.
- +
 
- +
- QueryStateRequest is the message to query state store.
+ QueryStateResponse is the response conveying the query results.
- +
- QueryStateRequest is the message to query state store.
+ QueryStateResponse is the response conveying the query results.
- +
 
- +
- QueryStateResponse is the response conveying the query results.
+ RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
- +
- QueryStateResponse is the response conveying the query results.
+ RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
- +
 
- +
- RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
+ RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.
- +
- RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
+ RegisterActorReminderRequest 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.
- +
- 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.
+
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
- +
-
- RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.
+
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
- +
 
- +
-
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
+
+ ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
- +
-
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
+
+ ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
- +
 
- +
- ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
+ SaveStateRequest is the message to save multiple states into state store.
- +
- ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
+ SaveStateRequest is the message to save multiple states into state store.
- +
 
- +
- SaveStateRequest is the message to save multiple states into state store.
+ ScheduleJobRequest is the message to create/schedule the job.
- +
- SaveStateRequest is the message to save multiple states into state store.
+ ScheduleJobRequest is the message to create/schedule the job.
- +
 
- +
- SecretResponse is a map of decrypted string/string values
+ ScheduleJobResponse is the message response to create/schedule the job.
- +
- SecretResponse is a map of decrypted string/string values
+ ScheduleJobResponse is the message response to create/schedule the job.
- +
 
- +
-
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
+
+ SecretResponse is a map of decrypted string/string values
- +
-
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
+
+ SecretResponse is a map of decrypted string/string values
- +
 
- +
-
- ShutdownRequest is the request for Shutdown.
+
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
- +
-
- ShutdownRequest is the request for Shutdown.
+
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
- +
 
- +
- StartWorkflowRequest is the request for StartWorkflowBeta1.
+ ShutdownRequest is the request for Shutdown.
-
DaprProtos.StartWorkflowRequest.Builder
+
DaprProtos.ShutdownRequest.Builder
- StartWorkflowRequest is the request for StartWorkflowBeta1.
+ ShutdownRequest is the request for Shutdown.
-
DaprProtos.StartWorkflowRequestOrBuilder
+
DaprProtos.ShutdownRequestOrBuilder
 
-
DaprProtos.StartWorkflowResponse
+
DaprProtos.StartWorkflowRequest
- StartWorkflowResponse is the response for StartWorkflowBeta1.
+ StartWorkflowRequest is the request for StartWorkflowBeta1.
-
DaprProtos.StartWorkflowResponse.Builder
+
DaprProtos.StartWorkflowRequest.Builder
- StartWorkflowResponse is the response for StartWorkflowBeta1.
+ StartWorkflowRequest is the request for StartWorkflowBeta1.
-
DaprProtos.StartWorkflowResponseOrBuilder
+
DaprProtos.StartWorkflowRequestOrBuilder
 
-
DaprProtos.SubscribeConfigurationRequest
+
DaprProtos.StartWorkflowResponse
- SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
+ StartWorkflowResponse is the response for StartWorkflowBeta1.
-
DaprProtos.SubscribeConfigurationRequest.Builder
+
DaprProtos.StartWorkflowResponse.Builder
- SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
+ StartWorkflowResponse is the response for StartWorkflowBeta1.
-
DaprProtos.SubscribeConfigurationRequestOrBuilder
+
DaprProtos.StartWorkflowResponseOrBuilder
 
-
DaprProtos.SubscribeConfigurationResponse
+
DaprProtos.SubscribeConfigurationRequest
-
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
+
+ SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
-
DaprProtos.SubscribeConfigurationResponse.Builder
+
DaprProtos.SubscribeConfigurationRequest.Builder
-
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
+
+ SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
-
DaprProtos.SubscribeConfigurationResponseOrBuilder
+
DaprProtos.SubscribeConfigurationRequestOrBuilder
 
-
DaprProtos.SubtleDecryptRequest
+
DaprProtos.SubscribeConfigurationResponse
-
- SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
+
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
-
DaprProtos.SubtleDecryptRequest.Builder
+
DaprProtos.SubscribeConfigurationResponse.Builder
-
- SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
+
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
-
DaprProtos.SubtleDecryptRequestOrBuilder
+
DaprProtos.SubscribeConfigurationResponseOrBuilder
 
-
DaprProtos.SubtleDecryptResponse
+
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1
- SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
+ SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the + details for subscribing to a topic via streaming.
-
DaprProtos.SubtleDecryptResponse.Builder
+
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder
- SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
+ SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the + details for subscribing to a topic via streaming.
-
DaprProtos.SubtleDecryptResponseOrBuilder
+
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
 
-
DaprProtos.SubtleEncryptRequest
+
DaprProtos.SubscribeTopicEventsRequestAlpha1
- SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
+ SubscribeTopicEventsRequestAlpha1 is a message containing the details for + subscribing to a topic via streaming.
-
DaprProtos.SubtleEncryptRequest.Builder
+
DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder
- SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
+ SubscribeTopicEventsRequestAlpha1 is a message containing the details for + subscribing to a topic via streaming.
+ +
DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase
+
 
+
DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
+
 
+
DaprProtos.SubscribeTopicEventsResponseAlpha1
+
+
+ SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
+
+
DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder
+
+
+ SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
-
DaprProtos.SubtleEncryptRequestOrBuilder
+
DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
 
-
DaprProtos.SubtleEncryptResponse
+
DaprProtos.SubtleDecryptRequest
- SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
+ SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
-
DaprProtos.SubtleEncryptResponse.Builder
+
DaprProtos.SubtleDecryptRequest.Builder
- SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
+ SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
-
DaprProtos.SubtleEncryptResponseOrBuilder
+
DaprProtos.SubtleDecryptRequestOrBuilder
 
-
DaprProtos.SubtleGetKeyRequest
+
DaprProtos.SubtleDecryptResponse
- SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
+ SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
-
DaprProtos.SubtleGetKeyRequest.Builder
+
DaprProtos.SubtleDecryptResponse.Builder
- SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
+ SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
-
DaprProtos.SubtleGetKeyRequest.KeyFormat
-
-
Protobuf enum dapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormat
+ +
 
+ +
+
+ SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
+
+ +
+
+ SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
- +
 
- +
- SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
+ SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
-
DaprProtos.SubtleGetKeyResponse.Builder
+
DaprProtos.SubtleEncryptResponse.Builder
- SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
+ SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
-
DaprProtos.SubtleGetKeyResponseOrBuilder
+
DaprProtos.SubtleEncryptResponseOrBuilder
 
-
DaprProtos.SubtleSignRequest
+
DaprProtos.SubtleGetKeyRequest
- SubtleSignRequest is the request for SubtleSignAlpha1.
+ SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
-
DaprProtos.SubtleSignRequest.Builder
+
DaprProtos.SubtleGetKeyRequest.Builder
- SubtleSignRequest is the request for SubtleSignAlpha1.
+ SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
-
DaprProtos.SubtleSignRequestOrBuilder
+
DaprProtos.SubtleGetKeyRequest.KeyFormat
+
+
Protobuf enum dapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormat
+
+
DaprProtos.SubtleGetKeyRequestOrBuilder
+
 
+
DaprProtos.SubtleGetKeyResponse
+
+
+ SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
+
+
DaprProtos.SubtleGetKeyResponse.Builder
+
+
+ SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
+
+
DaprProtos.SubtleGetKeyResponseOrBuilder
 
-
DaprProtos.SubtleSignResponse
+
DaprProtos.SubtleSignRequest
- SubtleSignResponse is the response for SubtleSignAlpha1.
+ SubtleSignRequest is the request for SubtleSignAlpha1.
-
DaprProtos.SubtleSignResponse.Builder
+
DaprProtos.SubtleSignRequest.Builder
- SubtleSignResponse is the response for SubtleSignAlpha1.
+ SubtleSignRequest is the request for SubtleSignAlpha1.
-
DaprProtos.SubtleSignResponseOrBuilder
+
DaprProtos.SubtleSignRequestOrBuilder
 
-
DaprProtos.SubtleUnwrapKeyRequest
+
DaprProtos.SubtleSignResponse
- SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
+ SubtleSignResponse is the response for SubtleSignAlpha1.
-
DaprProtos.SubtleUnwrapKeyRequest.Builder
+
DaprProtos.SubtleSignResponse.Builder
- SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
+ SubtleSignResponse is the response for SubtleSignAlpha1.
-
DaprProtos.SubtleUnwrapKeyRequestOrBuilder
+
DaprProtos.SubtleSignResponseOrBuilder
 
-
DaprProtos.SubtleUnwrapKeyResponse
+
DaprProtos.SubtleUnwrapKeyRequest
- SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
+ SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
-
DaprProtos.SubtleUnwrapKeyResponse.Builder
+
DaprProtos.SubtleUnwrapKeyRequest.Builder
- SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
+ SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
-
DaprProtos.SubtleUnwrapKeyResponseOrBuilder
+
DaprProtos.SubtleUnwrapKeyRequestOrBuilder
 
-
DaprProtos.SubtleVerifyRequest
+
DaprProtos.SubtleUnwrapKeyResponse
- SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
+ SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
-
DaprProtos.SubtleVerifyRequest.Builder
+
DaprProtos.SubtleUnwrapKeyResponse.Builder
- SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
+ SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
-
DaprProtos.SubtleVerifyRequestOrBuilder
+
DaprProtos.SubtleUnwrapKeyResponseOrBuilder
 
-
DaprProtos.SubtleVerifyResponse
+
DaprProtos.SubtleVerifyRequest
- SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
+ SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
-
DaprProtos.SubtleVerifyResponse.Builder
+
DaprProtos.SubtleVerifyRequest.Builder
- SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
+ SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
-
DaprProtos.SubtleVerifyResponseOrBuilder
+
DaprProtos.SubtleVerifyRequestOrBuilder
 
-
DaprProtos.SubtleWrapKeyRequest
+
DaprProtos.SubtleVerifyResponse
- SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
+ SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
-
DaprProtos.SubtleWrapKeyRequest.Builder
+
DaprProtos.SubtleVerifyResponse.Builder
- SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
+ SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
-
DaprProtos.SubtleWrapKeyRequestOrBuilder
+
DaprProtos.SubtleVerifyResponseOrBuilder
 
-
DaprProtos.SubtleWrapKeyResponse
+
DaprProtos.SubtleWrapKeyRequest
- SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
+ SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
-
DaprProtos.SubtleWrapKeyResponse.Builder
+
DaprProtos.SubtleWrapKeyRequest.Builder
- SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
+ SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
-
DaprProtos.SubtleWrapKeyResponseOrBuilder
+
DaprProtos.SubtleWrapKeyRequestOrBuilder
 
-
DaprProtos.TerminateWorkflowRequest
+
DaprProtos.SubtleWrapKeyResponse
- TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
+ SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
-
DaprProtos.TerminateWorkflowRequest.Builder
+
DaprProtos.SubtleWrapKeyResponse.Builder
- TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
+ SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
-
DaprProtos.TerminateWorkflowRequestOrBuilder
+
DaprProtos.SubtleWrapKeyResponseOrBuilder
 
-
DaprProtos.TransactionalActorStateOperation
+
DaprProtos.TerminateWorkflowRequest
- TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
+ TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
-
DaprProtos.TransactionalActorStateOperation.Builder
+
DaprProtos.TerminateWorkflowRequest.Builder
- TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
+ TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
-
DaprProtos.TransactionalActorStateOperationOrBuilder
+
DaprProtos.TerminateWorkflowRequestOrBuilder
 
-
DaprProtos.TransactionalStateOperation
+
DaprProtos.TransactionalActorStateOperation
- TransactionalStateOperation 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.
-
DaprProtos.TransactionalStateOperation.Builder
+
DaprProtos.TransactionalActorStateOperation.Builder
- TransactionalStateOperation 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.
-
DaprProtos.TransactionalStateOperationOrBuilder
+
DaprProtos.TransactionalActorStateOperationOrBuilder
 
-
DaprProtos.TryLockRequest
+
DaprProtos.TransactionalStateOperation
-
Protobuf type dapr.proto.runtime.v1.TryLockRequest
+
+ TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
-
DaprProtos.TryLockRequest.Builder
+
DaprProtos.TransactionalStateOperation.Builder
-
Protobuf type dapr.proto.runtime.v1.TryLockRequest
+
+ TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
-
DaprProtos.TryLockRequestOrBuilder
+
DaprProtos.TransactionalStateOperationOrBuilder
 
-
DaprProtos.TryLockResponse
+
DaprProtos.TryLockRequest
-
Protobuf type dapr.proto.runtime.v1.TryLockResponse
+
Protobuf type dapr.proto.runtime.v1.TryLockRequest
-
DaprProtos.TryLockResponse.Builder
+
DaprProtos.TryLockRequest.Builder
-
Protobuf type dapr.proto.runtime.v1.TryLockResponse
+
Protobuf type dapr.proto.runtime.v1.TryLockRequest
-
DaprProtos.TryLockResponseOrBuilder
+
DaprProtos.TryLockRequestOrBuilder
 
-
DaprProtos.UnlockRequest
+
DaprProtos.TryLockResponse
-
Protobuf type dapr.proto.runtime.v1.UnlockRequest
+
Protobuf type dapr.proto.runtime.v1.TryLockResponse
-
DaprProtos.UnlockRequest.Builder
+
DaprProtos.TryLockResponse.Builder
-
Protobuf type dapr.proto.runtime.v1.UnlockRequest
+
Protobuf type dapr.proto.runtime.v1.TryLockResponse
-
DaprProtos.UnlockRequestOrBuilder
+
DaprProtos.TryLockResponseOrBuilder
 
-
DaprProtos.UnlockResponse
+
DaprProtos.UnlockRequest
-
Protobuf type dapr.proto.runtime.v1.UnlockResponse
+
Protobuf type dapr.proto.runtime.v1.UnlockRequest
-
DaprProtos.UnlockResponse.Builder
+
DaprProtos.UnlockRequest.Builder
+
+
Protobuf type dapr.proto.runtime.v1.UnlockRequest
+
+
DaprProtos.UnlockRequestOrBuilder
+
 
+
DaprProtos.UnlockResponse
Protobuf type dapr.proto.runtime.v1.UnlockResponse
-
DaprProtos.UnlockResponse.Status
-
+ +
+
Protobuf type dapr.proto.runtime.v1.UnlockResponse
+
+ +
Protobuf enum dapr.proto.runtime.v1.UnlockResponse.Status
- -
 
- + +
 
+ +
+
+ UnregisterActorReminderRequest is the message to unregister an actor reminder.
+
+
UnregisterActorReminderRequest is the message to unregister an actor reminder.
- + +
 
+ +
+
+ UnregisterActorTimerRequest is the message to unregister an actor timer
+
+
- UnregisterActorReminderRequest is the message to unregister an actor reminder.
+ UnregisterActorTimerRequest is the message to unregister an actor timer
-
DaprProtos.UnregisterActorReminderRequestOrBuilder
+
DaprProtos.UnregisterActorTimerRequestOrBuilder
 
-
DaprProtos.UnregisterActorTimerRequest
+
DaprProtos.UnsubscribeConfigurationRequest
- UnregisterActorTimerRequest is the message to unregister an actor timer
+ UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
-
DaprProtos.UnregisterActorTimerRequest.Builder
+
DaprProtos.UnsubscribeConfigurationRequest.Builder
- UnregisterActorTimerRequest is the message to unregister an actor timer
+ UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
-
DaprProtos.UnregisterActorTimerRequestOrBuilder
+
DaprProtos.UnsubscribeConfigurationRequestOrBuilder
 
-
DaprProtos.UnsubscribeConfigurationRequest
+
DaprProtos.UnsubscribeConfigurationResponse
-
- UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
+
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
-
DaprProtos.UnsubscribeConfigurationRequest.Builder
+
DaprProtos.UnsubscribeConfigurationResponse.Builder
-
- UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
+
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
-
DaprProtos.UnsubscribeConfigurationRequestOrBuilder
+
DaprProtos.UnsubscribeConfigurationResponseOrBuilder
 
-
DaprProtos.UnsubscribeConfigurationResponse
+
DaprSagaContextImpl
-
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
+
Dapr Saga Context implementation.
-
DaprProtos.UnsubscribeConfigurationResponse.Builder
+
DaprTimeoutInterceptor
-
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
+
Class to be used as part of your service's client stub interceptor to include timeout.
-
DaprProtos.UnsubscribeConfigurationResponseOrBuilder
-
 
-
DaprSagaContextImpl
+
DaprTracingInterceptor
+
+
Injects tracing headers to gRPC metadata.
+
+
DaprTracingInterceptor
-
Dapr Saga Context implementation.
+
Injects tracing headers to gRPC metadata.
DaprWorkflowClient
@@ -1774,94 +1961,102 @@

All Classes and Interfaces<
A request to get a state by key.
- +
-
Wraps a Dapr gRPC stub with telemetry interceptor.
+
Helper to extract tracing information for gRPC calls.
Common headers for GRPC and HTTP communication.
- +
+
HttpEndpointMetadata describes a registered Dapr HTTP endpoint.
+
+ +
HTTP Extension class.
- -
 
- -
+ +
 
+ +
Integer configuration property.
- -
+ +
A request to invoke binding.
- -
+ +
A request to invoke a service.
- -
+ +
A request to lock.
- -
+ +
Enumerates commonly used metadata attributes.
- -
+ +
Integer configuration property.
- -
+ +
Utility methods for network, internal to Dapr SDK.
- -
+ +
Options for starting a new instance of a workflow.
- -
+ +
Serializes and deserializes an internal object.
- -
 
- +
 
- -
+ +
 
+ +
Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
- -
+ +
A configuration property in the Dapr's SDK.
- -
+ +
A request to publish an event.
- -
 
- +
 
- +
 
- +
 
- -
+ +
 
+ +
Interface that actors must implement to consume reminders registered using RegisterReminderAsync.
- -
+ +
Resiliency policy for SDK communication to Dapr API.
- -
+ +
Retry policy for SDK communication to Dapr API.
- -
 
+ +
 
+ +
+
RuleMetadata describes the Subscription Rule's Metadata.
+
 
@@ -1918,83 +2113,87 @@

All Classes and Interfaces<
Domain object for response from subscribeConfiguration API.
- +
+
SubscriptionMetadata describes the Subscription Metadata.
+
+ +
Timeout policy for SDK communication to Dapr API.
- -
 
- -
+ +
 
+ +
Class to represent transactional state operations.
- -
+ +
Options for type of operation.
- -
+ +
A class to represent request for transactional state.
- -
+ +
Used to reference a type.
- -
+ +
A request to unlock.
- -
 
- -
+ +
 
+ +
Request to unsubscribe to one or more configuration items using subscription id.
- -
+ +
Domain object for unsubscribe response.
- -
 
- -
+ +
 
+ +
Common interface for workflow implementations.
- -
+ +
Common interface for task activity implementations.
- -
+ +
Wrapper for Durable Task Framework TaskActivityContext.
- -
+ +
Context object used by workflow implementations to perform actions such as scheduling activities, durable timers, waiting for external events, and for getting basic information about the current workflow instance.
- -
+ +
Represents a workflow failure details.
- -
+ +
Represents a snapshot of a workflow instance's current state, including metadata.
- -
+ +
Contains methods to register workflows and activities.
- -
 
- -
+ +
 
+ +
Enum describing the runtime status of a workflow.
- -
 
+ +
 
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index 66c92aafa..75b32db64 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-parent 1.11.0 API) + +All Packages (dapr-sdk-parent 1.12.0 API) - + @@ -78,28 +78,30 @@

All Packages

 
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
+ +
 
diff --git a/docs/constant-values.html b/docs/constant-values.html index 399e16b78..c2810606f 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (dapr-sdk-parent 1.11.0 API) + +Constant Field Values (dapr-sdk-parent 1.12.0 API) - + @@ -425,6 +425,29 @@

io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    4
    +
    public static final int
    + +
    2
    +
    public static final int
    + +
    5
    +
    public static final int
    + +
    3
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    @@ -919,6 +942,17 @@

    io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    @@ -1142,6 +1176,28 @@

    io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    @@ -1367,6 +1423,32 @@

    io.dapr.*

  • +
    io.dapr.v1.DaprProtos.Job
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    6
    +
    public static final int
    + +
    4
    +
    public static final int
    + +
    1
    +
    public static final int
    + +
    3
    +
    public static final int
    + +
    2
    +
    public static final int
    + +
    5
    +
    +
  • +
  • Modifier and Type
    @@ -1435,6 +1517,9 @@

    io.dapr.*

    public static final int
    2
    +
    public static final int
    + +
    6
  • @@ -1463,6 +1548,26 @@

    io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    public static final int
    + +
    2
    +
    public static final int
    + +
    3
    +
    public static final int
    + +
    0
    +
    +
  • +
  • Modifier and Type
    @@ -1660,6 +1765,17 @@

    io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    @@ -1750,6 +1866,54 @@

    io.dapr.*

  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    4
    +
    public static final int
    + +
    3
    +
    public static final int
    + +
    1
    +
    public static final int
    + +
    2
    +
    +
  • +
  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    2
    +
    public static final int
    + +
    1
    +
    +
  • +
  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    public static final int
    + +
    2
    +
    +
  • +
  • Modifier and Type
    diff --git a/docs/dapr-sdk-workflows/allclasses-index.html b/docs/dapr-sdk-workflows/allclasses-index.html index 481abcded..833d4a0b9 100644 --- a/docs/dapr-sdk-workflows/allclasses-index.html +++ b/docs/dapr-sdk-workflows/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-workflows 0.11.0 API) + +All Classes and Interfaces (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/allpackages-index.html b/docs/dapr-sdk-workflows/allpackages-index.html index 3f9a6f0f7..cee2205c0 100644 --- a/docs/dapr-sdk-workflows/allpackages-index.html +++ b/docs/dapr-sdk-workflows/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-workflows 0.11.0 API) + +All Packages (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/help-doc.html b/docs/dapr-sdk-workflows/help-doc.html index adf15dda6..b73eb37b6 100644 --- a/docs/dapr-sdk-workflows/help-doc.html +++ b/docs/dapr-sdk-workflows/help-doc.html @@ -1,11 +1,11 @@ - -API Help (dapr-sdk-workflows 0.11.0 API) + +API Help (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/index-all.html b/docs/dapr-sdk-workflows/index-all.html index 0da561055..a696db2af 100644 --- a/docs/dapr-sdk-workflows/index-all.html +++ b/docs/dapr-sdk-workflows/index-all.html @@ -1,11 +1,11 @@ - -Index (dapr-sdk-workflows 0.11.0 API) + +Index (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/index.html b/docs/dapr-sdk-workflows/index.html index 8a49185a6..aaf1db798 100644 --- a/docs/dapr-sdk-workflows/index.html +++ b/docs/dapr-sdk-workflows/index.html @@ -1,11 +1,11 @@ - -Overview (dapr-sdk-workflows 0.11.0 API) + +Overview (dapr-sdk-workflows 0.12.0 API) - + @@ -49,7 +49,7 @@
    -

    dapr-sdk-workflows 0.11.0 API

    +

    dapr-sdk-workflows 0.12.0 API

    Packages
    diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/DaprWorkflowContextImpl.html b/docs/dapr-sdk-workflows/io/dapr/workflows/DaprWorkflowContextImpl.html index 4f00289bb..e7b5e054c 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/DaprWorkflowContextImpl.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/DaprWorkflowContextImpl.html @@ -1,11 +1,11 @@ - -DaprWorkflowContextImpl (dapr-sdk-workflows 0.11.0 API) + +DaprWorkflowContextImpl (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html b/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html index 706237fab..8199c086b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html @@ -1,11 +1,11 @@ - -Workflow (dapr-sdk-workflows 0.11.0 API) + +Workflow (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html index 1adc89970..95815969e 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html @@ -1,11 +1,11 @@ - -WorkflowContext (dapr-sdk-workflows 0.11.0 API) + +WorkflowContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html index 53ab8d0ab..258c9c249 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html @@ -1,11 +1,11 @@ - -WorkflowStub (dapr-sdk-workflows 0.11.0 API) + +WorkflowStub (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html index 4da38d788..3d9652990 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html index ea4956e26..97f54bb8d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html index 82d3d1479..66ed40df5 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.11.0 API) + +Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html index e270ca1f1..852875fb8 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.11.0 API) + +Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html index e0001904c..2b18b71c3 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -DaprWorkflowClient (dapr-sdk-workflows 0.11.0 API) + +DaprWorkflowClient (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/NewWorkflowOption.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/NewWorkflowOption.html index d13ef4c18..302aef0a9 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/NewWorkflowOption.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/NewWorkflowOption.html @@ -1,11 +1,11 @@ - -NewWorkflowOption (dapr-sdk-workflows 0.11.0 API) + +NewWorkflowOption (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html index f589ce674..91f5acddc 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -WorkflowFailureDetails (dapr-sdk-workflows 0.11.0 API) + +WorkflowFailureDetails (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html index 820ea04d6..9cb74665d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -WorkflowInstanceStatus (dapr-sdk-workflows 0.11.0 API) + +WorkflowInstanceStatus (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html index 34c923638..5e73f5339 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/NewWorkflowOption.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/NewWorkflowOption.html index f6b209520..218a4d345 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/NewWorkflowOption.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/NewWorkflowOption.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html index 9e9ccb00c..d3e413e8b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html index fce882142..b7f0cf1fe 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html index 403ab00b0..c0a31f575 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.client (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html index 108b99434..f9ea8f9cd 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html index 5ca945618..445a549f4 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.11.0 API) + +Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html index c586b2a7d..49c3cee7c 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -ApiTokenClientInterceptor (dapr-sdk-workflows 0.11.0 API) + +ApiTokenClientInterceptor (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html index 19ac545d7..1f29b106b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html index 65575a439..fadf9c48f 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.internal (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html index 8c40e992c..f783acfe8 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html index 7c1d77ba8..01ba0f8e5 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.11.0 API) + +Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html index 8eae4ef7a..a180f64c0 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html index b8057c549..9e0ba0d75 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html index 03077242d..0442f8acd 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.11.0 API) + +Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/ActivityWrapper.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/ActivityWrapper.html index 2342747c9..423357941 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/ActivityWrapper.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/ActivityWrapper.html @@ -1,11 +1,11 @@ - -ActivityWrapper (dapr-sdk-workflows 0.11.0 API) + +ActivityWrapper (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivity.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivity.html index 4b87eed69..0e1275d55 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivity.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivity.html @@ -1,11 +1,11 @@ - -WorkflowActivity (dapr-sdk-workflows 0.11.0 API) + +WorkflowActivity (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivityContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivityContext.html index 748550917..b3ebcd2c7 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivityContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowActivityContext.html @@ -1,11 +1,11 @@ - -WorkflowActivityContext (dapr-sdk-workflows 0.11.0 API) + +WorkflowActivityContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html index 30963c295..698bbbd05 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -WorkflowRuntime (dapr-sdk-workflows 0.11.0 API) + +WorkflowRuntime (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html index dc2488f96..7044a7390 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeBuilder (dapr-sdk-workflows 0.11.0 API) + +WorkflowRuntimeBuilder (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html index 813a744a3..b61bccf6a 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeStatus (dapr-sdk-workflows 0.11.0 API) + +WorkflowRuntimeStatus (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/ActivityWrapper.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/ActivityWrapper.html index ab6c4c7a1..16d711ed3 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/ActivityWrapper.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/ActivityWrapper.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivity.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivity.html index 888d3a005..9586be2e9 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivity.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivity.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.11.0 API) + +Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html index f60b0e4c9..3ce36816d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html index f7ba6f92d..50edbe156 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html index 08b46ab41..0ecb6260d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html index d1308a58e..b8175d72b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.11.0 API) + +Uses of Enum Class io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html index 0eba6a3ed..60efa4885 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.runtime (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html index be7e504e0..11f83a179 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html index 97ec59140..b1e1cff04 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.11.0 API) + +Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/DaprSagaContextImpl.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/DaprSagaContextImpl.html index d7a122460..4ea11cd69 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/DaprSagaContextImpl.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/DaprSagaContextImpl.html @@ -1,11 +1,11 @@ - -DaprSagaContextImpl (dapr-sdk-workflows 0.11.0 API) + +DaprSagaContextImpl (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/Saga.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/Saga.html index e04111f66..0faddb293 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/Saga.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/Saga.html @@ -1,11 +1,11 @@ - -Saga (dapr-sdk-workflows 0.11.0 API) + +Saga (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaCompensationException.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaCompensationException.html index 1daa63108..4bfa3d8ad 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaCompensationException.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaCompensationException.html @@ -1,11 +1,11 @@ - -SagaCompensationException (dapr-sdk-workflows 0.11.0 API) + +SagaCompensationException (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaContext.html index 2382853ed..a3a7e32a3 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaContext.html @@ -1,11 +1,11 @@ - -SagaContext (dapr-sdk-workflows 0.11.0 API) + +SagaContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.Builder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.Builder.html index 4b794263a..8936b83e8 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.Builder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.Builder.html @@ -1,11 +1,11 @@ - -SagaOption.Builder (dapr-sdk-workflows 0.11.0 API) + +SagaOption.Builder (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.html index 465d27dd1..20977e680 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/SagaOption.html @@ -1,11 +1,11 @@ - -SagaOption (dapr-sdk-workflows 0.11.0 API) + +SagaOption (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html index df510ab30..5b267da5d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/Saga.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/Saga.html index 3724b656d..27959163f 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/Saga.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/Saga.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaCompensationException.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaCompensationException.html index 3cbd009cf..b5613ae85 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaCompensationException.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaCompensationException.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaContext.html index 0a0afb05c..b695ea449 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaContext.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.11.0 API) + +Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.Builder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.Builder.html index ee49494bb..4da5e8c8f 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.Builder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.html index 7d0b1d14c..32707839b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/class-use/SagaOption.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-summary.html index 6c90693ea..552212bf0 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.saga (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.saga (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-tree.html index cf7dc5876..a50373487 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-use.html index f1e96bee3..cd2319ded 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/saga/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.11.0 API) + +Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/overview-summary.html b/docs/dapr-sdk-workflows/overview-summary.html index 5ed9c1141..502e99524 100644 --- a/docs/dapr-sdk-workflows/overview-summary.html +++ b/docs/dapr-sdk-workflows/overview-summary.html @@ -1,11 +1,11 @@ - -dapr-sdk-workflows 0.11.0 API + +dapr-sdk-workflows 0.12.0 API - + diff --git a/docs/dapr-sdk-workflows/overview-tree.html b/docs/dapr-sdk-workflows/overview-tree.html index 3a62fbbf8..56dc80f42 100644 --- a/docs/dapr-sdk-workflows/overview-tree.html +++ b/docs/dapr-sdk-workflows/overview-tree.html @@ -1,11 +1,11 @@ - -Class Hierarchy (dapr-sdk-workflows 0.11.0 API) + +Class Hierarchy (dapr-sdk-workflows 0.12.0 API) - + diff --git a/docs/dapr-sdk-workflows/project-reports.html b/docs/dapr-sdk-workflows/project-reports.html index 5064aa7b0..b56d7025c 100644 --- a/docs/dapr-sdk-workflows/project-reports.html +++ b/docs/dapr-sdk-workflows/project-reports.html @@ -1,6 +1,6 @@ @@ -25,8 +25,8 @@
    diff --git a/docs/io/dapr/Rule.html b/docs/io/dapr/Rule.html index a4366f14d..de7edbed5 100644 --- a/docs/io/dapr/Rule.html +++ b/docs/io/dapr/Rule.html @@ -1,11 +1,11 @@ - -Rule (dapr-sdk-parent 1.11.0 API) + +Rule (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/Topic.html b/docs/io/dapr/Topic.html index 03c375c86..387d601f6 100644 --- a/docs/io/dapr/Topic.html +++ b/docs/io/dapr/Topic.html @@ -1,11 +1,11 @@ - -Topic (dapr-sdk-parent 1.11.0 API) + +Topic (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/ActorId.html b/docs/io/dapr/actors/ActorId.html index a066cef85..57d373ea9 100644 --- a/docs/io/dapr/actors/ActorId.html +++ b/docs/io/dapr/actors/ActorId.html @@ -1,11 +1,11 @@ - -ActorId (dapr-sdk-parent 1.11.0 API) + +ActorId (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/ActorMethod.html b/docs/io/dapr/actors/ActorMethod.html index 1f9a3bb81..1cb39d782 100644 --- a/docs/io/dapr/actors/ActorMethod.html +++ b/docs/io/dapr/actors/ActorMethod.html @@ -1,11 +1,11 @@ - -ActorMethod (dapr-sdk-parent 1.11.0 API) + +ActorMethod (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/ActorTrace.html b/docs/io/dapr/actors/ActorTrace.html index 35d9ea70d..a1d96a200 100644 --- a/docs/io/dapr/actors/ActorTrace.html +++ b/docs/io/dapr/actors/ActorTrace.html @@ -1,11 +1,11 @@ - -ActorTrace (dapr-sdk-parent 1.11.0 API) + +ActorTrace (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/ActorType.html b/docs/io/dapr/actors/ActorType.html index 1d0c33234..5a639c04e 100644 --- a/docs/io/dapr/actors/ActorType.html +++ b/docs/io/dapr/actors/ActorType.html @@ -1,11 +1,11 @@ - -ActorType (dapr-sdk-parent 1.11.0 API) + +ActorType (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/ActorUtils.html b/docs/io/dapr/actors/ActorUtils.html index 778631fdd..744bd4260 100644 --- a/docs/io/dapr/actors/ActorUtils.html +++ b/docs/io/dapr/actors/ActorUtils.html @@ -1,11 +1,11 @@ - -ActorUtils (dapr-sdk-parent 1.11.0 API) + +ActorUtils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorId.html b/docs/io/dapr/actors/class-use/ActorId.html index 8707901f2..c966fddaa 100644 --- a/docs/io/dapr/actors/class-use/ActorId.html +++ b/docs/io/dapr/actors/class-use/ActorId.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorMethod.html b/docs/io/dapr/actors/class-use/ActorMethod.html index ae3d12b9e..baf55d5ba 100644 --- a/docs/io/dapr/actors/class-use/ActorMethod.html +++ b/docs/io/dapr/actors/class-use/ActorMethod.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.11.0 API) + +Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorTrace.html b/docs/io/dapr/actors/class-use/ActorTrace.html index 6ae34da2c..501268af4 100644 --- a/docs/io/dapr/actors/class-use/ActorTrace.html +++ b/docs/io/dapr/actors/class-use/ActorTrace.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorType.html b/docs/io/dapr/actors/class-use/ActorType.html index 6e5e055d8..56e698908 100644 --- a/docs/io/dapr/actors/class-use/ActorType.html +++ b/docs/io/dapr/actors/class-use/ActorType.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface io.dapr.actors.ActorType (dapr-sdk-parent 1.11.0 API) + +Uses of Annotation Interface io.dapr.actors.ActorType (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorUtils.html b/docs/io/dapr/actors/class-use/ActorUtils.html index 8b1c2e657..a9df21155 100644 --- a/docs/io/dapr/actors/class-use/ActorUtils.html +++ b/docs/io/dapr/actors/class-use/ActorUtils.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/ActorClient.html b/docs/io/dapr/actors/client/ActorClient.html index 99dfc5074..550ad8ee8 100644 --- a/docs/io/dapr/actors/client/ActorClient.html +++ b/docs/io/dapr/actors/client/ActorClient.html @@ -1,11 +1,11 @@ - -ActorClient (dapr-sdk-parent 1.11.0 API) + +ActorClient (dapr-sdk-parent 1.12.0 API) - + @@ -101,10 +101,6 @@

    Constructor Summary

    Instantiates a new channel for Dapr sidecar communication.
    -
    ActorClient(ResiliencyOptions resiliencyOptions)
    -
    -
    Instantiates a new channel for Dapr sidecar communication.
    -
  • @@ -146,17 +142,6 @@

    ActorClient

    Instantiates a new channel for Dapr sidecar communication.
    -
  • -
    -

    ActorClient

    -
    public ActorClient(ResiliencyOptions resiliencyOptions)
    -
    Instantiates a new channel for Dapr sidecar communication.
    -
    -
    Parameters:
    -
    resiliencyOptions - Client resiliency options.
    -
    -
    -
  • diff --git a/docs/io/dapr/actors/client/ActorProxy.html b/docs/io/dapr/actors/client/ActorProxy.html index f6de231c7..a8e34a34a 100644 --- a/docs/io/dapr/actors/client/ActorProxy.html +++ b/docs/io/dapr/actors/client/ActorProxy.html @@ -1,11 +1,11 @@ - -ActorProxy (dapr-sdk-parent 1.11.0 API) + +ActorProxy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/ActorProxyBuilder.html b/docs/io/dapr/actors/client/ActorProxyBuilder.html index 108078881..62e451125 100644 --- a/docs/io/dapr/actors/client/ActorProxyBuilder.html +++ b/docs/io/dapr/actors/client/ActorProxyBuilder.html @@ -1,11 +1,11 @@ - -ActorProxyBuilder (dapr-sdk-parent 1.11.0 API) + +ActorProxyBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/class-use/ActorClient.html b/docs/io/dapr/actors/client/class-use/ActorClient.html index 0574743be..8d2e43a5d 100644 --- a/docs/io/dapr/actors/client/class-use/ActorClient.html +++ b/docs/io/dapr/actors/client/class-use/ActorClient.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/class-use/ActorProxy.html b/docs/io/dapr/actors/client/class-use/ActorProxy.html index d4aa35930..27231c149 100644 --- a/docs/io/dapr/actors/client/class-use/ActorProxy.html +++ b/docs/io/dapr/actors/client/class-use/ActorProxy.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/class-use/ActorProxyBuilder.html b/docs/io/dapr/actors/client/class-use/ActorProxyBuilder.html index 07d269ab4..bb450453a 100644 --- a/docs/io/dapr/actors/client/class-use/ActorProxyBuilder.html +++ b/docs/io/dapr/actors/client/class-use/ActorProxyBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/package-summary.html b/docs/io/dapr/actors/client/package-summary.html index 6181efbf0..218cff8a5 100644 --- a/docs/io/dapr/actors/client/package-summary.html +++ b/docs/io/dapr/actors/client/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.actors.client (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors.client (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/package-tree.html b/docs/io/dapr/actors/client/package-tree.html index 0dab7fc6f..35d1c8751 100644 --- a/docs/io/dapr/actors/client/package-tree.html +++ b/docs/io/dapr/actors/client/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/client/package-use.html b/docs/io/dapr/actors/client/package-use.html index 1191107de..630f9096e 100644 --- a/docs/io/dapr/actors/client/package-use.html +++ b/docs/io/dapr/actors/client/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/package-summary.html b/docs/io/dapr/actors/package-summary.html index 11b0b4e00..a798330b9 100644 --- a/docs/io/dapr/actors/package-summary.html +++ b/docs/io/dapr/actors/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.actors (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/package-tree.html b/docs/io/dapr/actors/package-tree.html index 53e0932fe..94f2de5bf 100644 --- a/docs/io/dapr/actors/package-tree.html +++ b/docs/io/dapr/actors/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/package-use.html b/docs/io/dapr/actors/package-use.html index 52a13003b..51e37d71c 100644 --- a/docs/io/dapr/actors/package-use.html +++ b/docs/io/dapr/actors/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.actors (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.actors (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/AbstractActor.html b/docs/io/dapr/actors/runtime/AbstractActor.html index bfbbf1f77..28126781b 100644 --- a/docs/io/dapr/actors/runtime/AbstractActor.html +++ b/docs/io/dapr/actors/runtime/AbstractActor.html @@ -1,11 +1,11 @@ - -AbstractActor (dapr-sdk-parent 1.11.0 API) + +AbstractActor (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorFactory.html b/docs/io/dapr/actors/runtime/ActorFactory.html index 07a4f6e9c..61caa58fd 100644 --- a/docs/io/dapr/actors/runtime/ActorFactory.html +++ b/docs/io/dapr/actors/runtime/ActorFactory.html @@ -1,11 +1,11 @@ - -ActorFactory (dapr-sdk-parent 1.11.0 API) + +ActorFactory (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorMethodContext.html b/docs/io/dapr/actors/runtime/ActorMethodContext.html index dba93d325..348b472f5 100644 --- a/docs/io/dapr/actors/runtime/ActorMethodContext.html +++ b/docs/io/dapr/actors/runtime/ActorMethodContext.html @@ -1,11 +1,11 @@ - -ActorMethodContext (dapr-sdk-parent 1.11.0 API) + +ActorMethodContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorObjectSerializer.html b/docs/io/dapr/actors/runtime/ActorObjectSerializer.html index 181e4847f..fb4cb5bba 100644 --- a/docs/io/dapr/actors/runtime/ActorObjectSerializer.html +++ b/docs/io/dapr/actors/runtime/ActorObjectSerializer.html @@ -1,11 +1,11 @@ - -ActorObjectSerializer (dapr-sdk-parent 1.11.0 API) + +ActorObjectSerializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorRuntime.html b/docs/io/dapr/actors/runtime/ActorRuntime.html index 03efdffd3..2ad57d3c3 100644 --- a/docs/io/dapr/actors/runtime/ActorRuntime.html +++ b/docs/io/dapr/actors/runtime/ActorRuntime.html @@ -1,11 +1,11 @@ - -ActorRuntime (dapr-sdk-parent 1.11.0 API) + +ActorRuntime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html b/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html index 4ab8336ce..ce17449c6 100644 --- a/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html +++ b/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html @@ -1,11 +1,11 @@ - -ActorRuntimeConfig (dapr-sdk-parent 1.11.0 API) + +ActorRuntimeConfig (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorRuntimeContext.html b/docs/io/dapr/actors/runtime/ActorRuntimeContext.html index 6e65d766e..0cf097b59 100644 --- a/docs/io/dapr/actors/runtime/ActorRuntimeContext.html +++ b/docs/io/dapr/actors/runtime/ActorRuntimeContext.html @@ -1,11 +1,11 @@ - -ActorRuntimeContext (dapr-sdk-parent 1.11.0 API) + +ActorRuntimeContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateChange.html b/docs/io/dapr/actors/runtime/ActorStateChange.html index 6453e93d0..cfd8fc348 100644 --- a/docs/io/dapr/actors/runtime/ActorStateChange.html +++ b/docs/io/dapr/actors/runtime/ActorStateChange.html @@ -1,11 +1,11 @@ - -ActorStateChange (dapr-sdk-parent 1.11.0 API) + +ActorStateChange (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateChangeKind.html b/docs/io/dapr/actors/runtime/ActorStateChangeKind.html index 099d0c699..40c62acf9 100644 --- a/docs/io/dapr/actors/runtime/ActorStateChangeKind.html +++ b/docs/io/dapr/actors/runtime/ActorStateChangeKind.html @@ -1,11 +1,11 @@ - -ActorStateChangeKind (dapr-sdk-parent 1.11.0 API) + +ActorStateChangeKind (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateManager.html b/docs/io/dapr/actors/runtime/ActorStateManager.html index 2b809f109..1125428bb 100644 --- a/docs/io/dapr/actors/runtime/ActorStateManager.html +++ b/docs/io/dapr/actors/runtime/ActorStateManager.html @@ -1,11 +1,11 @@ - -ActorStateManager (dapr-sdk-parent 1.11.0 API) + +ActorStateManager (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorTypeConfig.html b/docs/io/dapr/actors/runtime/ActorTypeConfig.html index ef55d4c48..efe8e177b 100644 --- a/docs/io/dapr/actors/runtime/ActorTypeConfig.html +++ b/docs/io/dapr/actors/runtime/ActorTypeConfig.html @@ -1,11 +1,11 @@ - -ActorTypeConfig (dapr-sdk-parent 1.11.0 API) + +ActorTypeConfig (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/Remindable.html b/docs/io/dapr/actors/runtime/Remindable.html index 66ec8a53e..2cf543fbf 100644 --- a/docs/io/dapr/actors/runtime/Remindable.html +++ b/docs/io/dapr/actors/runtime/Remindable.html @@ -1,11 +1,11 @@ - -Remindable (dapr-sdk-parent 1.11.0 API) + +Remindable (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/AbstractActor.html b/docs/io/dapr/actors/runtime/class-use/AbstractActor.html index a310c11d8..6dde2093d 100644 --- a/docs/io/dapr/actors/runtime/class-use/AbstractActor.html +++ b/docs/io/dapr/actors/runtime/class-use/AbstractActor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorFactory.html b/docs/io/dapr/actors/runtime/class-use/ActorFactory.html index d957add06..516da7db0 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorFactory.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorFactory.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorMethodContext.html b/docs/io/dapr/actors/runtime/class-use/ActorMethodContext.html index 7fa40f9aa..c210cebb6 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorMethodContext.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorMethodContext.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorObjectSerializer.html b/docs/io/dapr/actors/runtime/class-use/ActorObjectSerializer.html index 8b79a42e6..56cb9df93 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorObjectSerializer.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorObjectSerializer.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorRuntime.html b/docs/io/dapr/actors/runtime/class-use/ActorRuntime.html index 90d965f4d..ff119fbc1 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorRuntime.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorRuntime.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorRuntimeConfig.html b/docs/io/dapr/actors/runtime/class-use/ActorRuntimeConfig.html index bfff37dee..bdb04a63e 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorRuntimeConfig.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorRuntimeConfig.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorRuntimeContext.html b/docs/io/dapr/actors/runtime/class-use/ActorRuntimeContext.html index 8b36ac9da..f7a8ba8f9 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorRuntimeContext.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorRuntimeContext.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorStateChange.html b/docs/io/dapr/actors/runtime/class-use/ActorStateChange.html index 55669d7f1..5b4dfe060 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorStateChange.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorStateChange.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorStateChangeKind.html b/docs/io/dapr/actors/runtime/class-use/ActorStateChangeKind.html index eda8a1144..d29a89974 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorStateChangeKind.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorStateChangeKind.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorStateManager.html b/docs/io/dapr/actors/runtime/class-use/ActorStateManager.html index d020a3c92..38154bac2 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorStateManager.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorStateManager.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/ActorTypeConfig.html b/docs/io/dapr/actors/runtime/class-use/ActorTypeConfig.html index 4c4c2f2ea..5d262bc2a 100644 --- a/docs/io/dapr/actors/runtime/class-use/ActorTypeConfig.html +++ b/docs/io/dapr/actors/runtime/class-use/ActorTypeConfig.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.actors.runtime.ActorTypeConfig (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.actors.runtime.ActorTypeConfig (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/class-use/Remindable.html b/docs/io/dapr/actors/runtime/class-use/Remindable.html index c5dc2fc16..09ad2e3dd 100644 --- a/docs/io/dapr/actors/runtime/class-use/Remindable.html +++ b/docs/io/dapr/actors/runtime/class-use/Remindable.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-summary.html b/docs/io/dapr/actors/runtime/package-summary.html index 3fb4f79de..2261ed7cc 100644 --- a/docs/io/dapr/actors/runtime/package-summary.html +++ b/docs/io/dapr/actors/runtime/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.actors.runtime (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors.runtime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-tree.html b/docs/io/dapr/actors/runtime/package-tree.html index 0f4c8c173..0ab108636 100644 --- a/docs/io/dapr/actors/runtime/package-tree.html +++ b/docs/io/dapr/actors/runtime/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-use.html b/docs/io/dapr/actors/runtime/package-use.html index 4e2507644..e3234f9ea 100644 --- a/docs/io/dapr/actors/runtime/package-use.html +++ b/docs/io/dapr/actors/runtime/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/class-use/Rule.html b/docs/io/dapr/class-use/Rule.html index 862a9fba9..5e010f58e 100644 --- a/docs/io/dapr/class-use/Rule.html +++ b/docs/io/dapr/class-use/Rule.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface io.dapr.Rule (dapr-sdk-parent 1.11.0 API) + +Uses of Annotation Interface io.dapr.Rule (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/class-use/Topic.html b/docs/io/dapr/class-use/Topic.html index 22dcf64fa..99f386df4 100644 --- a/docs/io/dapr/class-use/Topic.html +++ b/docs/io/dapr/class-use/Topic.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface io.dapr.Topic (dapr-sdk-parent 1.11.0 API) + +Uses of Annotation Interface io.dapr.Topic (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/DaprClient.html b/docs/io/dapr/client/DaprClient.html index f07837af4..b94d03296 100644 --- a/docs/io/dapr/client/DaprClient.html +++ b/docs/io/dapr/client/DaprClient.html @@ -1,11 +1,11 @@ - -DaprClient (dapr-sdk-parent 1.11.0 API) + +DaprClient (dapr-sdk-parent 1.12.0 API) - + @@ -80,7 +80,7 @@

    Interface DaprClient

    All Known Implementing Classes:
    -
    DaprClientGrpc, DaprClientHttp
    +
    DaprClientImpl

    public interface DaprClient @@ -205,225 +205,236 @@

    Method Summary

    Retrieve Map of configurations based on a provided variable number of keys.
    -
    reactor.core.publisher.Mono<Map<String,String>>
    - +
    reactor.core.publisher.Mono<DaprMetadata>
    +
    -
    Fetches a secret from the configured vault.
    +
    Fetches Dapr Metadata from the metadata endpoint.
    reactor.core.publisher.Mono<Map<String,String>>
    -
    getSecret(String storeName, - String secretName)
    +
    Fetches a secret from the configured vault.
    reactor.core.publisher.Mono<Map<String,String>>
    -
    getSecret(String storeName, - String secretName, - Map<String,String> metadata)
    +
    getSecret(String storeName, + String secretName)
    Fetches a secret from the configured vault.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(GetStateRequest request, - TypeRef<T> type)
    +
    reactor.core.publisher.Mono<Map<String,String>>
    +
    getSecret(String storeName, + String secretName, + Map<String,String> metadata)
    -
    Retrieve a State based on their key.
    +
    Fetches a secret from the configured vault.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, - State<T> state, +
    getState(GetStateRequest request, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, State<T> state, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, - String key, - StateOptions options, - TypeRef<T> type)
    +
    getState(String storeName, + State<T> state, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, StateOptions options, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, - TypeRef<T> type)
    + StateOptions options, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    -
    <T> reactor.core.publisher.Mono<T>
    - +
    <T> reactor.core.publisher.Mono<State<T>>
    +
    getState(String storeName, + String key, + Class<T> clazz)
    +
    Retrieve a State based on their key.
    +
    +
    <T> reactor.core.publisher.Mono<T>
    + +
    Invokes a Binding operation.
    -
    reactor.core.publisher.Mono<byte[]>
    -
    invokeBinding(String bindingName, +
    reactor.core.publisher.Mono<byte[]>
    +
    invokeBinding(String bindingName, String operation, byte[] data, Map<String,String> metadata)
    -
    +
    Invokes a Binding operation, skipping serialization.
    -
    reactor.core.publisher.Mono<Void>
    -
    invokeBinding(String bindingName, +
    reactor.core.publisher.Mono<Void>
    +
    invokeBinding(String bindingName, String operation, Object data)
    -
    +
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeBinding(String bindingName, String operation, Object data, TypeRef<T> type)
    -
    +
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeBinding(String bindingName, String operation, Object data, Class<T> clazz)
    -
    +
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeBinding(String bindingName, String operation, Object data, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeBinding(String bindingName, String operation, Object data, Map<String,String> metadata, Class<T> clazz)
    -
    +
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(InvokeMethodRequest invokeMethodRequest, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(InvokeMethodRequest invokeMethodRequest, TypeRef<T> type)
    -
    +
    Invoke a service method.
    -
    reactor.core.publisher.Mono<byte[]>
    -
    invokeMethod(String appId, +
    reactor.core.publisher.Mono<byte[]>
    +
    invokeMethod(String appId, String methodName, byte[] request, HttpExtension httpExtension, Map<String,String> metadata)
    -
    +
    Invoke a service method, without using serialization.
    -
    reactor.core.publisher.Mono<Void>
    -
    invokeMethod(String appId, +
    reactor.core.publisher.Mono<Void>
    +
    invokeMethod(String appId, String methodName, HttpExtension httpExtension, Map<String,String> metadata)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, HttpExtension httpExtension, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, HttpExtension httpExtension, Map<String,String> metadata, Class<T> clazz)
    -
    +
    Invoke a service method, using serialization.
    -
    reactor.core.publisher.Mono<Void>
    -
    invokeMethod(String appId, +
    reactor.core.publisher.Mono<Void>
    +
    invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension, TypeRef<T> type)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension, Class<T> clazz)
    -
    +
    Invoke a service method, using serialization.
    -
    reactor.core.publisher.Mono<Void>
    -
    invokeMethod(String appId, +
    reactor.core.publisher.Mono<Void>
    +
    invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension, Map<String,String> metadata)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, Object data, HttpExtension httpExtension, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension, Map<String,String> metadata, Class<T> clazz)
    -
    +
    Invoke a service method, using serialization.
    +
    <T extends io.grpc.stub.AbstractStub<T>>
    T
    +
    newGrpcStub(String appId, + Function<io.grpc.Channel,T> stubBuilder)
    +
    +
    Returns a newly created gRPC stub with proper interceptors and channel for gRPC proxy invocation.
    +
    reactor.core.publisher.Mono<Void>
    @@ -1547,6 +1558,34 @@

    unsubscribeConfiguration

  • +
    +

    newGrpcStub

    +
    <T extends io.grpc.stub.AbstractStub<T>> T newGrpcStub(String appId, + Function<io.grpc.Channel,T> stubBuilder)
    +
    Returns a newly created gRPC stub with proper interceptors and channel for gRPC proxy invocation.
    +
    +
    Type Parameters:
    +
    T - the generic type of the service to be invoked.
    +
    Parameters:
    +
    appId - appId to be included in all gRPC calls for service invocation.
    +
    stubBuilder - user-provided callback method to construct a new stub given the channel.
    +
    Returns:
    +
    the gRPC stub with proper interceptors and channel.
    +
    +
    +
  • +
  • +
    +

    getMetadata

    +
    reactor.core.publisher.Mono<DaprMetadata> getMetadata()
    +
    Fetches Dapr Metadata from the metadata endpoint.
    +
    +
    Returns:
    +
    DaprMetadata containing Dapr Metadata from the metadata endpoint.
    +
    +
    +
  • +
  • shutdown

    reactor.core.publisher.Mono<Void> shutdown()
    diff --git a/docs/io/dapr/client/DaprClientBuilder.html b/docs/io/dapr/client/DaprClientBuilder.html index 09e6b94af..deaf79672 100644 --- a/docs/io/dapr/client/DaprClientBuilder.html +++ b/docs/io/dapr/client/DaprClientBuilder.html @@ -1,11 +1,11 @@ - -DaprClientBuilder (dapr-sdk-parent 1.11.0 API) + +DaprClientBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/DaprClientHttp.html b/docs/io/dapr/client/DaprClientHttp.html deleted file mode 100644 index 6d83556b2..000000000 --- a/docs/io/dapr/client/DaprClientHttp.html +++ /dev/null @@ -1,2321 +0,0 @@ - - - - -DaprClientHttp (dapr-sdk-parent 1.11.0 API) - - - - - - - - - - - - - - - -
    - -
    -
    - -
    - -

    Class DaprClientHttp

    -
    -
    java.lang.Object -
    io.dapr.client.DaprClientHttp
    -
    -
    -
    -
    All Implemented Interfaces:
    -
    DaprClient, DaprPreviewClient, AutoCloseable
    -
    -
    -
    @Deprecated -public class DaprClientHttp -extends Object
    -
    Deprecated. -
    This class will be deleted at SDK release version 1.10.
    -
    -
    An adapter for the HTTP Client.
    -
    -
    See Also:
    -
    - -
    -
    -
    -
    - -
    -
    -
      - -
    • -
      -

      Field Details

      -
        -
      • -
        -

        JSON_REQUEST_MAPPER

        -
        protected static final com.fasterxml.jackson.databind.ObjectMapper JSON_REQUEST_MAPPER
        -
        A mapper to serialize JSON request objects.
        -
        -
      • -
      • -
        -

        objectSerializer

        -
        protected DaprObjectSerializer objectSerializer
        -
        A utility class for serialize and deserialize the transient objects.
        -
        -
      • -
      • -
        -

        stateSerializer

        -
        protected DaprObjectSerializer stateSerializer
        -
        A utility class for serialize and deserialize state objects.
        -
        -
      • -
      -
      -
    • - -
    • -
      -

      Method Details

      -
        -
      • -
        -

        waitForSidecar

        -
        public reactor.core.publisher.Mono<Void> waitForSidecar(int timeoutInMilliseconds)
        -
        Deprecated.
        -
        Waits for the sidecar, giving up after timeout.
        -
        -
        Parameters:
        -
        timeoutInMilliseconds - Timeout in milliseconds to wait for sidecar.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        publishEvent

        -
        public reactor.core.publisher.Mono<Void> publishEvent(PublishEventRequest request)
        -
        Deprecated.
        -
        Publish an event.
        -
        -
        Parameters:
        -
        request - the request for the publish event.
        -
        Returns:
        -
        a Mono plan of a Dapr's void response.
        -
        -
        -
      • -
      • -
        -

        publishEvents

        -
        public <T> -reactor.core.publisher.Mono<BulkPublishResponse<T>> publishEvents(BulkPublishRequest<T> request)
        -
        Deprecated.
        -
        Publish multiple events to Dapr in a single request.
        -
        -
        Type Parameters:
        -
        T - The type of events to publish in the call.
        -
        Parameters:
        -
        request - BulkPublishRequest object.
        -
        Returns:
        -
        A Mono of BulkPublishResponse object.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(InvokeMethodRequest invokeMethodRequest, - TypeRef<T> type)
        -
        Deprecated.
        -
        Invoke a service method.
        -
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        invokeMethodRequest - Request object.
        -
        type - The Type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public <T> reactor.core.publisher.Mono<T> invokeBinding(InvokeBindingRequest request, - TypeRef<T> type)
        -
        Deprecated.
        -
        Invokes a Binding operation.
        -
        -
        Type Parameters:
        -
        T - The type of the return
        -
        Parameters:
        -
        request - The binding invocation request.
        -
        type - The type being returned.
        -
        Returns:
        -
        a Mono plan of type T.
        -
        -
        -
      • -
      • -
        -

        getBulkState

        -
        public <T> -reactor.core.publisher.Mono<List<State<T>>> getBulkState(GetBulkStateRequest request, - TypeRef<T> type)
        -
        Deprecated.
        -
        Retrieve bulk States based on their keys.
        -
        -
        Type Parameters:
        -
        T - The Type of the return.
        -
        Parameters:
        -
        request - The request to get state.
        -
        type - The Type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(GetStateRequest request, - TypeRef<T> type)
        -
        Deprecated.
        -
        Retrieve a State based on their key.
        -
        -
        Type Parameters:
        -
        T - The Type of the return.
        -
        Parameters:
        -
        request - The request to get state.
        -
        type - The Type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        executeStateTransaction

        -
        public reactor.core.publisher.Mono<Void> executeStateTransaction(ExecuteStateTransactionRequest request)
        -
        Deprecated.
        -
        Execute a transaction.
        -
        -
        Parameters:
        -
        request - Request to execute transaction.
        -
        Returns:
        -
        a Mono plan of type Response Void
        -
        -
        -
      • -
      • -
        -

        saveBulkState

        -
        public reactor.core.publisher.Mono<Void> saveBulkState(SaveStateRequest request)
        -
        Deprecated.
        -
        Save/Update a list of states.
        -
        -
        Parameters:
        -
        request - Request to save states.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        deleteState

        -
        public reactor.core.publisher.Mono<Void> deleteState(DeleteStateRequest request)
        -
        Deprecated.
        -
        Delete a state.
        -
        -
        Parameters:
        -
        request - Request to delete a state.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        getSecret

        -
        public reactor.core.publisher.Mono<Map<String,String>> getSecret(GetSecretRequest request)
        -
        Deprecated.
        -
        Fetches a secret from the configured vault.
        -
        -
        Parameters:
        -
        request - Request to fetch secret.
        -
        Returns:
        -
        Key-value pairs for the secret.
        -
        -
        -
      • -
      • -
        -

        getBulkSecret

        -
        public reactor.core.publisher.Mono<Map<String,Map<String,String>>> getBulkSecret(GetBulkSecretRequest request)
        -
        Deprecated.
        -
        Fetches all secrets from the configured vault.
        -
        -
        Parameters:
        -
        request - Request to fetch secret.
        -
        Returns:
        -
        Key-value pairs for the secret.
        -
        -
        -
      • -
      • -
        -

        tryLock

        -
        public reactor.core.publisher.Mono<Boolean> tryLock(LockRequest request)
        -
        Deprecated.
        -
        Tries to get a lock with an expiry.
        -
        -
        Parameters:
        -
        request - The request to lock
        -
        Returns:
        -
        Whether the lock is successful
        -
        -
        -
      • -
      • -
        -

        unlock

        -
        public reactor.core.publisher.Mono<UnlockResponseStatus> unlock(UnlockRequest request)
        -
        Deprecated.
        -
        Unlocks a lock.
        -
        -
        Parameters:
        -
        request - The request to unlock
        -
        Returns:
        -
        Unlock result
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(QueryStateRequest request, - TypeRef<T> type)
        -
        Deprecated.
        -
        Query for states using a query request.
        -
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        request - Query request object.
        -
        type - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        close

        -
        public void close()
        -
        Deprecated.
        -
        -
      • -
      • -
        -

        shutdown

        -
        public reactor.core.publisher.Mono<Void> shutdown()
        -
        Deprecated.
        -
        Gracefully shutdown the dapr runtime.
        -
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        getConfiguration

        -
        public reactor.core.publisher.Mono<Map<String,ConfigurationItem>> getConfiguration(GetConfigurationRequest request)
        -
        Deprecated.
        -
        Retrieve Map of configurations based on a provided configuration request object.
        -
        -
        Parameters:
        -
        request - request for retrieving Configurations for a list keys
        -
        Returns:
        -
        Mono of Map of ConfigurationItems
        -
        -
        -
      • -
      • -
        -

        subscribeConfiguration

        -
        public reactor.core.publisher.Flux<SubscribeConfigurationResponse> subscribeConfiguration(SubscribeConfigurationRequest request)
        -
        Deprecated.
        -
        Subscribe to the keys for any change.
        -
        -
        Parameters:
        -
        request - request for subscribing to any change for the given keys in request
        -
        Returns:
        -
        Flux of SubscribeConfigurationResponse instance
        -
        -
        -
      • -
      • -
        -

        unsubscribeConfiguration

        -
        public reactor.core.publisher.Mono<UnsubscribeConfigurationResponse> unsubscribeConfiguration(UnsubscribeConfigurationRequest request)
        -
        Deprecated.
        -
        Unsubscribe from previously subscribed keys.
        -
        -
        Parameters:
        -
        request - request for unsubscribing to any change for the given subscription id in request
        -
        Returns:
        -
        Mono of UnsubscribeConfigurationResponse instance.
        -
        -
        -
      • -
      • -
        -

        publishEvent

        -
        public reactor.core.publisher.Mono<Void> publishEvent(String pubsubName, - String topicName, - Object data)
        -
        Publish an event.
        -
        -
        Specified by:
        -
        publishEvent in interface DaprClient
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to
        -
        topicName - the topicName where the event will be published.
        -
        data - the event's data to be published, use byte[] for skipping serialization.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        publishEvent

        -
        public reactor.core.publisher.Mono<Void> publishEvent(String pubsubName, - String topicName, - Object data, - Map<String,String> metadata)
        -
        Publish an event.
        -
        -
        Specified by:
        -
        publishEvent in interface DaprClient
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to
        -
        topicName - the topicName where the event will be published.
        -
        data - the event's data to be published, use byte[] for skipping serialization.
        -
        metadata - The metadata for the published event.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - Object data, - HttpExtension httpExtension, - Map<String,String> metadata, - TypeRef<T> type)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        data - The data to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in data.
        -
        type - The Type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - Object request, - HttpExtension httpExtension, - Map<String,String> metadata, - Class<T> clazz)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - HttpExtension httpExtension, - Map<String,String> metadata, - TypeRef<T> type)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        type - The Type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - HttpExtension httpExtension, - Map<String,String> metadata, - Class<T> clazz)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - Object request, - HttpExtension httpExtension, - TypeRef<T> type)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        type - The Type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public <T> reactor.core.publisher.Mono<T> invokeMethod(String appId, - String methodName, - Object request, - HttpExtension httpExtension, - Class<T> clazz)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono Plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public reactor.core.publisher.Mono<Void> invokeMethod(String appId, - String methodName, - Object request, - HttpExtension httpExtension)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        Returns:
        -
        A Mono Plan of type Void.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public reactor.core.publisher.Mono<Void> invokeMethod(String appId, - String methodName, - Object request, - HttpExtension httpExtension, - Map<String,String> metadata)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        Returns:
        -
        A Mono Plan of type Void.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public reactor.core.publisher.Mono<Void> invokeMethod(String appId, - String methodName, - HttpExtension httpExtension, - Map<String,String> metadata)
        -
        Invoke a service method, using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        Returns:
        -
        A Mono Plan of type Void.
        -
        -
        -
      • -
      • -
        -

        invokeMethod

        -
        public reactor.core.publisher.Mono<byte[]> invokeMethod(String appId, - String methodName, - byte[] request, - HttpExtension httpExtension, - Map<String,String> metadata)
        -
        Invoke a service method, without using serialization.
        -
        -
        Specified by:
        -
        invokeMethod in interface DaprClient
        -
        Parameters:
        -
        appId - The Application ID where the service is.
        -
        methodName - The actual Method to be call in the application.
        -
        request - The request to be sent to invoke the service, use byte[] to skip serialization.
        -
        httpExtension - Additional fields that are needed if the receiving app is listening on - HTTP, HttpExtension.NONE otherwise.
        -
        metadata - Metadata (in GRPC) or headers (in HTTP) to be sent in request.
        -
        Returns:
        -
        A Mono Plan of type byte[].
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public reactor.core.publisher.Mono<Void> invokeBinding(String bindingName, - String operation, - Object data)
        -
        Invokes a Binding operation.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Parameters:
        -
        bindingName - The bindingName of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, use byte[] to skip serialization.
        -
        Returns:
        -
        an empty Mono.
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public reactor.core.publisher.Mono<byte[]> invokeBinding(String bindingName, - String operation, - byte[] data, - Map<String,String> metadata)
        -
        Invokes a Binding operation, skipping serialization.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Parameters:
        -
        bindingName - The name of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, skipping serialization.
        -
        metadata - The metadata map.
        -
        Returns:
        -
        a Mono plan of type byte[].
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public <T> reactor.core.publisher.Mono<T> invokeBinding(String bindingName, - String operation, - Object data, - TypeRef<T> type)
        -
        Invokes a Binding operation.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return
        -
        Parameters:
        -
        bindingName - The name of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, use byte[] to skip serialization.
        -
        type - The type being returned.
        -
        Returns:
        -
        a Mono plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public <T> reactor.core.publisher.Mono<T> invokeBinding(String bindingName, - String operation, - Object data, - Class<T> clazz)
        -
        Invokes a Binding operation.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return
        -
        Parameters:
        -
        bindingName - The name of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, use byte[] to skip serialization.
        -
        clazz - The type being returned.
        -
        Returns:
        -
        a Mono plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public <T> reactor.core.publisher.Mono<T> invokeBinding(String bindingName, - String operation, - Object data, - Map<String,String> metadata, - TypeRef<T> type)
        -
        Invokes a Binding operation.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return
        -
        Parameters:
        -
        bindingName - The name of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, use byte[] to skip serialization.
        -
        metadata - The metadata map.
        -
        type - The type being returned.
        -
        Returns:
        -
        a Mono plan of type T.
        -
        -
        -
      • -
      • -
        -

        invokeBinding

        -
        public <T> reactor.core.publisher.Mono<T> invokeBinding(String bindingName, - String operation, - Object data, - Map<String,String> metadata, - Class<T> clazz)
        -
        Invokes a Binding operation.
        -
        -
        Specified by:
        -
        invokeBinding in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return
        -
        Parameters:
        -
        bindingName - The name of the biding to call.
        -
        operation - The operation to be performed by the binding request processor.
        -
        data - The data to be processed, use byte[] to skip serialization.
        -
        metadata - The metadata map.
        -
        clazz - The type being returned.
        -
        Returns:
        -
        a Mono plan of type T.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - State<T> state, - TypeRef<T> type)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        state - State to be re-retrieved.
        -
        type - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - State<T> state, - Class<T> clazz)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        state - State to be re-retrieved.
        -
        clazz - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - String key, - TypeRef<T> type)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be retrieved.
        -
        type - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - String key, - Class<T> clazz)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be retrieved.
        -
        clazz - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - String key, - StateOptions options, - TypeRef<T> type)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be retrieved.
        -
        options - Optional settings for retrieve operation.
        -
        type - The Type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getState

        -
        public <T> reactor.core.publisher.Mono<State<T>> getState(String storeName, - String key, - StateOptions options, - Class<T> clazz)
        -
        Retrieve a State based on their key.
        -
        -
        Specified by:
        -
        getState in interface DaprClient
        -
        Type Parameters:
        -
        T - The Type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be retrieved.
        -
        options - Optional settings for retrieve operation.
        -
        clazz - The Type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - String query, - Map<String,String> metadata, - Class<T> clazz)
        -
        Query for states using a query string.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - String value of the query.
        -
        metadata - Optional metadata passed to the state store.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - String query, - Map<String,String> metadata, - TypeRef<T> type)
        -
        Query for states using a query string.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - String value of the query.
        -
        metadata - Optional metadata passed to the state store.
        -
        type - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - String query, - Class<T> clazz)
        -
        Query for states using a query string.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - String value of the query.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - String query, - TypeRef<T> type)
        -
        Query for states using a query string.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - String value of the query.
        -
        type - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - Query query, - Map<String,String> metadata, - Class<T> clazz)
        -
        Query for states using a query domain object.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - Query value domain object.
        -
        metadata - Optional metadata passed to the state store.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - Query query, - Map<String,String> metadata, - TypeRef<T> type)
        -
        Query for states using a query domain object.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - Query value domain object.
        -
        metadata - Optional metadata passed to the state store.
        -
        type - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - Query query, - Class<T> clazz)
        -
        Query for states using a query domain object.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - Query value domain object.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(String storeName, - Query query, - TypeRef<T> type)
        -
        Query for states using a query domain object.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        storeName - Name of the state store to query.
        -
        query - Query value domain object.
        -
        type - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        queryState

        -
        public <T> -reactor.core.publisher.Mono<QueryStateResponse<T>> queryState(QueryStateRequest request, - Class<T> clazz)
        -
        Query for states using a query request.
        -
        -
        Specified by:
        -
        queryState in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The Type of the return, use byte[] to skip serialization.
        -
        Parameters:
        -
        request - Query request object.
        -
        clazz - The type needed as return for the call.
        -
        Returns:
        -
        A Mono of QueryStateResponse of type T.
        -
        -
        -
      • -
      • -
        -

        publishEvents

        -
        public <T> -reactor.core.publisher.Mono<BulkPublishResponse<T>> publishEvents(String pubsubName, - String topicName, - String contentType, - List<T> events)
        -
        Publish multiple events to Dapr in a single request.
        -
        -
        Specified by:
        -
        publishEvents in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The type of the events to publish in the call.
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to.
        -
        topicName - the topicName where the event will be published.
        -
        contentType - the content type of the event. Use Mime based types.
        -
        events - the List of events to be published.
        -
        Returns:
        -
        the BulkPublishResponse containing publish status of each event. - The "entryID" field in BulkPublishEntry in BulkPublishResponseFailedEntry will be - generated based on the order of events in the List.
        -
        -
        -
      • -
      • -
        -

        publishEvents

        -
        public <T> -reactor.core.publisher.Mono<BulkPublishResponse<T>> publishEvents(String pubsubName, - String topicName, - String contentType, - T... events)
        -
        Publish multiple events to Dapr in a single request.
        -
        -
        Specified by:
        -
        publishEvents in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The type of the events to publish in the call.
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to.
        -
        topicName - the topicName where the event will be published.
        -
        contentType - the content type of the event. Use Mime based types.
        -
        events - the varargs of events to be published.
        -
        Returns:
        -
        the BulkPublishResponse containing publish status of each event. - The "entryID" field in BulkPublishEntry in BulkPublishResponseFailedEntry will be - generated based on the order of events in the List.
        -
        -
        -
      • -
      • -
        -

        publishEvents

        -
        public <T> -reactor.core.publisher.Mono<BulkPublishResponse<T>> publishEvents(String pubsubName, - String topicName, - String contentType, - Map<String,String> requestMetadata, - T... events)
        -
        Publish multiple events to Dapr in a single request.
        -
        -
        Specified by:
        -
        publishEvents in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The type of the events to publish in the call.
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to.
        -
        topicName - the topicName where the event will be published.
        -
        contentType - the content type of the event. Use Mime based types.
        -
        requestMetadata - the metadata to be set at the request level for the BulkPublishRequest.
        -
        events - the varargs of events to be published.
        -
        Returns:
        -
        the BulkPublishResponse containing publish status of each event. - The "entryID" field in BulkPublishEntry in BulkPublishResponseFailedEntry will be - generated based on the order of events in the List.
        -
        -
        -
      • -
      • -
        -

        publishEvents

        -
        public <T> -reactor.core.publisher.Mono<BulkPublishResponse<T>> publishEvents(String pubsubName, - String topicName, - String contentType, - Map<String,String> requestMetadata, - List<T> events)
        -
        Publish multiple events to Dapr in a single request.
        -
        -
        Specified by:
        -
        publishEvents in interface DaprPreviewClient
        -
        Type Parameters:
        -
        T - The type of the events to publish in the call.
        -
        Parameters:
        -
        pubsubName - the pubsub name we will publish the event to.
        -
        topicName - the topicName where the event will be published.
        -
        contentType - the content type of the event. Use Mime based types.
        -
        requestMetadata - the metadata to be set at the request level for the BulkPublishRequest.
        -
        events - the List of events to be published.
        -
        Returns:
        -
        the BulkPublishResponse containing publish status of each event. - The "entryID" field in BulkPublishEntry in BulkPublishResponseFailedEntry will be - generated based on the order of events in the List.
        -
        -
        -
      • -
      • -
        -

        getBulkState

        -
        public <T> -reactor.core.publisher.Mono<List<State<T>>> getBulkState(String storeName, - List<String> keys, - TypeRef<T> type)
        -
        Retrieve bulk States based on their keys.
        -
        -
        Specified by:
        -
        getBulkState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        keys - The keys of the State to be retrieved.
        -
        type - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        getBulkState

        -
        public <T> -reactor.core.publisher.Mono<List<State<T>>> getBulkState(String storeName, - List<String> keys, - Class<T> clazz)
        -
        Retrieve bulk States based on their keys.
        -
        -
        Specified by:
        -
        getBulkState in interface DaprClient
        -
        Type Parameters:
        -
        T - The type of the return.
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        keys - The keys of the State to be retrieved.
        -
        clazz - The type of State needed as return.
        -
        Returns:
        -
        A Mono Plan for the requested State.
        -
        -
        -
      • -
      • -
        -

        executeStateTransaction

        -
        public reactor.core.publisher.Mono<Void> executeStateTransaction(String storeName, - List<TransactionalStateOperation<?>> operations)
        -
        Execute a transaction.
        -
        -
        Specified by:
        -
        executeStateTransaction in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        operations - The operations to be performed.
        -
        Returns:
        -
        a Mono plan of type Void
        -
        -
        -
      • -
      • -
        -

        saveBulkState

        -
        public reactor.core.publisher.Mono<Void> saveBulkState(String storeName, - List<State<?>> states)
        -
        Save/Update a list of states.
        -
        -
        Specified by:
        -
        saveBulkState in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        states - The States to be saved.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        saveState

        -
        public reactor.core.publisher.Mono<Void> saveState(String storeName, - String key, - Object value)
        -
        Save/Update a state.
        -
        -
        Specified by:
        -
        saveState in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the state.
        -
        value - The value of the state.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        saveState

        -
        public reactor.core.publisher.Mono<Void> saveState(String storeName, - String key, - String etag, - Object value, - StateOptions options)
        -
        Save/Update a state.
        -
        -
        Specified by:
        -
        saveState in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the state.
        -
        etag - The etag to be used.
        -
        value - The value of the state.
        -
        options - The Options to use for each state.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        deleteState

        -
        public reactor.core.publisher.Mono<Void> deleteState(String storeName, - String key)
        -
        Delete a state.
        -
        -
        Specified by:
        -
        deleteState in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be removed.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        deleteState

        -
        public reactor.core.publisher.Mono<Void> deleteState(String storeName, - String key, - String etag, - StateOptions options)
        -
        Delete a state.
        -
        -
        Specified by:
        -
        deleteState in interface DaprClient
        -
        Parameters:
        -
        storeName - The name of the state store.
        -
        key - The key of the State to be removed.
        -
        etag - Optional etag for conditional delete.
        -
        options - Optional settings for state operation.
        -
        Returns:
        -
        a Mono plan of type Void.
        -
        -
        -
      • -
      • -
        -

        getSecret

        -
        public reactor.core.publisher.Mono<Map<String,String>> getSecret(String storeName, - String key, - Map<String,String> metadata)
        -
        Fetches a secret from the configured vault.
        -
        -
        Specified by:
        -
        getSecret in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of vault component in Dapr.
        -
        key - Secret to be fetched.
        -
        metadata - Optional metadata.
        -
        Returns:
        -
        Key-value pairs for the secret.
        -
        -
        -
      • -
      • -
        -

        getSecret

        -
        public reactor.core.publisher.Mono<Map<String,String>> getSecret(String storeName, - String secretName)
        -
        Fetches a secret from the configured vault.
        -
        -
        Specified by:
        -
        getSecret in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of vault component in Dapr.
        -
        secretName - Secret to be fetched.
        -
        Returns:
        -
        Key-value pairs for the secret.
        -
        -
        -
      • -
      • -
        -

        getBulkSecret

        -
        public reactor.core.publisher.Mono<Map<String,Map<String,String>>> getBulkSecret(String storeName)
        -
        Fetches all secrets from the configured vault.
        -
        -
        Specified by:
        -
        getBulkSecret in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of vault component in Dapr.
        -
        Returns:
        -
        Key-value pairs for all the secrets in the state store.
        -
        -
        -
      • -
      • -
        -

        getBulkSecret

        -
        public reactor.core.publisher.Mono<Map<String,Map<String,String>>> getBulkSecret(String storeName, - Map<String,String> metadata)
        -
        Fetches all secrets from the configured vault.
        -
        -
        Specified by:
        -
        getBulkSecret in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of vault component in Dapr.
        -
        metadata - Optional metadata.
        -
        Returns:
        -
        Key-value pairs for all the secrets in the state store.
        -
        -
        -
      • -
      • -
        -

        getConfiguration

        -
        public reactor.core.publisher.Mono<ConfigurationItem> getConfiguration(String storeName, - String key)
        -
        Retrieve a configuration based on a provided key.
        -
        -
        Specified by:
        -
        getConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        key - key of the configuration item which is to be retrieved
        -
        Returns:
        -
        Mono of the Configuration Item
        -
        -
        -
      • -
      • -
        -

        getConfiguration

        -
        public reactor.core.publisher.Mono<ConfigurationItem> getConfiguration(String storeName, - String key, - Map<String,String> metadata)
        -
        Retrieve a configuration based on a provided key.
        -
        -
        Specified by:
        -
        getConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        key - key of the configuration item which is to be retrieved
        -
        metadata - optional metadata
        -
        Returns:
        -
        Mono of the Configuration Item
        -
        -
        -
      • -
      • -
        -

        getConfiguration

        -
        public reactor.core.publisher.Mono<Map<String,ConfigurationItem>> getConfiguration(String storeName, - String... keys)
        -
        Retrieve Map of configurations based on a provided variable number of keys.
        -
        -
        Specified by:
        -
        getConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        keys - keys of the configurations which are to be retrieved
        -
        Returns:
        -
        Mono of Map of ConfigurationItems
        -
        -
        -
      • -
      • -
        -

        getConfiguration

        -
        public reactor.core.publisher.Mono<Map<String,ConfigurationItem>> getConfiguration(String storeName, - List<String> keys, - Map<String,String> metadata)
        -
        Retrieve Map of configurations based on a provided variable number of keys.
        -
        -
        Specified by:
        -
        getConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        keys - keys of the configurations which are to be retrieved
        -
        metadata - optional metadata
        -
        Returns:
        -
        Mono of Map of ConfigurationItems
        -
        -
        -
      • -
      • -
        -

        subscribeConfiguration

        -
        public reactor.core.publisher.Flux<SubscribeConfigurationResponse> subscribeConfiguration(String storeName, - String... keys)
        -
        Subscribe to the keys for any change.
        -
        -
        Specified by:
        -
        subscribeConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        keys - keys of the configurations which are to be subscribed
        -
        Returns:
        -
        Flux of SubscribeConfigurationResponse instance
        -
        -
        -
      • -
      • -
        -

        subscribeConfiguration

        -
        public reactor.core.publisher.Flux<SubscribeConfigurationResponse> subscribeConfiguration(String storeName, - List<String> keys, - Map<String,String> metadata)
        -
        Subscribe to the keys for any change.
        -
        -
        Specified by:
        -
        subscribeConfiguration in interface DaprClient
        -
        Parameters:
        -
        storeName - Name of the configuration store
        -
        keys - keys of the configurations which are to be subscribed
        -
        metadata - optional metadata
        -
        Returns:
        -
        Flux of SubscribeConfigurationResponse instance
        -
        -
        -
      • -
      • -
        -

        unsubscribeConfiguration

        -
        public reactor.core.publisher.Mono<UnsubscribeConfigurationResponse> unsubscribeConfiguration(String id, - String storeName)
        -
        Unsubscribe from previously subscribed keys.
        -
        -
        Specified by:
        -
        unsubscribeConfiguration in interface DaprClient
        -
        Parameters:
        -
        id - subscription id returned by subscribeConfiguration API.
        -
        storeName - Name of the configuration store.
        -
        Returns:
        -
        Mono of UnsubscribeConfigurationResponse instance.
        -
        -
        -
      • -
      • -
        -

        tryLock

        -
        public reactor.core.publisher.Mono<Boolean> tryLock(String storeName, - String resourceId, - String lockOwner, - Integer expiryInSeconds)
        -
        Tries to get a lock with an expiry.
        -
        -
        Specified by:
        -
        tryLock in interface DaprPreviewClient
        -
        Parameters:
        -
        storeName - Name of the store
        -
        resourceId - Lock key
        -
        lockOwner - The identifier of lock owner
        -
        expiryInSeconds - The time before expiry
        -
        Returns:
        -
        Whether the lock is successful
        -
        -
        -
      • -
      • -
        -

        unlock

        -
        public reactor.core.publisher.Mono<UnlockResponseStatus> unlock(String storeName, - String resourceId, - String lockOwner)
        -
        Unlocks a lock.
        -
        -
        Specified by:
        -
        unlock in interface DaprPreviewClient
        -
        Parameters:
        -
        storeName - Name of the store
        -
        resourceId - Lock key
        -
        lockOwner - The identifier of lock owner
        -
        Returns:
        -
        Unlock result
        -
        -
        -
      • -
      -
      -
    • -
    -
    - -
    -
    -
    - -
    -
    -
    - - diff --git a/docs/io/dapr/client/DaprClientGrpc.html b/docs/io/dapr/client/DaprClientImpl.html similarity index 94% rename from docs/io/dapr/client/DaprClientGrpc.html rename to docs/io/dapr/client/DaprClientImpl.html index c709897dc..3a1d89650 100644 --- a/docs/io/dapr/client/DaprClientGrpc.html +++ b/docs/io/dapr/client/DaprClientImpl.html @@ -1,12 +1,12 @@ - -DaprClientGrpc (dapr-sdk-parent 1.11.0 API) + +DaprClientImpl (dapr-sdk-parent 1.12.0 API) - - + + @@ -35,7 +35,7 @@
  • Overview
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -71,10 +71,10 @@
    -

    Class DaprClientGrpc

    +

    Class DaprClientImpl

    java.lang.Object -
    io.dapr.client.DaprClientGrpc
    +
    io.dapr.client.DaprClientImpl
    @@ -82,9 +82,9 @@

    Class DaprClientGrpc

    DaprClient, DaprPreviewClient, AutoCloseable

    -
    public class DaprClientGrpc +
    public class DaprClientImpl extends Object
    -
    An adapter for the GRPC Client.
    +
    Implementation of the Dapr client combining gRPC and HTTP (when applicable).
    See Also:
    @@ -129,7 +129,7 @@

    Field Summary

    Method Summary

    -
    +
    Modifier and Type
    @@ -237,80 +237,78 @@

    Method Summary

    Retrieve Map of configurations based on a provided variable number of keys.
    -
    reactor.core.publisher.Mono<Map<String,String>>
    - +
    reactor.core.publisher.Mono<DaprMetadata>
    +
    -
    Fetches a secret from the configured vault.
    +
    Fetches Dapr Metadata from the metadata endpoint.
    reactor.core.publisher.Mono<Map<String,String>>
    -
    getSecret(String storeName, - String secretName)
    +
    Fetches a secret from the configured vault.
    reactor.core.publisher.Mono<Map<String,String>>
    -
    getSecret(String storeName, - String key, - Map<String,String> metadata)
    +
    getSecret(String storeName, + String secretName)
    Fetches a secret from the configured vault.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(GetStateRequest request, - TypeRef<T> type)
    +
    reactor.core.publisher.Mono<Map<String,String>>
    +
    getSecret(String storeName, + String key, + Map<String,String> metadata)
    -
    Retrieve a State based on their key.
    +
    Fetches a secret from the configured vault.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, - State<T> state, +
    getState(GetStateRequest request, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, State<T> state, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, - String key, - StateOptions options, - TypeRef<T> type)
    +
    getState(String storeName, + State<T> state, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, StateOptions options, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, - TypeRef<T> type)
    + StateOptions options, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, +
    getState(String storeName, String key, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    - -
    intercept(reactor.util.context.ContextView context, - DaprGrpc.DaprStub client, - Consumer<io.grpc.Metadata> metadataConsumer)
    -
    -
    Populates GRPC client with interceptors for telemetry - internal use only.
    +
    <T> reactor.core.publisher.Mono<State<T>>
    +
    getState(String storeName, + String key, + Class<T> clazz)
    +
    +
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<T>
    invokeBinding(InvokeBindingRequest request, @@ -463,226 +461,232 @@

    Method Summary

    Invoke a service method, using serialization.
    -
    reactor.core.publisher.Mono<Void>
    - +
    <T extends io.grpc.stub.AbstractStub<T>>
    T
    +
    newGrpcStub(String appId, + Function<io.grpc.Channel,T> stubBuilder)
    -
    Publish an event.
    +
    Returns a newly created gRPC stub with proper interceptors and channel for gRPC proxy invocation.
    reactor.core.publisher.Mono<Void>
    -
    publishEvent(String pubsubName, - String topicName, - Object data)
    +
    Publish an event.
    reactor.core.publisher.Mono<Void>
    -
    publishEvent(String pubsubName, +
    publishEvent(String pubsubName, String topicName, - Object data, - Map<String,String> metadata)
    + Object data)
    Publish an event.
    -
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    - +
    reactor.core.publisher.Mono<Void>
    +
    publishEvent(String pubsubName, + String topicName, + Object data, + Map<String,String> metadata)
    -
    Publish multiple events to Dapr in a single request.
    +
    Publish an event.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    publishEvents(String pubsubName, - String topicName, - String contentType, - List<T> events)
    +
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    publishEvents(String pubsubName, +
    publishEvents(String pubsubName, String topicName, String contentType, - Map<String,String> requestMetadata, List<T> events)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    publishEvents(String pubsubName, +
    publishEvents(String pubsubName, String topicName, String contentType, Map<String,String> requestMetadata, - T... events)
    + List<T> events)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    publishEvents(String pubsubName, +
    publishEvents(String pubsubName, String topicName, String contentType, + Map<String,String> requestMetadata, T... events)
    Publish multiple events to Dapr in a single request.
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(QueryStateRequest request, - TypeRef<T> type)
    +
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    +
    publishEvents(String pubsubName, + String topicName, + String contentType, + T... events)
    -
    Query for states using a query request.
    +
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(QueryStateRequest request, - Class<T> clazz)
    +
    queryState(QueryStateRequest request, + TypeRef<T> type)
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, - Query query, - TypeRef<T> type)
    +
    queryState(QueryStateRequest request, + Class<T> clazz)
    -
    Query for states using a query domain object.
    +
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, Query query, - Class<T> clazz)
    + TypeRef<T> type)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, Query query, - Map<String,String> metadata, - TypeRef<T> type)
    + Class<T> clazz)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, Query query, Map<String,String> metadata, - Class<T> clazz)
    + TypeRef<T> type)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, - String query, - TypeRef<T> type)
    +
    queryState(String storeName, + Query query, + Map<String,String> metadata, + Class<T> clazz)
    -
    Query for states using a query string.
    +
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, String query, - Class<T> clazz)
    + TypeRef<T> type)
    Query for states using a query string.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, String query, - Map<String,String> metadata, - TypeRef<T> type)
    + Class<T> clazz)
    Query for states using a query string.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    queryState(String storeName, +
    queryState(String storeName, String query, Map<String,String> metadata, - Class<T> clazz)
    + TypeRef<T> type)
    Query for states using a query string.
    -
    reactor.core.publisher.Mono<Void>
    - +
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    +
    queryState(String storeName, + String query, + Map<String,String> metadata, + Class<T> clazz)
    -
    Save/Update a list of states.
    +
    Query for states using a query string.
    reactor.core.publisher.Mono<Void>
    -
    saveBulkState(String storeName, - List<State<?>> states)
    +
    Save/Update a list of states.
    reactor.core.publisher.Mono<Void>
    -
    saveState(String storeName, - String key, - Object value)
    +
    saveBulkState(String storeName, + List<State<?>> states)
    -
    Save/Update a state.
    +
    Save/Update a list of states.
    reactor.core.publisher.Mono<Void>
    -
    saveState(String storeName, +
    saveState(String storeName, String key, - String etag, - Object value, - StateOptions options)
    + Object value)
    Save/Update a state.
    reactor.core.publisher.Mono<Void>
    - +
    saveState(String storeName, + String key, + String etag, + Object value, + StateOptions options)
    -
    Gracefully shutdown the dapr runtime.
    +
    Save/Update a state.
    -
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    - +
    reactor.core.publisher.Mono<Void>
    +
    -
    Subscribe to the keys for any change.
    +
    Gracefully shutdown the dapr runtime.
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    -
    subscribeConfiguration(String storeName, - String... keys)
    +
    Subscribe to the keys for any change.
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    -
    subscribeConfiguration(String storeName, - List<String> keys, - Map<String,String> metadata)
    +
    subscribeConfiguration(String storeName, + String... keys)
    Subscribe to the keys for any change.
    -
    reactor.core.publisher.Mono<Boolean>
    - +
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    +
    subscribeConfiguration(String storeName, + List<String> keys, + Map<String,String> metadata)
    -
    Tries to get a lock with an expiry.
    +
    Subscribe to the keys for any change.
    reactor.core.publisher.Mono<Boolean>
    -
    tryLock(String storeName, - String resourceId, - String lockOwner, - Integer expiryInSeconds)
    +
    Tries to get a lock with an expiry.
    -
    reactor.core.publisher.Mono<UnlockResponseStatus>
    - +
    reactor.core.publisher.Mono<Boolean>
    +
    tryLock(String storeName, + String resourceId, + String lockOwner, + Integer expiryInSeconds)
    -
    Unlocks a lock.
    +
    Tries to get a lock with an expiry.
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    unlock(String storeName, - String resourceId, - String lockOwner)
    +
    Unlocks a lock.
    -
    reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
    - +
    reactor.core.publisher.Mono<UnlockResponseStatus>
    +
    unlock(String storeName, + String resourceId, + String lockOwner)
    -
    Unsubscribe from previously subscribed keys.
    +
    Unlocks a lock.
    reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
    - +
    Unsubscribe from previously subscribed keys.
    -
    reactor.core.publisher.Mono<Void>
    -
    waitForSidecar(int timeoutInMilliseconds)
    +
    reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
    +
    +
    Unsubscribe from previously subscribed keys.
    +
    +
    reactor.core.publisher.Mono<Void>
    +
    waitForSidecar(int timeoutInMilliseconds)
    +
    Waits for the sidecar, giving up after timeout.
    @@ -732,6 +736,23 @@

    stateSerializer

    Method Details

    • +
      +

      newGrpcStub

      +
      public <T extends io.grpc.stub.AbstractStub<T>> T newGrpcStub(String appId, + Function<io.grpc.Channel,T> stubBuilder)
      +
      Returns a newly created gRPC stub with proper interceptors and channel for gRPC proxy invocation.
      +
      +
      Type Parameters:
      +
      T - the generic type of the service to be invoked.
      +
      Parameters:
      +
      appId - appId to be included in all gRPC calls for service invocation.
      +
      stubBuilder - user-provided callback method to construct a new stub given the channel.
      +
      Returns:
      +
      the gRPC stub with proper interceptors and channel.
      +
      +
      +
    • +
    • waitForSidecar

      public reactor.core.publisher.Mono<Void> waitForSidecar(int timeoutInMilliseconds)
      @@ -778,6 +799,7 @@

      publishEvents

      invokeMethod

      public <T> reactor.core.publisher.Mono<T> invokeMethod(InvokeMethodRequest invokeMethodRequest, TypeRef<T> type)
      +
      Description copied from interface: DaprClient
      Invoke a service method.
      Type Parameters:
      @@ -1021,19 +1043,14 @@

      unsubscribeConfiguration

    • -
      -

      intercept

      -
      public static DaprGrpc.DaprStub intercept(reactor.util.context.ContextView context, - DaprGrpc.DaprStub client, - Consumer<io.grpc.Metadata> metadataConsumer)
      -
      Populates GRPC client with interceptors for telemetry - internal use only.
      +
      +

      getMetadata

      +
      public reactor.core.publisher.Mono<DaprMetadata> getMetadata()
      +
      Description copied from interface: DaprClient
      +
      Fetches Dapr Metadata from the metadata endpoint.
      -
      Parameters:
      -
      context - Reactor's context.
      -
      client - GRPC client for Dapr.
      -
      metadataConsumer - Handles metadata result.
      Returns:
      -
      Client after adding interceptors.
      +
      DaprMetadata containing Dapr Metadata from the metadata endpoint.
    • diff --git a/docs/io/dapr/client/DaprHttp.HttpMethods.html b/docs/io/dapr/client/DaprHttp.HttpMethods.html index 853823c2c..0e192de50 100644 --- a/docs/io/dapr/client/DaprHttp.HttpMethods.html +++ b/docs/io/dapr/client/DaprHttp.HttpMethods.html @@ -1,11 +1,11 @@ - -DaprHttp.HttpMethods (dapr-sdk-parent 1.11.0 API) + +DaprHttp.HttpMethods (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/DaprHttp.Response.html b/docs/io/dapr/client/DaprHttp.Response.html index ad8fd2240..8979fb455 100644 --- a/docs/io/dapr/client/DaprHttp.Response.html +++ b/docs/io/dapr/client/DaprHttp.Response.html @@ -1,11 +1,11 @@ - -DaprHttp.Response (dapr-sdk-parent 1.11.0 API) + +DaprHttp.Response (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/DaprHttp.html b/docs/io/dapr/client/DaprHttp.html index 288fd0eb6..c4977222c 100644 --- a/docs/io/dapr/client/DaprHttp.html +++ b/docs/io/dapr/client/DaprHttp.html @@ -1,11 +1,11 @@ - -DaprHttp (dapr-sdk-parent 1.11.0 API) + +DaprHttp (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/DaprHttpBuilder.html b/docs/io/dapr/client/DaprHttpBuilder.html index ea3251467..25f767d17 100644 --- a/docs/io/dapr/client/DaprHttpBuilder.html +++ b/docs/io/dapr/client/DaprHttpBuilder.html @@ -1,11 +1,11 @@ - -DaprHttpBuilder (dapr-sdk-parent 1.11.0 API) + +DaprHttpBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -78,12 +78,8 @@

      Class DaprHttpBuilder


    -
    @Deprecated -public class DaprHttpBuilder +
    public class DaprHttpBuilder extends Object
    -
    Deprecated. -
    Use DaprClientBuilder instead, this will be removed in a future release.
    -
    A builder for the DaprHttp.
    @@ -97,9 +93,7 @@

    Constructor Summary

    Constructor
    Description
    -
    -
    Deprecated.
    +
     
  • @@ -108,16 +102,15 @@

    Constructor Summary

    Method Summary

    -
    +
    Modifier and Type
    Method
    Description
    - - -
    -
    Deprecated.
    + + +
    Build an instance of the Http client based on the provided setup.
    @@ -141,7 +134,6 @@

    Constructor Details

    DaprHttpBuilder

    public DaprHttpBuilder()
    -
    Deprecated.
    @@ -156,7 +148,6 @@

    Method Details

    build

    public DaprHttp build()
    -
    Deprecated.
    Build an instance of the Http client based on the provided setup.
    Returns:
    diff --git a/docs/io/dapr/client/DaprPreviewClient.html b/docs/io/dapr/client/DaprPreviewClient.html index 46cee4b8f..7f340aa3d 100644 --- a/docs/io/dapr/client/DaprPreviewClient.html +++ b/docs/io/dapr/client/DaprPreviewClient.html @@ -1,11 +1,11 @@ - -DaprPreviewClient (dapr-sdk-parent 1.11.0 API) + +DaprPreviewClient (dapr-sdk-parent 1.12.0 API) - + @@ -80,7 +80,7 @@

    Interface DaprPreviewClien

    All Known Implementing Classes:
    -
    DaprClientGrpc, DaprClientHttp
    +
    DaprClientImpl

    public interface DaprPreviewClient diff --git a/docs/io/dapr/client/DaprTracingInterceptor.html b/docs/io/dapr/client/DaprTracingInterceptor.html new file mode 100644 index 000000000..21c8cf219 --- /dev/null +++ b/docs/io/dapr/client/DaprTracingInterceptor.html @@ -0,0 +1,187 @@ + + + + +DaprTracingInterceptor (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class DaprTracingInterceptor

    +
    +
    java.lang.Object +
    io.dapr.client.DaprTracingInterceptor
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    io.grpc.ClientInterceptor
    +
    +
    +
    public class DaprTracingInterceptor +extends Object +implements io.grpc.ClientInterceptor
    +
    Injects tracing headers to gRPC metadata.
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      DaprTracingInterceptor(reactor.util.context.ContextView context)
      +
      +
      Creates an instance of the injector for gRPC context from Reactor's context.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      <ReqT, +RespT>
      io.grpc.ClientCall<ReqT,RespT>
      +
      interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, + io.grpc.CallOptions callOptions, + io.grpc.Channel channel)
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        DaprTracingInterceptor

        +
        public DaprTracingInterceptor(reactor.util.context.ContextView context)
        +
        Creates an instance of the injector for gRPC context from Reactor's context.
        +
        +
        Parameters:
        +
        context - Reactor's context
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        interceptCall

        +
        public <ReqT, +RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, + io.grpc.CallOptions callOptions, + io.grpc.Channel channel)
        +
        +
        Specified by:
        +
        interceptCall in interface io.grpc.ClientInterceptor
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/Headers.html b/docs/io/dapr/client/Headers.html index b17fda14f..2b3e41654 100644 --- a/docs/io/dapr/client/Headers.html +++ b/docs/io/dapr/client/Headers.html @@ -1,11 +1,11 @@ - -Headers (dapr-sdk-parent 1.11.0 API) + +Headers (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/ObjectSerializer.html b/docs/io/dapr/client/ObjectSerializer.html index 0cc1e4dad..045604c65 100644 --- a/docs/io/dapr/client/ObjectSerializer.html +++ b/docs/io/dapr/client/ObjectSerializer.html @@ -1,11 +1,11 @@ - -ObjectSerializer (dapr-sdk-parent 1.11.0 API) + +ObjectSerializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprApiProtocol.html b/docs/io/dapr/client/class-use/DaprApiProtocol.html deleted file mode 100644 index 169c3c110..000000000 --- a/docs/io/dapr/client/class-use/DaprApiProtocol.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - -Uses of Enum Class io.dapr.client.DaprApiProtocol (dapr-sdk-parent 1.11.0 API) - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Uses of Enum Class
    io.dapr.client.DaprApiProtocol

    -
    -
    Packages that use DaprApiProtocol
    -
    -
    Package
    -
    Description
    - -
     
    - -
     
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    - - diff --git a/docs/io/dapr/client/class-use/DaprClient.html b/docs/io/dapr/client/class-use/DaprClient.html index a6d143f23..975f55b86 100644 --- a/docs/io/dapr/client/class-use/DaprClient.html +++ b/docs/io/dapr/client/class-use/DaprClient.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.client.DaprClient (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.client.DaprClient (dapr-sdk-parent 1.12.0 API) - + @@ -70,16 +70,9 @@

    Uses of Dap
    Class
    Description
    class 
    -
    +
    -
    An adapter for the GRPC Client.
    -
    -
    class 
    - -
    -
    Deprecated. -
    This class will be deleted at SDK release version 1.10.
    -
    +
    Implementation of the Dapr client combining gRPC and HTTP (when applicable).

    Methods in io.dapr.client that return DaprClient
    diff --git a/docs/io/dapr/client/class-use/DaprClientBuilder.html b/docs/io/dapr/client/class-use/DaprClientBuilder.html index 2fa013f48..da813925f 100644 --- a/docs/io/dapr/client/class-use/DaprClientBuilder.html +++ b/docs/io/dapr/client/class-use/DaprClientBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.DaprClientBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.DaprClientBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprClientGrpc.html b/docs/io/dapr/client/class-use/DaprClientImpl.html similarity index 84% rename from docs/io/dapr/client/class-use/DaprClientGrpc.html rename to docs/io/dapr/client/class-use/DaprClientImpl.html index 552099d2a..080c5a46f 100644 --- a/docs/io/dapr/client/class-use/DaprClientGrpc.html +++ b/docs/io/dapr/client/class-use/DaprClientImpl.html @@ -1,12 +1,12 @@ - -Uses of Class io.dapr.client.DaprClientGrpc (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.DaprClientImpl (dapr-sdk-parent 1.12.0 API) - - + + @@ -30,7 +30,7 @@
    Description
    class 
    -
    +
    -
    An adapter for the GRPC Client.
    -
    -
    class 
    - -
    -
    Deprecated. -
    This class will be deleted at SDK release version 1.10.
    -
    +
    Implementation of the Dapr client combining gRPC and HTTP (when applicable).
    Methods in io.dapr.client that return DaprPreviewClient
    diff --git a/docs/io/dapr/client/class-use/DaprClientHttp.html b/docs/io/dapr/client/class-use/DaprTracingInterceptor.html similarity index 82% rename from docs/io/dapr/client/class-use/DaprClientHttp.html rename to docs/io/dapr/client/class-use/DaprTracingInterceptor.html index 6c30c5b09..de16a9e6e 100644 --- a/docs/io/dapr/client/class-use/DaprClientHttp.html +++ b/docs/io/dapr/client/class-use/DaprTracingInterceptor.html @@ -1,12 +1,12 @@ - -Uses of Class io.dapr.client.DaprClientHttp (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.DaprTracingInterceptor (dapr-sdk-parent 1.12.0 API) - - + + @@ -30,7 +30,7 @@
    diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html b/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html index 0e37209ce..8aef80823 100644 --- a/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html +++ b/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkPublishResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkPublishResponse (dapr-sdk-parent 1.12.0 API) - + @@ -70,55 +70,49 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.publishEvents(BulkPublishRequest<T> request)
    +
    DaprClientImpl.publishEvents(BulkPublishRequest<T> request)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprClientHttp.publishEvents(BulkPublishRequest<T> request)
    +
    DaprPreviewClient.publishEvents(BulkPublishRequest<T> request)
    -
    Deprecated.
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprPreviewClient.publishEvents(BulkPublishRequest<T> request)
    +
    DaprPreviewClient.publishEvents(String pubsubName, + String topicName, + String contentType, + List<T> events)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprPreviewClient.publishEvents(String pubsubName, +
    DaprPreviewClient.publishEvents(String pubsubName, String topicName, String contentType, + Map<String,String> requestMetadata, List<T> events)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprPreviewClient.publishEvents(String pubsubName, +
    DaprPreviewClient.publishEvents(String pubsubName, String topicName, String contentType, Map<String,String> requestMetadata, - List<T> events)
    + T... events)
    Publish multiple events to Dapr in a single request.
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprPreviewClient.publishEvents(String pubsubName, +
    DaprPreviewClient.publishEvents(String pubsubName, String topicName, String contentType, - Map<String,String> requestMetadata, T... events)
    Publish multiple events to Dapr in a single request.
    -
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    -
    DaprPreviewClient.publishEvents(String pubsubName, - String topicName, - String contentType, - T... events)
    -
    -
    Publish multiple events to Dapr in a single request.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html b/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html index 9104c3740..70369415c 100644 --- a/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html +++ b/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponse.html b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponse.html index b419028f1..20ee05216 100644 --- a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponse.html +++ b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkSubscribeAppResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeAppResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseEntry.html b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseEntry.html index 0c6997316..ae5f072fc 100644 --- a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseEntry.html +++ b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkSubscribeAppResponseEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeAppResponseEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseStatus.html b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseStatus.html index 67da50bdd..f2e126f94 100644 --- a/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseStatus.html +++ b/docs/io/dapr/client/domain/class-use/BulkSubscribeAppResponseStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkSubscribeMessage.html b/docs/io/dapr/client/domain/class-use/BulkSubscribeMessage.html index 7268bead2..addc7b72d 100644 --- a/docs/io/dapr/client/domain/class-use/BulkSubscribeMessage.html +++ b/docs/io/dapr/client/domain/class-use/BulkSubscribeMessage.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkSubscribeMessage (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeMessage (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkSubscribeMessageEntry.html b/docs/io/dapr/client/domain/class-use/BulkSubscribeMessageEntry.html index 4f1832ca9..490a1ea87 100644 --- a/docs/io/dapr/client/domain/class-use/BulkSubscribeMessageEntry.html +++ b/docs/io/dapr/client/domain/class-use/BulkSubscribeMessageEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkSubscribeMessageEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeMessageEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/CloudEvent.html b/docs/io/dapr/client/domain/class-use/CloudEvent.html index 69f5d0eae..3b1be2872 100644 --- a/docs/io/dapr/client/domain/class-use/CloudEvent.html +++ b/docs/io/dapr/client/domain/class-use/CloudEvent.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.CloudEvent (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.CloudEvent (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/ComponentMetadata.html b/docs/io/dapr/client/domain/class-use/ComponentMetadata.html new file mode 100644 index 000000000..27f8e585c --- /dev/null +++ b/docs/io/dapr/client/domain/class-use/ComponentMetadata.html @@ -0,0 +1,88 @@ + + + + +Uses of Class io.dapr.client.domain.ComponentMetadata (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.client.domain.ComponentMetadata

    +
    +
    Packages that use ComponentMetadata
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/domain/class-use/ConfigurationItem.html b/docs/io/dapr/client/domain/class-use/ConfigurationItem.html index fe131f921..f7bd516ad 100644 --- a/docs/io/dapr/client/domain/class-use/ConfigurationItem.html +++ b/docs/io/dapr/client/domain/class-use/ConfigurationItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.ConfigurationItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.ConfigurationItem (dapr-sdk-parent 1.12.0 API) - + @@ -103,16 +103,10 @@

    Uses of Retrieve Map of configurations based on a provided variable number of keys.

    -
    DaprClientGrpc.getConfiguration(GetConfigurationRequest request)
    +
    DaprClientImpl.getConfiguration(GetConfigurationRequest request)
    Retrieve Map of configurations based on a provided configuration request object.
    -
    reactor.core.publisher.Mono<Map<String,ConfigurationItem>>
    -
    DaprClientHttp.getConfiguration(GetConfigurationRequest request)
    -
    -
    Deprecated.
    -
    Retrieve Map of configurations based on a provided configuration request object.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/DaprMetadata.html b/docs/io/dapr/client/domain/class-use/DaprMetadata.html new file mode 100644 index 000000000..2fe4a45a6 --- /dev/null +++ b/docs/io/dapr/client/domain/class-use/DaprMetadata.html @@ -0,0 +1,93 @@ + + + + +Uses of Class io.dapr.client.domain.DaprMetadata (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.client.domain.DaprMetadata

    +
    +
    Packages that use DaprMetadata
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html b/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html index 459a6ce7b..b62979ba3 100644 --- a/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.DeleteStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.DeleteStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Delete a state.

    -
    DaprClientGrpc.deleteState(DeleteStateRequest request)
    +
    DaprClientImpl.deleteState(DeleteStateRequest request)
    Delete a state.
    -
    reactor.core.publisher.Mono<Void>
    -
    DaprClientHttp.deleteState(DeleteStateRequest request)
    -
    -
    Deprecated.
    -
    Delete a state.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html index bb2b93c4a..d3c7f2a42 100644 --- a/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html +++ b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.ExecuteStateTransactionRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.ExecuteStateTransactionRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Execute a transaction.

    - +
    Execute a transaction.
    -
    reactor.core.publisher.Mono<Void>
    - -
    -
    Deprecated.
    -
    Execute a transaction.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html b/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html index 8dea2dd7b..46572af5f 100644 --- a/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html +++ b/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.GetBulkSecretRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.GetBulkSecretRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Fetches all secrets from the configured vault.

    -
    DaprClientGrpc.getBulkSecret(GetBulkSecretRequest request)
    +
    DaprClientImpl.getBulkSecret(GetBulkSecretRequest request)
    Fetches all secrets from the configured vault.
    -
    reactor.core.publisher.Mono<Map<String,Map<String,String>>>
    -
    DaprClientHttp.getBulkSecret(GetBulkSecretRequest request)
    -
    -
    Deprecated.
    -
    Fetches all secrets from the configured vault.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html b/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html index 9a1501ccd..f727c9440 100644 --- a/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.GetBulkStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.GetBulkStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -78,18 +78,11 @@

    Uses of Retrieve bulk States based on their keys.

    -
    DaprClientGrpc.getBulkState(GetBulkStateRequest request, +
    DaprClientImpl.getBulkState(GetBulkStateRequest request, TypeRef<T> type)
    Retrieve bulk States based on their keys.
    -
    <T> reactor.core.publisher.Mono<List<State<T>>>
    -
    DaprClientHttp.getBulkState(GetBulkStateRequest request, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Retrieve bulk States based on their keys.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html b/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html index 8d707a1ca..a11d7f094 100644 --- a/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html +++ b/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.GetConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.GetConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Retrieve Map of configurations based on a provided configuration request object.

    -
    DaprClientGrpc.getConfiguration(GetConfigurationRequest request)
    +
    DaprClientImpl.getConfiguration(GetConfigurationRequest request)
    Retrieve Map of configurations based on a provided configuration request object.
    -
    reactor.core.publisher.Mono<Map<String,ConfigurationItem>>
    -
    DaprClientHttp.getConfiguration(GetConfigurationRequest request)
    -
    -
    Deprecated.
    -
    Retrieve Map of configurations based on a provided configuration request object.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/GetSecretRequest.html b/docs/io/dapr/client/domain/class-use/GetSecretRequest.html index 24bd9ccd5..4b74b06c1 100644 --- a/docs/io/dapr/client/domain/class-use/GetSecretRequest.html +++ b/docs/io/dapr/client/domain/class-use/GetSecretRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.GetSecretRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.GetSecretRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Fetches a secret from the configured vault.

    -
    DaprClientGrpc.getSecret(GetSecretRequest request)
    +
    DaprClientImpl.getSecret(GetSecretRequest request)
    Fetches a secret from the configured vault.
    -
    reactor.core.publisher.Mono<Map<String,String>>
    -
    DaprClientHttp.getSecret(GetSecretRequest request)
    -
    -
    Deprecated.
    -
    Fetches a secret from the configured vault.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/GetStateRequest.html b/docs/io/dapr/client/domain/class-use/GetStateRequest.html index 8293d0c81..4023f6fef 100644 --- a/docs/io/dapr/client/domain/class-use/GetStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/GetStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.GetStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.GetStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -78,18 +78,11 @@

    Uses of Retrieve a State based on their key.

    -
    DaprClientGrpc.getState(GetStateRequest request, +
    DaprClientImpl.getState(GetStateRequest request, TypeRef<T> type)
    Retrieve a State based on their key.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClientHttp.getState(GetStateRequest request, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Retrieve a State based on their key.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html b/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html new file mode 100644 index 000000000..f45a60ac7 --- /dev/null +++ b/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html @@ -0,0 +1,88 @@ + + + + +Uses of Class io.dapr.client.domain.HttpEndpointMetadata (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.client.domain.HttpEndpointMetadata

    +
    +
    Packages that use HttpEndpointMetadata
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/domain/class-use/HttpExtension.html b/docs/io/dapr/client/domain/class-use/HttpExtension.html index d0efa2e26..fc94b171b 100644 --- a/docs/io/dapr/client/domain/class-use/HttpExtension.html +++ b/docs/io/dapr/client/domain/class-use/HttpExtension.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.HttpExtension (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.HttpExtension (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html b/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html index 7885e83c2..38febe6ef 100644 --- a/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html +++ b/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.InvokeBindingRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.InvokeBindingRequest (dapr-sdk-parent 1.12.0 API) - + @@ -78,18 +78,11 @@

    Uses of Invokes a Binding operation.

    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientGrpc.invokeBinding(InvokeBindingRequest request, +
    DaprClientImpl.invokeBinding(InvokeBindingRequest request, TypeRef<T> type)
    Invokes a Binding operation.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientHttp.invokeBinding(InvokeBindingRequest request, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Invokes a Binding operation.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html b/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html index 1b6162c26..7ae2b2ae4 100644 --- a/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html +++ b/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.InvokeMethodRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.InvokeMethodRequest (dapr-sdk-parent 1.12.0 API) - + @@ -78,18 +78,9 @@

    Uses of Invoke a service method.

    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientGrpc.invokeMethod(InvokeMethodRequest invokeMethodRequest, +
    DaprClientImpl.invokeMethod(InvokeMethodRequest invokeMethodRequest, TypeRef<T> type)
    -
    -
    Invoke a service method.
    -
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientHttp.invokeMethod(InvokeMethodRequest invokeMethodRequest, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Invoke a service method.
    -
    +
     
    diff --git a/docs/io/dapr/client/domain/class-use/LockRequest.html b/docs/io/dapr/client/domain/class-use/LockRequest.html index 37a59db7f..dcdcbc85a 100644 --- a/docs/io/dapr/client/domain/class-use/LockRequest.html +++ b/docs/io/dapr/client/domain/class-use/LockRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.LockRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.LockRequest (dapr-sdk-parent 1.12.0 API) - + @@ -70,19 +70,13 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.tryLock(LockRequest request)
    +
    DaprClientImpl.tryLock(LockRequest request)
    Tries to get a lock with an expiry.
    reactor.core.publisher.Mono<Boolean>
    -
    DaprClientHttp.tryLock(LockRequest request)
    +
    DaprPreviewClient.tryLock(LockRequest request)
    -
    Deprecated.
    -
    Tries to get a lock with an expiry.
    -
    -
    reactor.core.publisher.Mono<Boolean>
    -
    DaprPreviewClient.tryLock(LockRequest request)
    -
    Tries to get a lock with an expiry.
    diff --git a/docs/io/dapr/client/domain/class-use/Metadata.html b/docs/io/dapr/client/domain/class-use/Metadata.html index e90accd47..8252577d6 100644 --- a/docs/io/dapr/client/domain/class-use/Metadata.html +++ b/docs/io/dapr/client/domain/class-use/Metadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.Metadata (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.Metadata (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/PublishEventRequest.html b/docs/io/dapr/client/domain/class-use/PublishEventRequest.html index af9af8ba2..6ee360236 100644 --- a/docs/io/dapr/client/domain/class-use/PublishEventRequest.html +++ b/docs/io/dapr/client/domain/class-use/PublishEventRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.PublishEventRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.PublishEventRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Publish an event.

    -
    DaprClientGrpc.publishEvent(PublishEventRequest request)
    +
    DaprClientImpl.publishEvent(PublishEventRequest request)
    Publish an event.
    -
    reactor.core.publisher.Mono<Void>
    -
    DaprClientHttp.publishEvent(PublishEventRequest request)
    -
    -
    Deprecated.
    -
    Publish an event.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/QueryStateItem.html b/docs/io/dapr/client/domain/class-use/QueryStateItem.html index 9ded7a25a..b30503f1a 100644 --- a/docs/io/dapr/client/domain/class-use/QueryStateItem.html +++ b/docs/io/dapr/client/domain/class-use/QueryStateItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.QueryStateItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.QueryStateItem (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/QueryStateRequest.html b/docs/io/dapr/client/domain/class-use/QueryStateRequest.html index e3c2855f5..db2513c2b 100644 --- a/docs/io/dapr/client/domain/class-use/QueryStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/QueryStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.QueryStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.QueryStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -72,28 +72,21 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.queryState(QueryStateRequest request, +
    DaprClientImpl.queryState(QueryStateRequest request, TypeRef<T> type)
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprClientHttp.queryState(QueryStateRequest request, +
    DaprPreviewClient.queryState(QueryStateRequest request, TypeRef<T> type)
    -
    Deprecated.
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(QueryStateRequest request, - TypeRef<T> type)
    -
    -
    Query for states using a query request.
    -
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(QueryStateRequest request, +
    DaprPreviewClient.queryState(QueryStateRequest request, Class<T> clazz)
    -
    +
    Query for states using a query request.
    diff --git a/docs/io/dapr/client/domain/class-use/QueryStateResponse.html b/docs/io/dapr/client/domain/class-use/QueryStateResponse.html index c1c1fd58e..69c619f76 100644 --- a/docs/io/dapr/client/domain/class-use/QueryStateResponse.html +++ b/docs/io/dapr/client/domain/class-use/QueryStateResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.QueryStateResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.QueryStateResponse (dapr-sdk-parent 1.12.0 API) - + @@ -72,88 +72,81 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.queryState(QueryStateRequest request, +
    DaprClientImpl.queryState(QueryStateRequest request, TypeRef<T> type)
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprClientHttp.queryState(QueryStateRequest request, +
    DaprPreviewClient.queryState(QueryStateRequest request, TypeRef<T> type)
    -
    Deprecated.
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(QueryStateRequest request, - TypeRef<T> type)
    +
    DaprPreviewClient.queryState(QueryStateRequest request, + Class<T> clazz)
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(QueryStateRequest request, - Class<T> clazz)
    +
    DaprPreviewClient.queryState(String storeName, + Query query, + TypeRef<T> type)
    -
    Query for states using a query request.
    +
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, Query query, - TypeRef<T> type)
    + Class<T> clazz)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, Query query, - Class<T> clazz)
    + Map<String,String> metadata, + TypeRef<T> type)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, Query query, Map<String,String> metadata, - TypeRef<T> type)
    + Class<T> clazz)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, - Query query, - Map<String,String> metadata, - Class<T> clazz)
    -
    -
    Query for states using a query domain object.
    -
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, String query, TypeRef<T> type)
    -
    +
    Query for states using a query string.
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    +
    DaprPreviewClient.queryState(String storeName, String query, Class<T> clazz)
    -
    +
    Query for states using a query string.
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    +
    DaprPreviewClient.queryState(String storeName, String query, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Query for states using a query string.
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    +
    DaprPreviewClient.queryState(String storeName, String query, Map<String,String> metadata, Class<T> clazz)
    -
    +
    Query for states using a query string.
    diff --git a/docs/io/dapr/client/domain/class-use/RuleMetadata.html b/docs/io/dapr/client/domain/class-use/RuleMetadata.html new file mode 100644 index 000000000..fe413e8cf --- /dev/null +++ b/docs/io/dapr/client/domain/class-use/RuleMetadata.html @@ -0,0 +1,103 @@ + + + + +Uses of Class io.dapr.client.domain.RuleMetadata (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.client.domain.RuleMetadata

    +
    +
    Packages that use RuleMetadata
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/domain/class-use/SaveStateRequest.html b/docs/io/dapr/client/domain/class-use/SaveStateRequest.html index 791d9c105..503645b32 100644 --- a/docs/io/dapr/client/domain/class-use/SaveStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/SaveStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.SaveStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.SaveStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Save/Update a list of states.

    -
    DaprClientGrpc.saveBulkState(SaveStateRequest request)
    +
    DaprClientImpl.saveBulkState(SaveStateRequest request)
    Save/Update a list of states.
    -
    reactor.core.publisher.Mono<Void>
    -
    DaprClientHttp.saveBulkState(SaveStateRequest request)
    -
    -
    Deprecated.
    -
    Save/Update a list of states.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/State.html b/docs/io/dapr/client/domain/class-use/State.html index 9a99884a1..2d44bc16c 100644 --- a/docs/io/dapr/client/domain/class-use/State.html +++ b/docs/io/dapr/client/domain/class-use/State.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.State (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.State (dapr-sdk-parent 1.12.0 API) - + @@ -92,79 +92,65 @@

    Uses of State
    Retrieve bulk States based on their keys.

    -
    DaprClientGrpc.getBulkState(GetBulkStateRequest request, +
    DaprClientImpl.getBulkState(GetBulkStateRequest request, TypeRef<T> type)
    Retrieve bulk States based on their keys.
    -
    <T> reactor.core.publisher.Mono<List<State<T>>>
    -
    DaprClientHttp.getBulkState(GetBulkStateRequest request, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Retrieve bulk States based on their keys.
    -
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(GetStateRequest request, - TypeRef<T> type)
    -
    -
    Retrieve a State based on their key.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, - State<T> state, +
    DaprClient.getState(GetStateRequest request, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, +
    DaprClient.getState(String storeName, State<T> state, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, - String key, - StateOptions options, - TypeRef<T> type)
    +
    DaprClient.getState(String storeName, + State<T> state, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, +
    DaprClient.getState(String storeName, String key, StateOptions options, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, +
    DaprClient.getState(String storeName, String key, - TypeRef<T> type)
    + StateOptions options, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, +
    DaprClient.getState(String storeName, String key, - Class<T> clazz)
    + TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClientGrpc.getState(GetStateRequest request, - TypeRef<T> type)
    +
    DaprClient.getState(String storeName, + String key, + Class<T> clazz)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClientHttp.getState(GetStateRequest request, +
    DaprClientImpl.getState(GetStateRequest request, TypeRef<T> type)
    -
    Deprecated.
    Retrieve a State based on their key.
    diff --git a/docs/io/dapr/client/domain/class-use/StateOptions.Concurrency.html b/docs/io/dapr/client/domain/class-use/StateOptions.Concurrency.html index d7c55d10e..d309dc346 100644 --- a/docs/io/dapr/client/domain/class-use/StateOptions.Concurrency.html +++ b/docs/io/dapr/client/domain/class-use/StateOptions.Concurrency.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.StateOptions.Concurrency (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.StateOptions.Concurrency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/StateOptions.Consistency.html b/docs/io/dapr/client/domain/class-use/StateOptions.Consistency.html index f1fcc7e96..7947ec1dd 100644 --- a/docs/io/dapr/client/domain/class-use/StateOptions.Consistency.html +++ b/docs/io/dapr/client/domain/class-use/StateOptions.Consistency.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.StateOptions.Consistency (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.StateOptions.Consistency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationDeserializer.html b/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationDeserializer.html index ee4fd5e48..6ec2e12a7 100644 --- a/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationDeserializer.html +++ b/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationDeserializer.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationDeserializer (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationDeserializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationSerializer.html b/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationSerializer.html index 918ea19e4..a09717a17 100644 --- a/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationSerializer.html +++ b/docs/io/dapr/client/domain/class-use/StateOptions.StateOptionDurationSerializer.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationSerializer (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationSerializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/StateOptions.html b/docs/io/dapr/client/domain/class-use/StateOptions.html index 100fc2799..2d96670b1 100644 --- a/docs/io/dapr/client/domain/class-use/StateOptions.html +++ b/docs/io/dapr/client/domain/class-use/StateOptions.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.StateOptions (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.StateOptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/SubscribeConfigurationRequest.html b/docs/io/dapr/client/domain/class-use/SubscribeConfigurationRequest.html index 76167ffa1..2a30c0610 100644 --- a/docs/io/dapr/client/domain/class-use/SubscribeConfigurationRequest.html +++ b/docs/io/dapr/client/domain/class-use/SubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.SubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.SubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -77,16 +77,10 @@

    Uses of Subscribe to the keys for any change.

    - +
    Subscribe to the keys for any change.
    -
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    - -
    -
    Deprecated.
    -
    Subscribe to the keys for any change.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html index e98021ad6..430e73374 100644 --- a/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html +++ b/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.SubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.SubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + @@ -88,16 +88,10 @@

    Uses of Subscribe to the keys for any change.

    - +
    Subscribe to the keys for any change.
    -
    reactor.core.publisher.Flux<SubscribeConfigurationResponse>
    - -
    -
    Deprecated.
    -
    Subscribe to the keys for any change.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html b/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html new file mode 100644 index 000000000..845736fd1 --- /dev/null +++ b/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html @@ -0,0 +1,88 @@ + + + + +Uses of Class io.dapr.client.domain.SubscriptionMetadata (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.client.domain.SubscriptionMetadata

    +
    +
    Packages that use SubscriptionMetadata
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.OperationType.html b/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.OperationType.html index 9fb370ebf..5efd9172e 100644 --- a/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.OperationType.html +++ b/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.OperationType.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.TransactionalStateOperation.OperationType (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.TransactionalStateOperation.OperationType (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.html b/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.html index 4e45c9d66..c99a349ac 100644 --- a/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.html +++ b/docs/io/dapr/client/domain/class-use/TransactionalStateOperation.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.TransactionalStateOperation (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.TransactionalStateOperation (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/TransactionalStateRequest.html b/docs/io/dapr/client/domain/class-use/TransactionalStateRequest.html index 5972d3dad..4a53c7a5a 100644 --- a/docs/io/dapr/client/domain/class-use/TransactionalStateRequest.html +++ b/docs/io/dapr/client/domain/class-use/TransactionalStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.TransactionalStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.TransactionalStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/UnlockRequest.html b/docs/io/dapr/client/domain/class-use/UnlockRequest.html index 647e0fe5f..77a10a6e3 100644 --- a/docs/io/dapr/client/domain/class-use/UnlockRequest.html +++ b/docs/io/dapr/client/domain/class-use/UnlockRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.UnlockRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.UnlockRequest (dapr-sdk-parent 1.12.0 API) - + @@ -70,19 +70,13 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.unlock(UnlockRequest request)
    +
    DaprClientImpl.unlock(UnlockRequest request)
    Unlocks a lock.
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    DaprClientHttp.unlock(UnlockRequest request)
    +
    DaprPreviewClient.unlock(UnlockRequest request)
    -
    Deprecated.
    -
    Unlocks a lock.
    -
    -
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    DaprPreviewClient.unlock(UnlockRequest request)
    -
    Unlocks a lock.
    diff --git a/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html b/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html index d41f288ca..dc514388b 100644 --- a/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html +++ b/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.UnlockResponseStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.UnlockResponseStatus (dapr-sdk-parent 1.12.0 API) - + @@ -72,26 +72,20 @@

    Uses of Method

    Description
    -
    DaprClientGrpc.unlock(UnlockRequest request)
    +
    DaprClientImpl.unlock(UnlockRequest request)
    Unlocks a lock.
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    DaprClientHttp.unlock(UnlockRequest request)
    +
    DaprPreviewClient.unlock(UnlockRequest request)
    -
    Deprecated.
    Unlocks a lock.
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    DaprPreviewClient.unlock(UnlockRequest request)
    -
    -
    Unlocks a lock.
    -
    -
    reactor.core.publisher.Mono<UnlockResponseStatus>
    -
    DaprPreviewClient.unlock(String storeName, +
    DaprPreviewClient.unlock(String storeName, String resourceId, String lockOwner)
    -
    +
    Unlocks a lock.
    diff --git a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html index c34df642a..82347e566 100644 --- a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html +++ b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -75,16 +75,10 @@

    Uses of Unsubscribe from previously subscribed keys.

    - +
    Unsubscribe from previously subscribed keys.
    -
    reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
    - -
    -
    Deprecated.
    -
    Unsubscribe from previously subscribed keys.
    -
    diff --git a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html index 82fc7af2a..b00a03ff6 100644 --- a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html +++ b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + @@ -81,16 +81,10 @@

    Uses of Unsubscribe from previously subscribed keys.

    - +
    Unsubscribe from previously subscribed keys.
    -
    reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
    - -
    -
    Deprecated.
    -
    Unsubscribe from previously subscribed keys.
    -
    diff --git a/docs/io/dapr/client/domain/package-summary.html b/docs/io/dapr/client/domain/package-summary.html index 912136d48..a61a68df4 100644 --- a/docs/io/dapr/client/domain/package-summary.html +++ b/docs/io/dapr/client/domain/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain (dapr-sdk-parent 1.12.0 API) - + @@ -90,78 +90,102 @@

    Package io.dapr.client.d
    Class
    Description
    - +
    -
    Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
    +
    ActorMetadata describes a registered Dapr Actor.
    - +
    -
    A request to bulk publish multiples events in a single call to Dapr.
    +
    AppConnectionPropertiesHealthMetadata describes the application health properties.
    - +
    -
    Class representing the response returned on bulk publishing events.
    +
    AppConnectionPropertiesMetadata describes the application connection properties.
    - +
    -
    Class representing the entry that failed to be published using BulkPublishRequest.
    +
    Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
    - +
    -
    Response from the application containing status for each entry from the bulk publish message.
    +
    A request to bulk publish multiples events in a single call to Dapr.
    - +
    +
    Class representing the response returned on bulk publishing events.
    +
    + +
    +
    Class representing the entry that failed to be published using BulkPublishRequest.
    +
    + +
    +
    Response from the application containing status for each entry from the bulk publish message.
    +
    + + - -
    + +
    Status of the message handled in bulk subscribe handler.
    - -
    + +
    Represents a bulk of messages received from the message bus.
    - -
    + +
    Represents a single event from a BulkSubscribeMessage.
    - -
    + +
    A cloud event in Dapr.
    + +
    +
    ComponentMetadata describes a Dapr Component.
    +
    A configuration item from Dapr's configuration store.
    - +
    -
    A request to delete a state by key.
    +
    DaprMetadata describes the Dapr Metadata.
    - +
    -
    A request for executing state transaction operations.
    +
    A request to delete a state by key.
    - +
    -
    A request to get a secret by key.
    +
    A request for executing state transaction operations.
    - +
    -
    A request to get bulk state by keys.
    +
    A request to get a secret by key.
    - +
    -
    Request to get one or more configuration items from Dapr's configuration store.
    +
    A request to get bulk state by keys.
    - +
    -
    A request to get a secret by key.
    +
    Request to get one or more configuration items from Dapr's configuration store.
    - +
    +
    A request to get a secret by key.
    +
    + +
    A request to get a state by key.
    + +
    +
    HttpEndpointMetadata describes a registered Dapr HTTP endpoint.
    +
    HTTP Extension class.
    @@ -192,38 +216,46 @@

    Package io.dapr.client.d
     
     
    - +
    -
    A request to save states to state store.
    +
    RuleMetadata describes the Subscription Rule's Metadata.
    - +
    -
    This class reprent what a State is.
    +
    A request to save states to state store.
    - +
    +
    This class reprent what a State is.
    +
    + +
    A class representing the state options for Dapr state API.
    - -
    + +
    Options for Concurrency.
    - -
    + +
    Options for Consistency.
    - -
     
    - +
     
    - -
    + +
     
    + +
    Request to subscribe to one or more configuration items.
    - -
    + +
    Domain object for response from subscribeConfiguration API.
    + +
    +
    SubscriptionMetadata describes the Subscription Metadata.
    +
    Class to represent transactional state operations.
    diff --git a/docs/io/dapr/client/domain/package-tree.html b/docs/io/dapr/client/domain/package-tree.html index 3c852397a..04d04cec9 100644 --- a/docs/io/dapr/client/domain/package-tree.html +++ b/docs/io/dapr/client/domain/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + @@ -61,6 +61,9 @@

    Class Hierarchy

    • java.lang.Object
        +
      • io.dapr.client.domain.ActorMetadata
      • +
      • io.dapr.client.domain.AppConnectionPropertiesHealthMetadata
      • +
      • io.dapr.client.domain.AppConnectionPropertiesMetadata
      • io.dapr.client.domain.BulkPublishEntry<T>
      • io.dapr.client.domain.BulkPublishRequest<T>
      • io.dapr.client.domain.BulkPublishResponse<T>
      • @@ -70,7 +73,9 @@

        Class Hierarchy

      • io.dapr.client.domain.BulkSubscribeMessage<T>
      • io.dapr.client.domain.BulkSubscribeMessageEntry<T>
      • io.dapr.client.domain.CloudEvent<T>
      • +
      • io.dapr.client.domain.ComponentMetadata
      • io.dapr.client.domain.ConfigurationItem
      • +
      • io.dapr.client.domain.DaprMetadata
      • io.dapr.client.domain.DeleteStateRequest
      • io.dapr.client.domain.ExecuteStateTransactionRequest
      • io.dapr.client.domain.GetBulkSecretRequest
      • @@ -78,6 +83,7 @@

        Class Hierarchy

      • io.dapr.client.domain.GetConfigurationRequest
      • io.dapr.client.domain.GetSecretRequest
      • io.dapr.client.domain.GetStateRequest
      • +
      • io.dapr.client.domain.HttpEndpointMetadata
      • io.dapr.client.domain.HttpExtension
      • io.dapr.client.domain.InvokeBindingRequest
      • io.dapr.client.domain.InvokeMethodRequest
      • @@ -105,11 +111,13 @@

        Class Hierarchy

      • io.dapr.client.domain.QueryStateItem<T>
      • io.dapr.client.domain.QueryStateRequest
      • io.dapr.client.domain.QueryStateResponse<T>
      • +
      • io.dapr.client.domain.RuleMetadata
      • io.dapr.client.domain.SaveStateRequest
      • io.dapr.client.domain.State<T>
      • io.dapr.client.domain.StateOptions
      • io.dapr.client.domain.SubscribeConfigurationRequest
      • io.dapr.client.domain.SubscribeConfigurationResponse
      • +
      • io.dapr.client.domain.SubscriptionMetadata
      • io.dapr.client.domain.TransactionalStateOperation<T>
      • io.dapr.client.domain.TransactionalStateRequest<T>
      • io.dapr.client.domain.UnlockRequest (implements java.io.Serializable)
      • diff --git a/docs/io/dapr/client/domain/package-use.html b/docs/io/dapr/client/domain/package-use.html index 79e780faa..2e62c3823 100644 --- a/docs/io/dapr/client/domain/package-use.html +++ b/docs/io/dapr/client/domain/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.client.domain (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.client.domain (dapr-sdk-parent 1.12.0 API) - + @@ -81,94 +81,98 @@

        Uses of Package<
        A configuration item from Dapr's configuration store.
        - +
        -
        A request to delete a state by key.
        +
        DaprMetadata describes the Dapr Metadata.
        - +
        -
        A request for executing state transaction operations.
        +
        A request to delete a state by key.
        - +
        -
        A request to get a secret by key.
        +
        A request for executing state transaction operations.
        - +
        -
        A request to get bulk state by keys.
        +
        A request to get a secret by key.
        - +
        -
        Request to get one or more configuration items from Dapr's configuration store.
        +
        A request to get bulk state by keys.
        - +
        -
        A request to get a secret by key.
        +
        Request to get one or more configuration items from Dapr's configuration store.
        - +
        -
        A request to get a state by key.
        +
        A request to get a secret by key.
        - +
        -
        HTTP Extension class.
        +
        A request to get a state by key.
        - +
        -
        A request to invoke binding.
        +
        HTTP Extension class.
        - +
        -
        A request to invoke a service.
        +
        A request to invoke binding.
        - +
        -
        A request to lock.
        +
        A request to invoke a service.
        - +
        +
        A request to lock.
        +
        + +
        A request to publish an event.
        - -
         
        - +
         
        - -
        + +
         
        + +
        A request to save states to state store.
        - -
        + +
        This class reprent what a State is.
        - -
        + +
        A class representing the state options for Dapr state API.
        - -
        + +
        Request to subscribe to one or more configuration items.
        - -
        + +
        Domain object for response from subscribeConfiguration API.
        - -
        + +
        Class to represent transactional state operations.
        - -
        + +
        A request to unlock.
        - -
         
        - -
        + +
         
        + +
        Request to unsubscribe to one or more configuration items using subscription id.
        - -
        + +
        Domain object for unsubscribe response.
        @@ -180,34 +184,50 @@

        Uses of Package<
        Class
        Description
        - +
        -
        Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
        +
        ActorMetadata describes a registered Dapr Actor.
        - +
        -
        A request to bulk publish multiples events in a single call to Dapr.
        +
        AppConnectionPropertiesHealthMetadata describes the application health properties.
        - +
        -
        Class representing the entry that failed to be published using BulkPublishRequest.
        +
        AppConnectionPropertiesMetadata describes the application connection properties.
        - +
        - +
        Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
        - +
        -
        Status of the message handled in bulk subscribe handler.
        +
        A request to bulk publish multiples events in a single call to Dapr.
        - +
        -
        Represents a single event from a BulkSubscribeMessage.
        +
        Class representing the entry that failed to be published using BulkPublishRequest.
        +
        + + - + +
        +
        Status of the message handled in bulk subscribe handler.
        +
        +
        +
        Represents a single event from a BulkSubscribeMessage.
        +
        + +
        A cloud event in Dapr.
        + +
        +
        ComponentMetadata describes a Dapr Component.
        +
        A configuration item from Dapr's configuration store.
        @@ -240,28 +260,36 @@

        Uses of Package<
        A request to get a state by key.
        - +
        -
        HTTP Extension class.
        +
        HttpEndpointMetadata describes a registered Dapr HTTP endpoint.
        - +
        -
        A request to invoke binding.
        +
        HTTP Extension class.
        - +
        -
        A request to invoke a service.
        +
        A request to invoke binding.
        - +
        +
        A request to invoke a service.
        +
        + +
        A request to publish an event.
        - -
         
        - +
         
        - +
         
        + +
         
        + +
        +
        RuleMetadata describes the Subscription Rule's Metadata.
        +
        A request to save states to state store.
        @@ -286,16 +314,20 @@

        Uses of Package<
        Request to subscribe to one or more configuration items.
        - +
        -
        Class to represent transactional state operations.
        +
        SubscriptionMetadata describes the Subscription Metadata.
        - +
        +
        Class to represent transactional state operations.
        +
        + +
        Options for type of operation.
        - -
         
        + +
         

        diff --git a/docs/io/dapr/client/domain/query/Pagination.html b/docs/io/dapr/client/domain/query/Pagination.html index 58cb152a1..408835fcc 100644 --- a/docs/io/dapr/client/domain/query/Pagination.html +++ b/docs/io/dapr/client/domain/query/Pagination.html @@ -1,11 +1,11 @@ - -Pagination (dapr-sdk-parent 1.11.0 API) + +Pagination (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/Query.html b/docs/io/dapr/client/domain/query/Query.html index a40861ebf..e91908457 100644 --- a/docs/io/dapr/client/domain/query/Query.html +++ b/docs/io/dapr/client/domain/query/Query.html @@ -1,11 +1,11 @@ - -Query (dapr-sdk-parent 1.11.0 API) + +Query (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/Sorting.Order.html b/docs/io/dapr/client/domain/query/Sorting.Order.html index 960168adb..4a1c63c1c 100644 --- a/docs/io/dapr/client/domain/query/Sorting.Order.html +++ b/docs/io/dapr/client/domain/query/Sorting.Order.html @@ -1,11 +1,11 @@ - -Sorting.Order (dapr-sdk-parent 1.11.0 API) + +Sorting.Order (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/Sorting.html b/docs/io/dapr/client/domain/query/Sorting.html index ef6f533b7..8014582f0 100644 --- a/docs/io/dapr/client/domain/query/Sorting.html +++ b/docs/io/dapr/client/domain/query/Sorting.html @@ -1,11 +1,11 @@ - -Sorting (dapr-sdk-parent 1.11.0 API) + +Sorting (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/class-use/Pagination.html b/docs/io/dapr/client/domain/query/class-use/Pagination.html index ba07e0490..134933871 100644 --- a/docs/io/dapr/client/domain/query/class-use/Pagination.html +++ b/docs/io/dapr/client/domain/query/class-use/Pagination.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.Pagination (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.Pagination (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/class-use/Query.html b/docs/io/dapr/client/domain/query/class-use/Query.html index 6d59b6b61..150919683 100644 --- a/docs/io/dapr/client/domain/query/class-use/Query.html +++ b/docs/io/dapr/client/domain/query/class-use/Query.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.Query (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.Query (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/class-use/Sorting.Order.html b/docs/io/dapr/client/domain/query/class-use/Sorting.Order.html index fc90b50e2..def9cf24f 100644 --- a/docs/io/dapr/client/domain/query/class-use/Sorting.Order.html +++ b/docs/io/dapr/client/domain/query/class-use/Sorting.Order.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.client.domain.query.Sorting.Order (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.client.domain.query.Sorting.Order (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/class-use/Sorting.html b/docs/io/dapr/client/domain/query/class-use/Sorting.html index bf83f3b24..f9ea432df 100644 --- a/docs/io/dapr/client/domain/query/class-use/Sorting.html +++ b/docs/io/dapr/client/domain/query/class-use/Sorting.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.Sorting (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.Sorting (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/AndFilter.html b/docs/io/dapr/client/domain/query/filters/AndFilter.html index e316284b8..488d23351 100644 --- a/docs/io/dapr/client/domain/query/filters/AndFilter.html +++ b/docs/io/dapr/client/domain/query/filters/AndFilter.html @@ -1,11 +1,11 @@ - -AndFilter (dapr-sdk-parent 1.11.0 API) + +AndFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/EqFilter.html b/docs/io/dapr/client/domain/query/filters/EqFilter.html index 655d734e7..8c1804c26 100644 --- a/docs/io/dapr/client/domain/query/filters/EqFilter.html +++ b/docs/io/dapr/client/domain/query/filters/EqFilter.html @@ -1,11 +1,11 @@ - -EqFilter (dapr-sdk-parent 1.11.0 API) + +EqFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/Filter.html b/docs/io/dapr/client/domain/query/filters/Filter.html index 471d40885..e248b9fa2 100644 --- a/docs/io/dapr/client/domain/query/filters/Filter.html +++ b/docs/io/dapr/client/domain/query/filters/Filter.html @@ -1,11 +1,11 @@ - -Filter (dapr-sdk-parent 1.11.0 API) + +Filter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/InFilter.html b/docs/io/dapr/client/domain/query/filters/InFilter.html index 7ee1b302e..344424f0a 100644 --- a/docs/io/dapr/client/domain/query/filters/InFilter.html +++ b/docs/io/dapr/client/domain/query/filters/InFilter.html @@ -1,11 +1,11 @@ - -InFilter (dapr-sdk-parent 1.11.0 API) + +InFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/OrFilter.html b/docs/io/dapr/client/domain/query/filters/OrFilter.html index 10ee0a968..77aff6a66 100644 --- a/docs/io/dapr/client/domain/query/filters/OrFilter.html +++ b/docs/io/dapr/client/domain/query/filters/OrFilter.html @@ -1,11 +1,11 @@ - -OrFilter (dapr-sdk-parent 1.11.0 API) + +OrFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/class-use/AndFilter.html b/docs/io/dapr/client/domain/query/filters/class-use/AndFilter.html index 6810ee3cd..1d7e7b4f6 100644 --- a/docs/io/dapr/client/domain/query/filters/class-use/AndFilter.html +++ b/docs/io/dapr/client/domain/query/filters/class-use/AndFilter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.filters.AndFilter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.filters.AndFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/class-use/EqFilter.html b/docs/io/dapr/client/domain/query/filters/class-use/EqFilter.html index 329476e82..8335e4365 100644 --- a/docs/io/dapr/client/domain/query/filters/class-use/EqFilter.html +++ b/docs/io/dapr/client/domain/query/filters/class-use/EqFilter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.filters.EqFilter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.filters.EqFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/class-use/Filter.html b/docs/io/dapr/client/domain/query/filters/class-use/Filter.html index 52308d202..786544d95 100644 --- a/docs/io/dapr/client/domain/query/filters/class-use/Filter.html +++ b/docs/io/dapr/client/domain/query/filters/class-use/Filter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.filters.Filter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.filters.Filter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/class-use/InFilter.html b/docs/io/dapr/client/domain/query/filters/class-use/InFilter.html index 3a9838ec7..14b193205 100644 --- a/docs/io/dapr/client/domain/query/filters/class-use/InFilter.html +++ b/docs/io/dapr/client/domain/query/filters/class-use/InFilter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.filters.InFilter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.filters.InFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/class-use/OrFilter.html b/docs/io/dapr/client/domain/query/filters/class-use/OrFilter.html index 02c42a8cb..2945ed94c 100644 --- a/docs/io/dapr/client/domain/query/filters/class-use/OrFilter.html +++ b/docs/io/dapr/client/domain/query/filters/class-use/OrFilter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.query.filters.OrFilter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.domain.query.filters.OrFilter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/package-summary.html b/docs/io/dapr/client/domain/query/filters/package-summary.html index e26a7d891..1028aee47 100644 --- a/docs/io/dapr/client/domain/query/filters/package-summary.html +++ b/docs/io/dapr/client/domain/query/filters/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain.query.filters (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain.query.filters (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/package-tree.html b/docs/io/dapr/client/domain/query/filters/package-tree.html index fae6a622e..3911faca1 100644 --- a/docs/io/dapr/client/domain/query/filters/package-tree.html +++ b/docs/io/dapr/client/domain/query/filters/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain.query.filters Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain.query.filters Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/filters/package-use.html b/docs/io/dapr/client/domain/query/filters/package-use.html index 133c4890d..54ab8f356 100644 --- a/docs/io/dapr/client/domain/query/filters/package-use.html +++ b/docs/io/dapr/client/domain/query/filters/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.client.domain.query.filters (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.client.domain.query.filters (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/package-summary.html b/docs/io/dapr/client/domain/query/package-summary.html index 7354dec7f..8029862fb 100644 --- a/docs/io/dapr/client/domain/query/package-summary.html +++ b/docs/io/dapr/client/domain/query/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain.query (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain.query (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/package-tree.html b/docs/io/dapr/client/domain/query/package-tree.html index 5df1fb407..5de05d3f2 100644 --- a/docs/io/dapr/client/domain/query/package-tree.html +++ b/docs/io/dapr/client/domain/query/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.client.domain.query Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.domain.query Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/domain/query/package-use.html b/docs/io/dapr/client/domain/query/package-use.html index 3ddf7f0a2..a635ddd20 100644 --- a/docs/io/dapr/client/domain/query/package-use.html +++ b/docs/io/dapr/client/domain/query/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.client.domain.query (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.client.domain.query (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/package-summary.html b/docs/io/dapr/client/package-summary.html index dbafc1d46..62bd7c8ab 100644 --- a/docs/io/dapr/client/package-summary.html +++ b/docs/io/dapr/client/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.client (dapr-sdk-parent 1.11.0 API) + +io.dapr.client (dapr-sdk-parent 1.12.0 API) - + @@ -90,26 +90,18 @@

        Package io.dapr.client

        Class
        Description
        - -
        Deprecated. -
        This class will be deleted at SDK version 1.10.
        -
        - -
        + +
        Generic Client Adapter to be used regardless of the GRPC or the HTTP Client implementation required.
        - -
        + +
        A builder for the DaprClient, Currently only gRPC and HTTP Client will be supported.
        - -
        -
        An adapter for the GRPC Client.
        -
        - -
        Deprecated. -
        This class will be deleted at SDK release version 1.10.
        + +
        +
        Implementation of the Dapr client combining gRPC and HTTP (when applicable).
         
        @@ -120,19 +112,23 @@

        Package io.dapr.client

         
        -
        Deprecated. -
        Use DaprClientBuilder instead, this will be removed in a future release.
        +
        +
        A builder for the DaprHttp.
        Generic client interface for preview or alpha APIs in Dapr, regardless of GRPC or HTTP.
        - +
        -
        Common headers for GRPC and HTTP communication.
        +
        Injects tracing headers to gRPC metadata.
        - +
        +
        Common headers for GRPC and HTTP communication.
        +
        + +
        Serializes and deserializes an internal object.
        diff --git a/docs/io/dapr/client/package-tree.html b/docs/io/dapr/client/package-tree.html index 1a3bbea55..ff1821550 100644 --- a/docs/io/dapr/client/package-tree.html +++ b/docs/io/dapr/client/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.client Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.client Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + @@ -62,11 +62,11 @@

        Class Hierarchy

      • java.lang.Object @@ -91,7 +91,6 @@

        Enum Class Hierarchy

      • -
        -
        Classes in io.dapr.client used by io.dapr.config
        -
        -
        Class
        -
        Description
        - -
        -
        Deprecated. -
        This class will be deleted at SDK version 1.10.
        -
        -
        -
        -
        -
      • -
      • diff --git a/docs/io/dapr/client/resiliency/ResiliencyOptions.html b/docs/io/dapr/client/resiliency/ResiliencyOptions.html index df36bb037..f1ba1c342 100644 --- a/docs/io/dapr/client/resiliency/ResiliencyOptions.html +++ b/docs/io/dapr/client/resiliency/ResiliencyOptions.html @@ -1,11 +1,11 @@ - -ResiliencyOptions (dapr-sdk-parent 1.11.0 API) + +ResiliencyOptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/resiliency/class-use/ResiliencyOptions.html b/docs/io/dapr/client/resiliency/class-use/ResiliencyOptions.html index 707c09db0..f224cfe95 100644 --- a/docs/io/dapr/client/resiliency/class-use/ResiliencyOptions.html +++ b/docs/io/dapr/client/resiliency/class-use/ResiliencyOptions.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.resiliency.ResiliencyOptions (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.client.resiliency.ResiliencyOptions (dapr-sdk-parent 1.12.0 API) - + @@ -56,32 +56,14 @@

        Package
        Description
        - +
         
        - +
         
        - -
         

        • -
          -

          Uses of ResiliencyOptions in io.dapr.actors.client

          -
          Constructors in io.dapr.actors.client with parameters of type ResiliencyOptions
          -
          -
          Modifier
          -
          Constructor
          -
          Description
          -
           
          -
          ActorClient(ResiliencyOptions resiliencyOptions)
          -
          -
          Instantiates a new channel for Dapr sidecar communication.
          -
          -
          -
          -
        • -
        • Uses of ResiliencyOptions in io.dapr.client

          Methods in io.dapr.client with parameters of type ResiliencyOptions
          diff --git a/docs/io/dapr/client/resiliency/package-summary.html b/docs/io/dapr/client/resiliency/package-summary.html index 255888ea9..a6fb5ac9b 100644 --- a/docs/io/dapr/client/resiliency/package-summary.html +++ b/docs/io/dapr/client/resiliency/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.client.resiliency (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.resiliency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/resiliency/package-tree.html b/docs/io/dapr/client/resiliency/package-tree.html index 89de5ccba..ffe2f8357 100644 --- a/docs/io/dapr/client/resiliency/package-tree.html +++ b/docs/io/dapr/client/resiliency/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.client.resiliency Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.client.resiliency Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/client/resiliency/package-use.html b/docs/io/dapr/client/resiliency/package-use.html index 1f687ba35..1692f2e49 100644 --- a/docs/io/dapr/client/resiliency/package-use.html +++ b/docs/io/dapr/client/resiliency/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.client.resiliency (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.client.resiliency (dapr-sdk-parent 1.12.0 API) - + @@ -56,29 +56,14 @@

          Uses of Pack
          • -
            - -
            -
            Class
            -
            Description
            - -
            -
            Resiliency policy for SDK communication to Dapr API.
            -
            -
            -
            -
          • -
          • diff --git a/docs/io/dapr/config/BooleanProperty.html b/docs/io/dapr/config/BooleanProperty.html index 593390445..0d32b0691 100644 --- a/docs/io/dapr/config/BooleanProperty.html +++ b/docs/io/dapr/config/BooleanProperty.html @@ -1,11 +1,11 @@ - -BooleanProperty (dapr-sdk-parent 1.11.0 API) + +BooleanProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/GenericProperty.html b/docs/io/dapr/config/GenericProperty.html index 019a962ac..5241d3a1e 100644 --- a/docs/io/dapr/config/GenericProperty.html +++ b/docs/io/dapr/config/GenericProperty.html @@ -1,11 +1,11 @@ - -GenericProperty (dapr-sdk-parent 1.11.0 API) + +GenericProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/IntegerProperty.html b/docs/io/dapr/config/IntegerProperty.html index ba5283a30..3be8b8f6c 100644 --- a/docs/io/dapr/config/IntegerProperty.html +++ b/docs/io/dapr/config/IntegerProperty.html @@ -1,11 +1,11 @@ - -IntegerProperty (dapr-sdk-parent 1.11.0 API) + +IntegerProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/MillisecondsDurationProperty.html b/docs/io/dapr/config/MillisecondsDurationProperty.html index bab4cf7cc..a766e682f 100644 --- a/docs/io/dapr/config/MillisecondsDurationProperty.html +++ b/docs/io/dapr/config/MillisecondsDurationProperty.html @@ -1,11 +1,11 @@ - -MillisecondsDurationProperty (dapr-sdk-parent 1.11.0 API) + +MillisecondsDurationProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/Properties.html b/docs/io/dapr/config/Properties.html index 8d2ee65d8..2581fac0e 100644 --- a/docs/io/dapr/config/Properties.html +++ b/docs/io/dapr/config/Properties.html @@ -1,11 +1,11 @@ - -Properties (dapr-sdk-parent 1.11.0 API) + +Properties (dapr-sdk-parent 1.12.0 API) - + @@ -89,20 +89,6 @@

            Field Summary

            Modifier and Type
            Field
            Description
            - - -
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            - - -
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            static final Property<String>
            @@ -247,28 +233,6 @@

            TIMEOUT

          • -
            -

            API_PROTOCOL

            -
            @Deprecated -public static final Property<DaprApiProtocol> API_PROTOCOL
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            Determines if Dapr client will use gRPC or HTTP to talk to Dapr's side car.
            -
            -
          • -
          • -
            -

            API_METHOD_INVOCATION_PROTOCOL

            -
            @Deprecated -public static final Property<DaprApiProtocol> API_METHOD_INVOCATION_PROTOCOL
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            Determines if Dapr client should use gRPC or HTTP for Dapr's service method invocation APIs.
            -
            -
          • -
          • API_TOKEN

            public static final Property<String> API_TOKEN
            diff --git a/docs/io/dapr/config/Property.html b/docs/io/dapr/config/Property.html index 9700486e7..0f4e7b866 100644 --- a/docs/io/dapr/config/Property.html +++ b/docs/io/dapr/config/Property.html @@ -1,11 +1,11 @@ - -Property (dapr-sdk-parent 1.11.0 API) + +Property (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/StringProperty.html b/docs/io/dapr/config/StringProperty.html index d978ab56e..b163f1f89 100644 --- a/docs/io/dapr/config/StringProperty.html +++ b/docs/io/dapr/config/StringProperty.html @@ -1,11 +1,11 @@ - -StringProperty (dapr-sdk-parent 1.11.0 API) + +StringProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/BooleanProperty.html b/docs/io/dapr/config/class-use/BooleanProperty.html index b0f1c9d3d..5ff3429d3 100644 --- a/docs/io/dapr/config/class-use/BooleanProperty.html +++ b/docs/io/dapr/config/class-use/BooleanProperty.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.BooleanProperty (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.BooleanProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/GenericProperty.html b/docs/io/dapr/config/class-use/GenericProperty.html index 9cab7fbe9..5cd14f65c 100644 --- a/docs/io/dapr/config/class-use/GenericProperty.html +++ b/docs/io/dapr/config/class-use/GenericProperty.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.GenericProperty (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.GenericProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/IntegerProperty.html b/docs/io/dapr/config/class-use/IntegerProperty.html index 336f6c32a..5e1f0120e 100644 --- a/docs/io/dapr/config/class-use/IntegerProperty.html +++ b/docs/io/dapr/config/class-use/IntegerProperty.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.IntegerProperty (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.IntegerProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html b/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html index a8bb269bc..264132e9d 100644 --- a/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html +++ b/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.MillisecondsDurationProperty (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.MillisecondsDurationProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/Properties.html b/docs/io/dapr/config/class-use/Properties.html index a4263cc20..d2d89bffa 100644 --- a/docs/io/dapr/config/class-use/Properties.html +++ b/docs/io/dapr/config/class-use/Properties.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.Properties (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.Properties (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/class-use/Property.html b/docs/io/dapr/config/class-use/Property.html index 01b3806df..5f3d55092 100644 --- a/docs/io/dapr/config/class-use/Property.html +++ b/docs/io/dapr/config/class-use/Property.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.Property (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.Property (dapr-sdk-parent 1.12.0 API) - + @@ -100,20 +100,6 @@

            Uses of Property<
            Modifier and Type
            Field
            Description
            -
            - -
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            - -
            Properties.API_PROTOCOL
            -
            -
            Deprecated. -
            This attribute will be deleted at SDK version 1.10.
            -
            -
            static final Property<String>
            Properties.API_TOKEN
            diff --git a/docs/io/dapr/config/class-use/StringProperty.html b/docs/io/dapr/config/class-use/StringProperty.html index 87cfc49ec..998e6d4e8 100644 --- a/docs/io/dapr/config/class-use/StringProperty.html +++ b/docs/io/dapr/config/class-use/StringProperty.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.config.StringProperty (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.config.StringProperty (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/package-summary.html b/docs/io/dapr/config/package-summary.html index 539dba38a..1d1b99e9e 100644 --- a/docs/io/dapr/config/package-summary.html +++ b/docs/io/dapr/config/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.config (dapr-sdk-parent 1.11.0 API) + +io.dapr.config (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/package-tree.html b/docs/io/dapr/config/package-tree.html index cbd7ac2ec..4911de4fb 100644 --- a/docs/io/dapr/config/package-tree.html +++ b/docs/io/dapr/config/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.config Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.config Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/config/package-use.html b/docs/io/dapr/config/package-use.html index 27e9f1a0a..46b944c56 100644 --- a/docs/io/dapr/config/package-use.html +++ b/docs/io/dapr/config/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.config (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.config (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprError.html b/docs/io/dapr/exceptions/DaprError.html index 521f93a24..909e64fc6 100644 --- a/docs/io/dapr/exceptions/DaprError.html +++ b/docs/io/dapr/exceptions/DaprError.html @@ -1,11 +1,11 @@ - -DaprError (dapr-sdk-parent 1.11.0 API) + +DaprError (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html b/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html index 714abd4fd..b9f510e88 100644 --- a/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html +++ b/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html @@ -1,11 +1,11 @@ - -DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.11.0 API) + +DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprErrorDetails.html b/docs/io/dapr/exceptions/DaprErrorDetails.html index 8c4268eec..e24abec23 100644 --- a/docs/io/dapr/exceptions/DaprErrorDetails.html +++ b/docs/io/dapr/exceptions/DaprErrorDetails.html @@ -1,11 +1,11 @@ - -DaprErrorDetails (dapr-sdk-parent 1.11.0 API) + +DaprErrorDetails (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprException.html b/docs/io/dapr/exceptions/DaprException.html index 653e4bf6c..e4d430a73 100644 --- a/docs/io/dapr/exceptions/DaprException.html +++ b/docs/io/dapr/exceptions/DaprException.html @@ -1,11 +1,11 @@ - -DaprException (dapr-sdk-parent 1.11.0 API) + +DaprException (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprError.html b/docs/io/dapr/exceptions/class-use/DaprError.html index 151993bb3..fb427158a 100644 --- a/docs/io/dapr/exceptions/class-use/DaprError.html +++ b/docs/io/dapr/exceptions/class-use/DaprError.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.exceptions.DaprError (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.exceptions.DaprError (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprErrorDetails.ErrorDetailType.html b/docs/io/dapr/exceptions/class-use/DaprErrorDetails.ErrorDetailType.html index 3baf697fb..dcca45c9a 100644 --- a/docs/io/dapr/exceptions/class-use/DaprErrorDetails.ErrorDetailType.html +++ b/docs/io/dapr/exceptions/class-use/DaprErrorDetails.ErrorDetailType.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.exceptions.DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.exceptions.DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html b/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html index a6d52a330..c9875233a 100644 --- a/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html +++ b/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.exceptions.DaprErrorDetails (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.exceptions.DaprErrorDetails (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprException.html b/docs/io/dapr/exceptions/class-use/DaprException.html index 095934407..d6d2a3853 100644 --- a/docs/io/dapr/exceptions/class-use/DaprException.html +++ b/docs/io/dapr/exceptions/class-use/DaprException.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.exceptions.DaprException (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.exceptions.DaprException (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/package-summary.html b/docs/io/dapr/exceptions/package-summary.html index 99904ce78..5464b36b3 100644 --- a/docs/io/dapr/exceptions/package-summary.html +++ b/docs/io/dapr/exceptions/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.exceptions (dapr-sdk-parent 1.11.0 API) + +io.dapr.exceptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/package-tree.html b/docs/io/dapr/exceptions/package-tree.html index d694fb89a..12a51fef9 100644 --- a/docs/io/dapr/exceptions/package-tree.html +++ b/docs/io/dapr/exceptions/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.exceptions Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.exceptions Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/exceptions/package-use.html b/docs/io/dapr/exceptions/package-use.html index 161002c54..d9bec3b5c 100644 --- a/docs/io/dapr/exceptions/package-use.html +++ b/docs/io/dapr/exceptions/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.exceptions (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.exceptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/internal/exceptions/DaprHttpException.html b/docs/io/dapr/internal/exceptions/DaprHttpException.html deleted file mode 100644 index 7ae674bc1..000000000 --- a/docs/io/dapr/internal/exceptions/DaprHttpException.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - -DaprHttpException (dapr-sdk-parent 1.11.0 API) - - - - - - - - - - - - - - - -
            - -
            -
            - -
            - -

            Class DaprHttpException

            -
            - -
            -
            -
            All Implemented Interfaces:
            -
            Serializable
            -
            -
            -
            public class DaprHttpException -extends ExecutionException
            -
            Internal exception for propagating HTTP status code.
            -
            -
            See Also:
            -
            - -
            -
            -
            -
            - -
            -
            -
              - -
            • -
              -

              Constructor Details

              -
                -
              • -
                -

                DaprHttpException

                -
                public DaprHttpException(int statusCode, - byte[] payload)
                -
                Instantiates a new DaprHttpException with a given HTTP payload.
                -
                -
                Parameters:
                -
                statusCode - HTTP status code.
                -
                payload - HTTP payload.
                -
                -
                -
              • -
              -
              -
            • - -
            • -
              -

              Method Details

              -
                -
              • -
                -

                fromGrpcExecutionException

                -
                public static ExecutionException fromGrpcExecutionException(io.grpc.Metadata grpcMetadata, - Throwable cause)
                -
                Creates an ExecutionException (can also be HttpException, if applicable).
                -
                -
                Parameters:
                -
                grpcMetadata - Optional gRPC metadata.
                -
                cause - Exception triggered during execution.
                -
                Returns:
                -
                ExecutionException
                -
                -
                -
              • -
              • -
                -

                isValidHttpStatusCode

                -
                public static boolean isValidHttpStatusCode(int statusCode)
                -
                -
              • -
              • -
                -

                isSuccessfulHttpStatusCode

                -
                public static boolean isSuccessfulHttpStatusCode(int statusCode)
                -
                -
              • -
              • -
                -

                parseHttpStatusCode

                -
                public static int parseHttpStatusCode(String value)
                -
                Parses a given string value into an HTTP status code, 0 if invalid.
                -
                -
                Parameters:
                -
                value - String value to be parsed.
                -
                Returns:
                -
                HTTP status code, 0 if not valid.
                -
                -
                -
              • -
              • -
                -

                getStatusCode

                -
                public int getStatusCode()
                -
                Returns the HTTP Status code for the exception.
                -
                -
                Returns:
                -
                HTTP Status code for the exception, 0 if not applicable.
                -
                -
                -
              • -
              • -
                -

                getPayload

                -
                public byte[] getPayload()
                -
                Returns the HTTP payload for the exception.
                -
                -
                Returns:
                -
                HTTP payload, null if not present.
                -
                -
                -
              • -
              -
              -
            • -
            -
            - -
            -
            -
            - -
            -
            -
            - - diff --git a/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html b/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html new file mode 100644 index 000000000..8d0272957 --- /dev/null +++ b/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html @@ -0,0 +1,361 @@ + + + + +DaprClientGrpcInterceptors (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
            + +
            +
            + +
            + +

            Class DaprClientGrpcInterceptors

            +
            +
            java.lang.Object +
            io.dapr.internal.grpc.DaprClientGrpcInterceptors
            +
            +
            +
            +
            public class DaprClientGrpcInterceptors +extends Object
            +
            Class to be used as part of your service's client stub interceptor. + Usage: myClientStub = DaprClientGrpcInterceptors.intercept(myClientStub);
            +
            +
            +
              + +
            • +
              +

              Constructor Summary

              +
              Constructors
              +
              +
              Constructor
              +
              Description
              + +
               
              +
              +
              +
            • + +
            • +
              +

              Method Summary

              +
              +
              +
              +
              +
              Modifier and Type
              +
              Method
              +
              Description
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(String appId, + T client)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(String appId, + T client, + TimeoutPolicy timeoutPolicy)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(String appId, + T client, + TimeoutPolicy timeoutPolicy, + reactor.util.context.ContextView context)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(String appId, + T client, + reactor.util.context.ContextView context)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(T client)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(T client, + TimeoutPolicy timeoutPolicy)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(T client, + TimeoutPolicy timeoutPolicy, + reactor.util.context.ContextView context)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              static <T extends io.grpc.stub.AbstractStub<T>>
              T
              +
              intercept(T client, + reactor.util.context.ContextView context)
              +
              +
              Adds all Dapr interceptors to a gRPC async stub.
              +
              +
              +
              +
              +
              +

              Methods inherited from class java.lang.Object

              +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
              +
              +
            • +
            +
            +
            +
              + +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                DaprClientGrpcInterceptors

                +
                public DaprClientGrpcInterceptors()
                +
                +
              • +
              +
              +
            • + +
            • +
              +

              Method Details

              +
                +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(String appId, + T client)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                appId - the appId to be invoked
                +
                client - gRPC client
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(T client)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                client - gRPC client
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(String appId, + T client, + TimeoutPolicy timeoutPolicy)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                appId - the appId to be invoked
                +
                client - gRPC client
                +
                timeoutPolicy - timeout policy for gRPC call
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(T client, + TimeoutPolicy timeoutPolicy)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                client - gRPC client
                +
                timeoutPolicy - timeout policy for gRPC call
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(String appId, + T client, + reactor.util.context.ContextView context)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                appId - the appId to be invoked
                +
                client - gRPC client
                +
                context - Reactor context for tracing
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(T client, + reactor.util.context.ContextView context)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                client - gRPC client
                +
                context - Reactor context for tracing
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(T client, + TimeoutPolicy timeoutPolicy, + reactor.util.context.ContextView context)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                client - gRPC client
                +
                timeoutPolicy - timeout policy for gRPC call
                +
                context - Reactor context for tracing
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              • +
                +

                intercept

                +
                public static <T extends io.grpc.stub.AbstractStub<T>> +T intercept(String appId, + T client, + TimeoutPolicy timeoutPolicy, + reactor.util.context.ContextView context)
                +
                Adds all Dapr interceptors to a gRPC async stub.
                +
                +
                Type Parameters:
                +
                T - async client type
                +
                Parameters:
                +
                appId - the appId to be invoked
                +
                client - gRPC client
                +
                timeoutPolicy - timeout policy for gRPC call
                +
                context - Reactor context for tracing
                +
                Returns:
                +
                async client instance with interceptors
                +
                +
                +
              • +
              +
              +
            • +
            +
            + +
            +
            +
            + +
            +
            +
            + + diff --git a/docs/io/dapr/internal/exceptions/class-use/DaprHttpException.html b/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html similarity index 80% rename from docs/io/dapr/internal/exceptions/class-use/DaprHttpException.html rename to docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html index 36051cbff..de08e8935 100644 --- a/docs/io/dapr/internal/exceptions/class-use/DaprHttpException.html +++ b/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html @@ -1,12 +1,12 @@ - -Uses of Class io.dapr.internal.exceptions.DaprHttpException (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.internal.grpc.DaprClientGrpcInterceptors (dapr-sdk-parent 1.12.0 API) - - + + @@ -30,7 +30,7 @@

      • -
        AbstractDaprClient.objectSerializer
        -
        -
        A utility class for serialize and deserialize the transient objects.
        -
        - -
        AbstractDaprClient.stateSerializer
        -
        -
        A utility class for serialize and deserialize state objects.
        -
        -
        AbstractDaprClient.stateSerializer
        A utility class for serialize and deserialize state objects.
        diff --git a/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html b/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html index 2c5ef2073..3319ab4f8 100644 --- a/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html +++ b/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.serializer.DefaultObjectSerializer (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.serializer.DefaultObjectSerializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/serializer/package-summary.html b/docs/io/dapr/serializer/package-summary.html index 089af1eac..750ddd7a3 100644 --- a/docs/io/dapr/serializer/package-summary.html +++ b/docs/io/dapr/serializer/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.serializer (dapr-sdk-parent 1.11.0 API) + +io.dapr.serializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/serializer/package-tree.html b/docs/io/dapr/serializer/package-tree.html index f556d03e9..923b553ad 100644 --- a/docs/io/dapr/serializer/package-tree.html +++ b/docs/io/dapr/serializer/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.serializer Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.serializer Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/serializer/package-use.html b/docs/io/dapr/serializer/package-use.html index f100b7a74..7d35faacd 100644 --- a/docs/io/dapr/serializer/package-use.html +++ b/docs/io/dapr/serializer/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.serializer (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.serializer (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/DefaultContentTypeConverter.html b/docs/io/dapr/utils/DefaultContentTypeConverter.html index 4b05dd908..e9ef54274 100644 --- a/docs/io/dapr/utils/DefaultContentTypeConverter.html +++ b/docs/io/dapr/utils/DefaultContentTypeConverter.html @@ -1,11 +1,11 @@ - -DefaultContentTypeConverter (dapr-sdk-parent 1.11.0 API) + +DefaultContentTypeConverter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/DurationUtils.html b/docs/io/dapr/utils/DurationUtils.html index 994f1922a..bdbd7fb74 100644 --- a/docs/io/dapr/utils/DurationUtils.html +++ b/docs/io/dapr/utils/DurationUtils.html @@ -1,11 +1,11 @@ - -DurationUtils (dapr-sdk-parent 1.11.0 API) + +DurationUtils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/NetworkUtils.html b/docs/io/dapr/utils/NetworkUtils.html index 58c3a128c..b8c964e38 100644 --- a/docs/io/dapr/utils/NetworkUtils.html +++ b/docs/io/dapr/utils/NetworkUtils.html @@ -1,11 +1,11 @@ - -NetworkUtils (dapr-sdk-parent 1.11.0 API) + +NetworkUtils (dapr-sdk-parent 1.12.0 API) - + @@ -100,11 +100,16 @@

        Method Summary

        Creates a GRPC managed channel.
        -
        static void
        -
        waitForSocket(String host, +
        static String
        + +
        +
        Retrieve loopback address for the host.
        +
        +
        static void
        +
        waitForSocket(String host, int port, int timeoutInMilliseconds)
        -
        +
        Tries to connect to a socket, retrying every 1 second.
        @@ -155,6 +160,17 @@

        buildGrpcManagedChannel

        +
      • +
        +

        getHostLoopbackAddress

        +
        public static String getHostLoopbackAddress()
        +
        Retrieve loopback address for the host.
        +
        +
        Returns:
        +
        The loopback address String
        +
        +
        +
    • diff --git a/docs/io/dapr/utils/TypeRef.html b/docs/io/dapr/utils/TypeRef.html index 805c5c8f6..424a18540 100644 --- a/docs/io/dapr/utils/TypeRef.html +++ b/docs/io/dapr/utils/TypeRef.html @@ -1,11 +1,11 @@ - -TypeRef (dapr-sdk-parent 1.11.0 API) + +TypeRef (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/Version.html b/docs/io/dapr/utils/Version.html index 376ec27b5..5c89569ce 100644 --- a/docs/io/dapr/utils/Version.html +++ b/docs/io/dapr/utils/Version.html @@ -1,11 +1,11 @@ - -Version (dapr-sdk-parent 1.11.0 API) + +Version (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/class-use/DefaultContentTypeConverter.html b/docs/io/dapr/utils/class-use/DefaultContentTypeConverter.html index 3dbeeb3a0..bd6afcf65 100644 --- a/docs/io/dapr/utils/class-use/DefaultContentTypeConverter.html +++ b/docs/io/dapr/utils/class-use/DefaultContentTypeConverter.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.utils.DefaultContentTypeConverter (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.utils.DefaultContentTypeConverter (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/class-use/DurationUtils.html b/docs/io/dapr/utils/class-use/DurationUtils.html index 2c1c84095..7dbb7e6e9 100644 --- a/docs/io/dapr/utils/class-use/DurationUtils.html +++ b/docs/io/dapr/utils/class-use/DurationUtils.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.utils.DurationUtils (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.utils.DurationUtils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/class-use/NetworkUtils.html b/docs/io/dapr/utils/class-use/NetworkUtils.html index c5b5dc156..a772c91c4 100644 --- a/docs/io/dapr/utils/class-use/NetworkUtils.html +++ b/docs/io/dapr/utils/class-use/NetworkUtils.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.utils.NetworkUtils (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.utils.NetworkUtils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/class-use/TypeRef.html b/docs/io/dapr/utils/class-use/TypeRef.html index d0cfaf1e5..07347950e 100644 --- a/docs/io/dapr/utils/class-use/TypeRef.html +++ b/docs/io/dapr/utils/class-use/TypeRef.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.utils.TypeRef (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.utils.TypeRef (dapr-sdk-parent 1.12.0 API) - + @@ -151,57 +151,43 @@

      Uses of TypeRef
      Retrieve bulk States based on their keys.

    <T> reactor.core.publisher.Mono<List<State<T>>>
    -
    DaprClientGrpc.getBulkState(GetBulkStateRequest request, +
    DaprClientImpl.getBulkState(GetBulkStateRequest request, TypeRef<T> type)
    Retrieve bulk States based on their keys.
    -
    <T> reactor.core.publisher.Mono<List<State<T>>>
    -
    DaprClientHttp.getBulkState(GetBulkStateRequest request, - TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Retrieve bulk States based on their keys.
    -
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(GetStateRequest request, - TypeRef<T> type)
    -
    -
    Retrieve a State based on their key.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, - State<T> state, +
    DaprClient.getState(GetStateRequest request, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, - String key, - StateOptions options, +
    DaprClient.getState(String storeName, + State<T> state, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClient.getState(String storeName, +
    DaprClient.getState(String storeName, String key, + StateOptions options, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClientGrpc.getState(GetStateRequest request, +
    DaprClient.getState(String storeName, + String key, TypeRef<T> type)
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<State<T>>
    -
    DaprClientHttp.getState(GetStateRequest request, +
    DaprClientImpl.getState(GetStateRequest request, TypeRef<T> type)
    -
    Deprecated.
    Retrieve a State based on their key.
    <T> reactor.core.publisher.Mono<T>
    @@ -228,112 +214,89 @@

    Uses of TypeRef
    Invokes a Binding operation.

    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientGrpc.invokeBinding(InvokeBindingRequest request, +
    DaprClientImpl.invokeBinding(InvokeBindingRequest request, TypeRef<T> type)
    Invokes a Binding operation.
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientHttp.invokeBinding(InvokeBindingRequest request, +
    DaprClient.invokeMethod(InvokeMethodRequest invokeMethodRequest, TypeRef<T> type)
    -
    Deprecated.
    -
    Invokes a Binding operation.
    -
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClient.invokeMethod(InvokeMethodRequest invokeMethodRequest, - TypeRef<T> type)
    -
    Invoke a service method.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClient.invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    DaprClient.invokeMethod(String appId, String methodName, HttpExtension httpExtension, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClient.invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    DaprClient.invokeMethod(String appId, String methodName, Object request, HttpExtension httpExtension, TypeRef<T> type)
    -
    +
    Invoke a service method, using serialization.
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClient.invokeMethod(String appId, +
    <T> reactor.core.publisher.Mono<T>
    +
    DaprClient.invokeMethod(String appId, String methodName, Object data, HttpExtension httpExtension, Map<String,String> metadata, TypeRef<T> type)
    -
    -
    Invoke a service method, using serialization.
    -
    -
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientGrpc.invokeMethod(InvokeMethodRequest invokeMethodRequest, - TypeRef<T> type)
    -
    Invoke a service method.
    +
    Invoke a service method, using serialization.
    <T> reactor.core.publisher.Mono<T>
    -
    DaprClientHttp.invokeMethod(InvokeMethodRequest invokeMethodRequest, +
    DaprClientImpl.invokeMethod(InvokeMethodRequest invokeMethodRequest, TypeRef<T> type)
    -
    -
    Deprecated.
    -
    Invoke a service method.
    -
    +
     
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprClientGrpc.queryState(QueryStateRequest request, +
    DaprClientImpl.queryState(QueryStateRequest request, TypeRef<T> type)
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprClientHttp.queryState(QueryStateRequest request, +
    DaprPreviewClient.queryState(QueryStateRequest request, TypeRef<T> type)
    -
    Deprecated.
    Query for states using a query request.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(QueryStateRequest request, +
    DaprPreviewClient.queryState(String storeName, + Query query, TypeRef<T> type)
    -
    Query for states using a query request.
    +
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, Query query, + Map<String,String> metadata, TypeRef<T> type)
    Query for states using a query domain object.
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, - Query query, - Map<String,String> metadata, - TypeRef<T> type)
    -
    -
    Query for states using a query domain object.
    -
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    DaprPreviewClient.queryState(String storeName, String query, TypeRef<T> type)
    -
    +
    Query for states using a query string.
    -
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    -
    DaprPreviewClient.queryState(String storeName, +
    <T> reactor.core.publisher.Mono<QueryStateResponse<T>>
    +
    DaprPreviewClient.queryState(String storeName, String query, Map<String,String> metadata, TypeRef<T> type)
    -
    +
    Query for states using a query string.
    diff --git a/docs/io/dapr/utils/class-use/Version.html b/docs/io/dapr/utils/class-use/Version.html index 3bb88502b..1f51a6f58 100644 --- a/docs/io/dapr/utils/class-use/Version.html +++ b/docs/io/dapr/utils/class-use/Version.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.utils.Version (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.utils.Version (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/package-summary.html b/docs/io/dapr/utils/package-summary.html index 77abc3e4b..d01fc931e 100644 --- a/docs/io/dapr/utils/package-summary.html +++ b/docs/io/dapr/utils/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.utils (dapr-sdk-parent 1.11.0 API) + +io.dapr.utils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/package-tree.html b/docs/io/dapr/utils/package-tree.html index c34265c48..a9a630ee6 100644 --- a/docs/io/dapr/utils/package-tree.html +++ b/docs/io/dapr/utils/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.utils Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.utils Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/utils/package-use.html b/docs/io/dapr/utils/package-use.html index c229e14a2..5389e70f0 100644 --- a/docs/io/dapr/utils/package-use.html +++ b/docs/io/dapr/utils/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.utils (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.utils (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html index 67f3ff8b6..c007dda1e 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub (dapr-sdk-parent 1.12.0 API) - + @@ -126,6 +126,12 @@

    Method Summary

    Subscribes bulk events from Pubsub
    + + +
    +
    + Sends job back to the app's endpoint at trigger time.
    +
    @@ -169,6 +175,15 @@

    onBulkTopicEventAlpha1

    +
  • +
    +

    onJobEventAlpha1

    + +
    + Sends job back to the app's endpoint at trigger time.
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html index aa12c0d87..b4efeeb85 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub (dapr-sdk-parent 1.12.0 API) - + @@ -126,6 +126,12 @@

    Method Summary

    Subscribes bulk events from Pubsub
    +
    com.google.common.util.concurrent.ListenableFuture<DaprAppCallbackProtos.JobEventResponse>
    + +
    +
    + Sends job back to the app's endpoint at trigger time.
    +
    @@ -169,6 +175,15 @@

    onBulkTopicEventAlpha1

    +
  • +
    +

    onJobEventAlpha1

    +
    public com.google.common.util.concurrent.ListenableFuture<DaprAppCallbackProtos.JobEventResponse> onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest request)
    +
    + Sends job back to the app's endpoint at trigger time.
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html index a59340cce..459161651 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc.AppCallbackAlphaImplBase (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc.AppCallbackAlphaImplBase (dapr-sdk-parent 1.12.0 API) - + @@ -132,7 +132,7 @@

    Methods inherited from cl clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.dapr.v1.AppCallbackAlphaGrpc.AsyncService

    -onBulkTopicEventAlpha1
    +onBulkTopicEventAlpha1, onJobEventAlpha1
    diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html index e30667acc..370aec114 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc.AppCallbackAlphaStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc.AppCallbackAlphaStub (dapr-sdk-parent 1.12.0 API) - + @@ -127,6 +127,13 @@

    Method Summary

    Subscribes bulk events from Pubsub
    +
    void
    +
    onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest request, + io.grpc.stub.StreamObserver<DaprAppCallbackProtos.JobEventResponse> responseObserver)
    +
    +
    + Sends job back to the app's endpoint at trigger time.
    +
    @@ -171,6 +178,16 @@

    onBulkTopicEventAlpha1

    +
  • +
    +

    onJobEventAlpha1

    +
    public void onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest request, + io.grpc.stub.StreamObserver<DaprAppCallbackProtos.JobEventResponse> responseObserver)
    +
    + Sends job back to the app's endpoint at trigger time.
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AsyncService.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AsyncService.html index 10bccc4a2..b628ef7ca 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.AsyncService.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + @@ -109,6 +109,13 @@

    Method Summary

    Subscribes bulk events from Pubsub
    +
    default void
    +
    onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest request, + io.grpc.stub.StreamObserver<DaprAppCallbackProtos.JobEventResponse> responseObserver)
    +
    +
    + Sends job back to the app's endpoint at trigger time.
    +
    @@ -133,6 +140,16 @@

    onBulkTopicEventAlpha1

    +
  • +
    +

    onJobEventAlpha1

    +
    default void onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest request, + io.grpc.stub.StreamObserver<DaprAppCallbackProtos.JobEventResponse> responseObserver)
    +
    + Sends job back to the app's endpoint at trigger time.
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/AppCallbackAlphaGrpc.html b/docs/io/dapr/v1/AppCallbackAlphaGrpc.html index 622e834a7..39e296909 100644 --- a/docs/io/dapr/v1/AppCallbackAlphaGrpc.html +++ b/docs/io/dapr/v1/AppCallbackAlphaGrpc.html @@ -1,11 +1,11 @@ - -AppCallbackAlphaGrpc (dapr-sdk-parent 1.11.0 API) + +AppCallbackAlphaGrpc (dapr-sdk-parent 1.12.0 API) - + @@ -78,8 +78,8 @@

    Class AppCallbackAlphaGrpc<


    -
    @Generated(value="by gRPC proto compiler (version 1.59.0)", - comments="Source: appcallback.proto") +
    @Generated(value="by gRPC proto compiler (version 1.64.0)", + comments="Source: dapr/proto/runtime/v1/appcallback.proto") public final class AppCallbackAlphaGrpc extends Object
    @@ -160,22 +160,25 @@ 

    Method Summary

     
    -
    static io.grpc.ServiceDescriptor
    - + +
     
    - -
    newBlockingStub(io.grpc.Channel channel)
    -
    +
    static io.grpc.ServiceDescriptor
    + +
     
    + +
    newBlockingStub(io.grpc.Channel channel)
    +
    Creates a new blocking-style stub that supports unary and streaming output calls on the service
    - -
    newFutureStub(io.grpc.Channel channel)
    -
    + +
    newFutureStub(io.grpc.Channel channel)
    +
    Creates a new ListenableFuture-style stub that supports unary calls on the service
    - -
    newStub(io.grpc.Channel channel)
    -
    + +
    newStub(io.grpc.Channel channel)
    +
    Creates a new async stub that supports all call types for the service
    @@ -224,6 +227,12 @@

    getOnBulkTopicEventAlpha1Method

  • +
    +

    getOnJobEventAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.JobEventRequest,DaprAppCallbackProtos.JobEventResponse> getOnJobEventAlpha1Method()
    +
    +
  • +
  • newStub

    public static AppCallbackAlphaGrpc.AppCallbackAlphaStub newStub(io.grpc.Channel channel)
    diff --git a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackBlockingStub.html b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackBlockingStub.html index e814524b3..685a4f655 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackBlockingStub.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackBlockingStub.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc.AppCallbackBlockingStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc.AppCallbackBlockingStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackFutureStub.html b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackFutureStub.html index 9b989824e..8f001d3f2 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackFutureStub.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackFutureStub.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc.AppCallbackFutureStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc.AppCallbackFutureStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackImplBase.html b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackImplBase.html index 742f2d144..d8922cd28 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackImplBase.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackImplBase.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc.AppCallbackImplBase (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc.AppCallbackImplBase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackStub.html b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackStub.html index c3e2ced81..fbc8d3729 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackStub.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.AppCallbackStub.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc.AppCallbackStub (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc.AppCallbackStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackGrpc.AsyncService.html b/docs/io/dapr/v1/AppCallbackGrpc.AsyncService.html index 3c7a9f139..70b4d1c56 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.AsyncService.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/AppCallbackGrpc.html b/docs/io/dapr/v1/AppCallbackGrpc.html index 45a5278f3..56a962b06 100644 --- a/docs/io/dapr/v1/AppCallbackGrpc.html +++ b/docs/io/dapr/v1/AppCallbackGrpc.html @@ -1,11 +1,11 @@ - -AppCallbackGrpc (dapr-sdk-parent 1.11.0 API) + +AppCallbackGrpc (dapr-sdk-parent 1.12.0 API) - + @@ -78,8 +78,8 @@

    Class AppCallbackGrpc


  • -
    @Generated(value="by gRPC proto compiler (version 1.59.0)", - comments="Source: appcallback.proto") +
    @Generated(value="by gRPC proto compiler (version 1.64.0)", + comments="Source: dapr/proto/runtime/v1/appcallback.proto") public final class AppCallbackGrpc extends Object
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html
    index f03840cf2..7a02cd3c5 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html
    index 5a447f012..e8721a13e 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html
    index b1ec3cdb4..fcc5937bd 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html
    index 6b3cf09f1..1bd1e3509 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AsyncService.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AsyncService.html
    index e3247f6cd..9d578c297 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AsyncService.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.AsyncService.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc.AsyncService (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc.AsyncService (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    diff --git a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.html b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.html
    index 706c9104d..645cabf4b 100644
    --- a/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.html
    +++ b/docs/io/dapr/v1/AppCallbackHealthCheckGrpc.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -AppCallbackHealthCheckGrpc (dapr-sdk-parent 1.11.0 API)
    +
    +AppCallbackHealthCheckGrpc (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -78,8 +78,8 @@ 

    Class AppCallbackHeal


    -
    @Generated(value="by gRPC proto compiler (version 1.59.0)", - comments="Source: appcallback.proto") +
    @Generated(value="by gRPC proto compiler (version 1.64.0)", + comments="Source: dapr/proto/runtime/v1/appcallback.proto") public final class AppCallbackHealthCheckGrpc extends Object
    diff --git a/docs/io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html b/docs/io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html
    index 35108407e..ce700c34f 100644
    --- a/docs/io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html
    +++ b/docs/io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -CommonProtos.ConfigurationItem.Builder (dapr-sdk-parent 1.11.0 API)
    +
    +CommonProtos.ConfigurationItem.Builder (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -310,7 +310,7 @@ 

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.ConfigurationItem.html b/docs/io/dapr/v1/CommonProtos.ConfigurationItem.html index 791fc1c8b..a53016e08 100644 --- a/docs/io/dapr/v1/CommonProtos.ConfigurationItem.html +++ b/docs/io/dapr/v1/CommonProtos.ConfigurationItem.html @@ -1,11 +1,11 @@ - -CommonProtos.ConfigurationItem (dapr-sdk-parent 1.11.0 API) + +CommonProtos.ConfigurationItem (dapr-sdk-parent 1.12.0 API) - + @@ -230,117 +230,114 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Required.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Required.
    - - -
    + + +
    Version is response only and cannot be fetched.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Version is response only and cannot be fetched.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.ConfigurationItem>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.ConfigurationItem>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

    @@ -428,18 +425,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.ConfigurationItemOrBuilder.html b/docs/io/dapr/v1/CommonProtos.ConfigurationItemOrBuilder.html index 41b9a1cc0..94c6e8db6 100644 --- a/docs/io/dapr/v1/CommonProtos.ConfigurationItemOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.ConfigurationItemOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.ConfigurationItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.ConfigurationItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.Etag.Builder.html b/docs/io/dapr/v1/CommonProtos.Etag.Builder.html index 5339a64a6..0e8929e6d 100644 --- a/docs/io/dapr/v1/CommonProtos.Etag.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.Etag.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.Etag.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.Etag.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -211,7 +211,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.Etag.html b/docs/io/dapr/v1/CommonProtos.Etag.html index 394d2e1ed..15ac2617e 100644 --- a/docs/io/dapr/v1/CommonProtos.Etag.html +++ b/docs/io/dapr/v1/CommonProtos.Etag.html @@ -1,11 +1,11 @@ - -CommonProtos.Etag (dapr-sdk-parent 1.11.0 API) + +CommonProtos.Etag (dapr-sdk-parent 1.12.0 API) - + @@ -188,102 +188,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    value sets the etag value
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    value sets the etag value
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.Etag>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.Etag>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -298,7 +295,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

    @@ -343,18 +340,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.EtagOrBuilder.html b/docs/io/dapr/v1/CommonProtos.EtagOrBuilder.html index 328b734e2..e0116ea1b 100644 --- a/docs/io/dapr/v1/CommonProtos.EtagOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.EtagOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.EtagOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.EtagOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.HTTPExtension.Builder.html b/docs/io/dapr/v1/CommonProtos.HTTPExtension.Builder.html index a8c56bb31..c774492a5 100644 --- a/docs/io/dapr/v1/CommonProtos.HTTPExtension.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.HTTPExtension.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.HTTPExtension.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.HTTPExtension.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -247,7 +247,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.HTTPExtension.Verb.html b/docs/io/dapr/v1/CommonProtos.HTTPExtension.Verb.html index 190493d63..74c2ef903 100644 --- a/docs/io/dapr/v1/CommonProtos.HTTPExtension.Verb.html +++ b/docs/io/dapr/v1/CommonProtos.HTTPExtension.Verb.html @@ -1,11 +1,11 @@ - -CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.11.0 API) + +CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.HTTPExtension.html b/docs/io/dapr/v1/CommonProtos.HTTPExtension.html index a62363a15..52a9e3bcf 100644 --- a/docs/io/dapr/v1/CommonProtos.HTTPExtension.html +++ b/docs/io/dapr/v1/CommonProtos.HTTPExtension.html @@ -1,11 +1,11 @@ - -CommonProtos.HTTPExtension (dapr-sdk-parent 1.11.0 API) + +CommonProtos.HTTPExtension (dapr-sdk-parent 1.12.0 API) - + @@ -218,102 +218,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Required.
    -
    int
    - -
    +
    int
    + +
    Required.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.HTTPExtension>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.HTTPExtension>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -328,7 +325,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    @@ -387,18 +384,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.HTTPExtensionOrBuilder.html b/docs/io/dapr/v1/CommonProtos.HTTPExtensionOrBuilder.html index bcb0e647b..d8453756c 100644 --- a/docs/io/dapr/v1/CommonProtos.HTTPExtensionOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.HTTPExtensionOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.HTTPExtensionOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.HTTPExtensionOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.InvokeRequest.Builder.html b/docs/io/dapr/v1/CommonProtos.InvokeRequest.Builder.html index a47e62a82..0f438f89e 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeRequest.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeRequest.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeRequest.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -339,7 +339,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -776,6 +776,7 @@

    getContentType

    public String getContentType()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -795,6 +796,7 @@

    getContentTypeBytes

    public com.google.protobuf.ByteString getContentTypeBytes()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -814,6 +816,7 @@

    setContentType

    public CommonProtos.InvokeRequest.Builder setContentType(String value)
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -833,6 +836,7 @@

    clearContentType

    public CommonProtos.InvokeRequest.Builder clearContentType()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -850,6 +854,7 @@

    setContentTypeBytes

    public CommonProtos.InvokeRequest.Builder setContentTypeBytes(com.google.protobuf.ByteString value)
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -869,6 +874,7 @@

    hasHttpExtension

    public boolean hasHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -888,6 +894,7 @@

    getHttpExtension

    public CommonProtos.HTTPExtension getHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -907,6 +914,7 @@

    setHttpExtension

      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -920,6 +928,7 @@

    setHttpExtension

      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -933,6 +942,7 @@

    mergeHttpExtension

      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -946,6 +956,7 @@

    clearHttpExtension

    public CommonProtos.InvokeRequest.Builder clearHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -959,6 +970,7 @@

    getHttpExtensionBuilder

    public CommonProtos.HTTPExtension.Builder getHttpExtensionBuilder()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -972,6 +984,7 @@

    getHttpExtensionOrBuilder

    public CommonProtos.HTTPExtensionOrBuilder getHttpExtensionOrBuilder()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    diff --git a/docs/io/dapr/v1/CommonProtos.InvokeRequest.html b/docs/io/dapr/v1/CommonProtos.InvokeRequest.html index 4b4078a10..7c90819ca 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeRequest.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeRequest.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeRequest (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeRequest (dapr-sdk-parent 1.12.0 API) - + @@ -247,102 +247,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Required in unary RPCs.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    HTTP specific fields if request conveys http-compatible request.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.InvokeRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.InvokeRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -357,7 +354,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    @@ -444,18 +441,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -563,6 +548,7 @@

    getContentType

    public String getContentType()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -582,6 +568,7 @@

    getContentTypeBytes

    public com.google.protobuf.ByteString getContentTypeBytes()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -601,6 +588,7 @@

    hasHttpExtension

    public boolean hasHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -620,6 +608,7 @@

    getHttpExtension

    public CommonProtos.HTTPExtension getHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -639,6 +628,7 @@

    getHttpExtensionOrBuilder

    public CommonProtos.HTTPExtensionOrBuilder getHttpExtensionOrBuilder()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    diff --git a/docs/io/dapr/v1/CommonProtos.InvokeRequestOrBuilder.html b/docs/io/dapr/v1/CommonProtos.InvokeRequestOrBuilder.html index 87051e1a8..8ffe46084 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeRequestOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeRequestOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -263,6 +263,7 @@

    getContentType

    String getContentType()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -280,6 +281,7 @@

    getContentTypeBytes

    com.google.protobuf.ByteString getContentTypeBytes()
      The type of data content.
    +
      This field is required if data delivers http request body
      Otherwise, this is optional.
      
    @@ -297,6 +299,7 @@

    hasHttpExtension

    boolean hasHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -314,6 +317,7 @@

    getHttpExtension

    CommonProtos.HTTPExtension getHttpExtension()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    @@ -331,6 +335,7 @@

    getHttpExtensionOrBuilder

    CommonProtos.HTTPExtensionOrBuilder getHttpExtensionOrBuilder()
      HTTP specific fields if request conveys http-compatible request.
    +
      This field is required for http-compatible request. Otherwise,
      this field is optional.
      
    diff --git a/docs/io/dapr/v1/CommonProtos.InvokeResponse.Builder.html b/docs/io/dapr/v1/CommonProtos.InvokeResponse.Builder.html index 1a848a952..feb56b81d 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeResponse.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeResponse.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeResponse.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -262,7 +262,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.InvokeResponse.html b/docs/io/dapr/v1/CommonProtos.InvokeResponse.html index b61e14d61..d8a162aea 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeResponse.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeResponse.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeResponse (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeResponse (dapr-sdk-parent 1.12.0 API) - + @@ -219,96 +219,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Required in unary RPCs.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.InvokeResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.InvokeResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -323,7 +320,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -382,18 +379,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.InvokeResponseOrBuilder.html b/docs/io/dapr/v1/CommonProtos.InvokeResponseOrBuilder.html index ddccc9420..8542ece5e 100644 --- a/docs/io/dapr/v1/CommonProtos.InvokeResponseOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.InvokeResponseOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.InvokeResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.InvokeResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.StateItem.Builder.html b/docs/io/dapr/v1/CommonProtos.StateItem.Builder.html index ebbd2332b..9154759ba 100644 --- a/docs/io/dapr/v1/CommonProtos.StateItem.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.StateItem.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.StateItem.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateItem.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -394,7 +394,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.StateItem.html b/docs/io/dapr/v1/CommonProtos.StateItem.html index 77e10a10c..e07df0b85 100644 --- a/docs/io/dapr/v1/CommonProtos.StateItem.html +++ b/docs/io/dapr/v1/CommonProtos.StateItem.html @@ -1,11 +1,11 @@ - -CommonProtos.StateItem (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateItem (dapr-sdk-parent 1.12.0 API) - + @@ -272,111 +272,108 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Required.
    -
    boolean
    - -
    +
    boolean
    + +
    The entity tag which represents the specific version of data.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    Options for concurrency and consistency to save the state.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.StateItem>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.StateItem>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -391,7 +388,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    @@ -492,18 +489,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.StateItemOrBuilder.html b/docs/io/dapr/v1/CommonProtos.StateItemOrBuilder.html index 7b8038014..8027f9b87 100644 --- a/docs/io/dapr/v1/CommonProtos.StateItemOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.StateItemOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.StateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.StateOptions.Builder.html b/docs/io/dapr/v1/CommonProtos.StateOptions.Builder.html index 79b0abd2d..0308b8ef7 100644 --- a/docs/io/dapr/v1/CommonProtos.StateOptions.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.StateOptions.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.StateOptions.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateOptions.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -231,7 +231,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.StateOptions.StateConcurrency.html b/docs/io/dapr/v1/CommonProtos.StateOptions.StateConcurrency.html index ed782f1cd..a14e9416c 100644 --- a/docs/io/dapr/v1/CommonProtos.StateOptions.StateConcurrency.html +++ b/docs/io/dapr/v1/CommonProtos.StateOptions.StateConcurrency.html @@ -1,11 +1,11 @@ - -CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.StateOptions.StateConsistency.html b/docs/io/dapr/v1/CommonProtos.StateOptions.StateConsistency.html index fe5ad3fec..e286e5844 100644 --- a/docs/io/dapr/v1/CommonProtos.StateOptions.StateConsistency.html +++ b/docs/io/dapr/v1/CommonProtos.StateOptions.StateConsistency.html @@ -1,11 +1,11 @@ - -CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.StateOptions.html b/docs/io/dapr/v1/CommonProtos.StateOptions.html index 5631cd1d5..d86718aac 100644 --- a/docs/io/dapr/v1/CommonProtos.StateOptions.html +++ b/docs/io/dapr/v1/CommonProtos.StateOptions.html @@ -1,11 +1,11 @@ - -CommonProtos.StateOptions (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateOptions (dapr-sdk-parent 1.12.0 API) - + @@ -223,90 +223,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.StateOptions>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.StateOptions>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -321,7 +318,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    @@ -380,18 +377,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.StateOptionsOrBuilder.html b/docs/io/dapr/v1/CommonProtos.StateOptionsOrBuilder.html index 0f636deb3..ef353a3a5 100644 --- a/docs/io/dapr/v1/CommonProtos.StateOptionsOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.StateOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.StateOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StateOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.StreamPayload.Builder.html b/docs/io/dapr/v1/CommonProtos.StreamPayload.Builder.html index ea837c5cd..7aa5048fd 100644 --- a/docs/io/dapr/v1/CommonProtos.StreamPayload.Builder.html +++ b/docs/io/dapr/v1/CommonProtos.StreamPayload.Builder.html @@ -1,11 +1,11 @@ - -CommonProtos.StreamPayload.Builder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StreamPayload.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -218,7 +218,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/CommonProtos.StreamPayload.html b/docs/io/dapr/v1/CommonProtos.StreamPayload.html index 5c23b3d13..7b9a7d86e 100644 --- a/docs/io/dapr/v1/CommonProtos.StreamPayload.html +++ b/docs/io/dapr/v1/CommonProtos.StreamPayload.html @@ -1,11 +1,11 @@ - -CommonProtos.StreamPayload (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StreamPayload (dapr-sdk-parent 1.12.0 API) - + @@ -204,90 +204,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<CommonProtos.StreamPayload>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<CommonProtos.StreamPayload>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -302,7 +299,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    @@ -361,18 +358,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/CommonProtos.StreamPayloadOrBuilder.html b/docs/io/dapr/v1/CommonProtos.StreamPayloadOrBuilder.html index 30dd96d93..30c1b850a 100644 --- a/docs/io/dapr/v1/CommonProtos.StreamPayloadOrBuilder.html +++ b/docs/io/dapr/v1/CommonProtos.StreamPayloadOrBuilder.html @@ -1,11 +1,11 @@ - -CommonProtos.StreamPayloadOrBuilder (dapr-sdk-parent 1.11.0 API) + +CommonProtos.StreamPayloadOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/CommonProtos.html b/docs/io/dapr/v1/CommonProtos.html index d09ba8d0f..862b25d19 100644 --- a/docs/io/dapr/v1/CommonProtos.html +++ b/docs/io/dapr/v1/CommonProtos.html @@ -1,11 +1,11 @@ - -CommonProtos (dapr-sdk-parent 1.11.0 API) + +CommonProtos (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html index 053fa02a0..7cf428ba5 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -298,7 +298,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html index 4d83ae37a..d73562f57 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventRequest (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventRequest (dapr-sdk-parent 1.12.0 API) - + @@ -248,93 +248,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -349,7 +346,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof @@ -422,18 +419,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html index 0898fe3a7..838220295 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html index b54bc343c..5496f0b2a 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.Builder.html index 87274e766..4405174e4 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -432,7 +432,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html index 8a80228ac..411054d21 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventResponse (dapr-sdk-parent 1.12.0 API) - + @@ -294,90 +294,87 @@

    Method Summary

    The list of output bindings.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -392,7 +389,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -493,18 +490,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html index 71f0d30a9..8c12c7aae 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BindingEventResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BindingEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html index 3c25fd9b1..2854966e7 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BulkSubscribeConfig.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BulkSubscribeConfig.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -235,7 +235,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html index 20d2a9a46..af4c8e413 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BulkSubscribeConfig (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BulkSubscribeConfig (dapr-sdk-parent 1.12.0 API) - + @@ -212,90 +212,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BulkSubscribeConfig>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.BulkSubscribeConfig>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -310,7 +307,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -383,18 +380,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html index 0a75032f8..d16acc999 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.Builder.html index 41c357e97..3d6e79721 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.HealthCheckResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.HealthCheckResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -182,7 +182,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html index c4ea72664..d9432ef94 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.HealthCheckResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.HealthCheckResponse (dapr-sdk-parent 1.12.0 API) - + @@ -180,90 +180,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.HealthCheckResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.HealthCheckResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -278,7 +275,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -301,18 +298,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html index 80a1dbe19..f88c2bbf6 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.HealthCheckResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.HealthCheckResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.Builder.html new file mode 100644 index 000000000..9f9c566e1 --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.Builder.html @@ -0,0 +1,1136 @@ + + + + +DaprAppCallbackProtos.JobEventRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprAppCallbackProtos.JobEventRequest.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprAppCallbackProtos.JobEventRequest.Builder> +
    io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprAppCallbackProtos.JobEventRequestOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos.JobEventRequest
    +
    +
    +
    public static final class DaprAppCallbackProtos.JobEventRequest.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprAppCallbackProtos.JobEventRequest.Builder> +implements DaprAppCallbackProtos.JobEventRequestOrBuilder
    +
    Protobuf type dapr.proto.runtime.v1.JobEventRequest
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.html new file mode 100644 index 000000000..081e78bee --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.html @@ -0,0 +1,995 @@ + + + + +DaprAppCallbackProtos.JobEventRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprAppCallbackProtos.JobEventRequest

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprAppCallbackProtos.JobEventRequest
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprAppCallbackProtos.JobEventRequestOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos
    +
    +
    +
    public static final class DaprAppCallbackProtos.JobEventRequest +extends com.google.protobuf.GeneratedMessageV3 +implements DaprAppCallbackProtos.JobEventRequestOrBuilder
    +
    Protobuf type dapr.proto.runtime.v1.JobEventRequest
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        NAME_FIELD_NUMBER

        +
        public static final int NAME_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        DATA_FIELD_NUMBER

        +
        public static final int DATA_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        METHOD_FIELD_NUMBER

        +
        public static final int METHOD_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        CONTENT_TYPE_FIELD_NUMBER

        +
        public static final int CONTENT_TYPE_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        HTTP_EXTENSION_FIELD_NUMBER

        +
        public static final int HTTP_EXTENSION_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + Job name.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + Job name.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        hasData

        +
        public boolean hasData()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
        Specified by:
        +
        hasData in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        Whether the data field is set.
        +
        +
        +
      • +
      • +
        +

        getData

        +
        public com.google.protobuf.Any getData()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
        Specified by:
        +
        getData in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The data.
        +
        +
        +
      • +
      • +
        +

        getDataOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getDataOrBuilder()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
        Specified by:
        +
        getDataOrBuilder in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        +
        +
      • +
      • +
        +

        getMethod

        +
        public String getMethod()
        +
        + Required. method is a method name which will be invoked by caller.
        + 
        + + string method = 3;
        +
        +
        Specified by:
        +
        getMethod in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The method.
        +
        +
        +
      • +
      • +
        +

        getMethodBytes

        +
        public com.google.protobuf.ByteString getMethodBytes()
        +
        + Required. method is a method name which will be invoked by caller.
        + 
        + + string method = 3;
        +
        +
        Specified by:
        +
        getMethodBytes in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The bytes for method.
        +
        +
        +
      • +
      • +
        +

        getContentType

        +
        public String getContentType()
        +
        + The type of data content.
        +
        + This field is required if data delivers http request body
        + Otherwise, this is optional.
        + 
        + + string content_type = 4;
        +
        +
        Specified by:
        +
        getContentType in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The contentType.
        +
        +
        +
      • +
      • +
        +

        getContentTypeBytes

        +
        public com.google.protobuf.ByteString getContentTypeBytes()
        +
        + The type of data content.
        +
        + This field is required if data delivers http request body
        + Otherwise, this is optional.
        + 
        + + string content_type = 4;
        +
        +
        Specified by:
        +
        getContentTypeBytes in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The bytes for contentType.
        +
        +
        +
      • +
      • +
        +

        hasHttpExtension

        +
        public boolean hasHttpExtension()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
        Specified by:
        +
        hasHttpExtension in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        Whether the httpExtension field is set.
        +
        +
        +
      • +
      • +
        +

        getHttpExtension

        +
        public CommonProtos.HTTPExtension getHttpExtension()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
        Specified by:
        +
        getHttpExtension in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        Returns:
        +
        The httpExtension.
        +
        +
        +
      • +
      • +
        +

        getHttpExtensionOrBuilder

        +
        public CommonProtos.HTTPExtensionOrBuilder getHttpExtensionOrBuilder()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
        Specified by:
        +
        getHttpExtensionOrBuilder in interface DaprAppCallbackProtos.JobEventRequestOrBuilder
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventRequest parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        + +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprAppCallbackProtos.JobEventRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprAppCallbackProtos.JobEventRequest getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprAppCallbackProtos.JobEventRequest> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprAppCallbackProtos.JobEventRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprAppCallbackProtos.JobEventRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequestOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequestOrBuilder.html new file mode 100644 index 000000000..ea6e5b43e --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventRequestOrBuilder.html @@ -0,0 +1,399 @@ + + + + +DaprAppCallbackProtos.JobEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprAppCallbackProtos.JobEventRequestOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprAppCallbackProtos.JobEventRequest, DaprAppCallbackProtos.JobEventRequest.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos
    +
    +
    +
    public static interface DaprAppCallbackProtos.JobEventRequestOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + The type of data content.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The type of data content.
      +
      +
      com.google.protobuf.Any
      + +
      +
      + Job data to be sent back to app.
      +
      +
      com.google.protobuf.AnyOrBuilder
      + +
      +
      + Job data to be sent back to app.
      +
      + + +
      +
      + HTTP specific fields if request conveys http-compatible request.
      +
      + + +
      +
      + HTTP specific fields if request conveys http-compatible request.
      +
      + + +
      +
      + Required.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Required.
      +
      + + +
      +
      + Job name.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Job name.
      +
      +
      boolean
      + +
      +
      + Job data to be sent back to app.
      +
      +
      boolean
      + +
      +
      + HTTP specific fields if request conveys http-compatible request.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getName

        +
        String getName()
        +
        + Job name.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + Job name.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        hasData

        +
        boolean hasData()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
        Returns:
        +
        Whether the data field is set.
        +
        +
        +
      • +
      • +
        +

        getData

        +
        com.google.protobuf.Any getData()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
        Returns:
        +
        The data.
        +
        +
        +
      • +
      • +
        +

        getDataOrBuilder

        +
        com.google.protobuf.AnyOrBuilder getDataOrBuilder()
        +
        + Job data to be sent back to app.
        + 
        + + .google.protobuf.Any data = 2;
        +
        +
      • +
      • +
        +

        getMethod

        +
        String getMethod()
        +
        + Required. method is a method name which will be invoked by caller.
        + 
        + + string method = 3;
        +
        +
        Returns:
        +
        The method.
        +
        +
        +
      • +
      • +
        +

        getMethodBytes

        +
        com.google.protobuf.ByteString getMethodBytes()
        +
        + Required. method is a method name which will be invoked by caller.
        + 
        + + string method = 3;
        +
        +
        Returns:
        +
        The bytes for method.
        +
        +
        +
      • +
      • +
        +

        getContentType

        +
        String getContentType()
        +
        + The type of data content.
        +
        + This field is required if data delivers http request body
        + Otherwise, this is optional.
        + 
        + + string content_type = 4;
        +
        +
        Returns:
        +
        The contentType.
        +
        +
        +
      • +
      • +
        +

        getContentTypeBytes

        +
        com.google.protobuf.ByteString getContentTypeBytes()
        +
        + The type of data content.
        +
        + This field is required if data delivers http request body
        + Otherwise, this is optional.
        + 
        + + string content_type = 4;
        +
        +
        Returns:
        +
        The bytes for contentType.
        +
        +
        +
      • +
      • +
        +

        hasHttpExtension

        +
        boolean hasHttpExtension()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
        Returns:
        +
        Whether the httpExtension field is set.
        +
        +
        +
      • +
      • +
        +

        getHttpExtension

        +
        CommonProtos.HTTPExtension getHttpExtension()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
        Returns:
        +
        The httpExtension.
        +
        +
        +
      • +
      • +
        +

        getHttpExtensionOrBuilder

        +
        CommonProtos.HTTPExtensionOrBuilder getHttpExtensionOrBuilder()
        +
        + HTTP specific fields if request conveys http-compatible request.
        +
        + This field is required for http-compatible request. Otherwise,
        + this field is optional.
        + 
        + + .dapr.proto.common.v1.HTTPExtension http_extension = 5;
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.Builder.html new file mode 100644 index 000000000..899c90296 --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.Builder.html @@ -0,0 +1,458 @@ + + + + +DaprAppCallbackProtos.JobEventResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprAppCallbackProtos.JobEventResponse.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprAppCallbackProtos.JobEventResponse.Builder> +
    io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprAppCallbackProtos.JobEventResponseOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos.JobEventResponse
    +
    +
    +
    public static final class DaprAppCallbackProtos.JobEventResponse.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprAppCallbackProtos.JobEventResponse.Builder> +implements DaprAppCallbackProtos.JobEventResponseOrBuilder
    +
    + JobEventResponse is the response from the app when a job is triggered.
    + 
    + + Protobuf type dapr.proto.runtime.v1.JobEventResponse
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.html new file mode 100644 index 000000000..3acfa731f --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.html @@ -0,0 +1,614 @@ + + + + +DaprAppCallbackProtos.JobEventResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprAppCallbackProtos.JobEventResponse

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprAppCallbackProtos.JobEventResponse
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprAppCallbackProtos.JobEventResponseOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos
    +
    +
    +
    public static final class DaprAppCallbackProtos.JobEventResponse +extends com.google.protobuf.GeneratedMessageV3 +implements DaprAppCallbackProtos.JobEventResponseOrBuilder
    +
    + JobEventResponse is the response from the app when a job is triggered.
    + 
    + + Protobuf type dapr.proto.runtime.v1.JobEventResponse
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprAppCallbackProtos.JobEventResponse parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        + +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprAppCallbackProtos.JobEventResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprAppCallbackProtos.JobEventResponse getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprAppCallbackProtos.JobEventResponse> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprAppCallbackProtos.JobEventResponse> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprAppCallbackProtos.JobEventResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponseOrBuilder.html new file mode 100644 index 000000000..d893f67f7 --- /dev/null +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.JobEventResponseOrBuilder.html @@ -0,0 +1,114 @@ + + + + +DaprAppCallbackProtos.JobEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprAppCallbackProtos.JobEventResponseOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprAppCallbackProtos.JobEventResponse, DaprAppCallbackProtos.JobEventResponse.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprAppCallbackProtos
    +
    +
    +
    public static interface DaprAppCallbackProtos.JobEventResponseOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html index f67d60a39..29142a4b9 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListInputBindingsResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListInputBindingsResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -236,7 +236,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html index b01e1eb93..bf5e39508 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListInputBindingsResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListInputBindingsResponse (dapr-sdk-parent 1.12.0 API) - + @@ -212,90 +212,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.ListInputBindingsResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.ListInputBindingsResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -310,7 +307,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -355,18 +352,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html index c98c383cc..b0ce21bae 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html index b40a0ecb3..0037e40da 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -293,7 +293,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html index 0e39c4700..9042e034f 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListTopicSubscriptionsResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListTopicSubscriptionsResponse (dapr-sdk-parent 1.12.0 API) - + @@ -218,90 +218,87 @@

    Method Summary

    The list of topics.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.ListTopicSubscriptionsResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.ListTopicSubscriptionsResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -316,7 +313,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -361,18 +358,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html index c8b8f2198..7908ff0aa 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html index e137a4751..d23c3d296 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -512,7 +512,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html index 5216c5cdf..900b0307b 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequest (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequest (dapr-sdk-parent 1.12.0 API) - + @@ -332,93 +332,90 @@

    Method Summary

    The type of event related to the originating occurrence.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -433,7 +430,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -562,18 +559,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html index 8a346c333..5a123b2f0 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -376,7 +376,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html index 0b47f8544..1082d833b 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html index ed1728667..5be59cab5 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequestEntry (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequestEntry (dapr-sdk-parent 1.12.0 API) - + @@ -281,103 +281,100 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    -
    bytes bytes = 2;
    -
    boolean
    - +
    +
    bytes bytes = 2;
    +
    +
    boolean
    + +
    .dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkRequestEntry>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkRequestEntry>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -392,7 +389,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -493,18 +490,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html index 05155f67f..ea4fc2d7e 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html index a7e41c9d4..3657eb7a0 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html index 2eba869fe..3e3a76212 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -293,7 +293,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html index ed2ee4860..72518316f 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponse (dapr-sdk-parent 1.12.0 API) - + @@ -218,90 +218,87 @@

    Method Summary

    The list of all responses for the bulk request.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -316,7 +313,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -361,18 +358,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html index 08b33119f..f6aec51f1 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -242,7 +242,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html index 191442616..a466b177a 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponseEntry (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponseEntry (dapr-sdk-parent 1.12.0 API) - + @@ -217,90 +217,87 @@

    Method Summary

    The status of the response.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkResponseEntry>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventBulkResponseEntry>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -315,7 +312,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -374,18 +371,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html index b70c67502..6b4134148 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html index e4b084912..0fc3cd870 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.Builder.html index 2f6b41b58..5768850c8 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventCERequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventCERequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -397,7 +397,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html index a4dde6bf2..94d68b413 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventCERequest (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventCERequest (dapr-sdk-parent 1.12.0 API) - + @@ -284,96 +284,93 @@

    Method Summary

    The type of event related to the originating occurrence.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Custom attributes which includes cloud event extensions.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventCERequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventCERequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -388,7 +385,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -517,18 +514,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html index 811b406ae..2a1f58697 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventCERequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventCERequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.Builder.html index 64dec573d..7ef346a6e 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -488,7 +488,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html index 4822a5549..fbc23b36b 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventRequest (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventRequest (dapr-sdk-parent 1.12.0 API) - + @@ -331,96 +331,93 @@

    Method Summary

    The type of event related to the originating occurrence.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    The map of additional custom properties to be sent to the app.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -435,7 +432,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -606,18 +603,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html index 3c3a6109a..5b9f5867c 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.Builder.html index bde4fe8a2..50b6b0ba3 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -211,7 +211,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html index bb445384f..8bbf4cb3b 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html index b35772469..c46e61070 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventResponse (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventResponse (dapr-sdk-parent 1.12.0 API) - + @@ -206,90 +206,87 @@

    Method Summary

    The list of output bindings.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -304,7 +301,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -349,18 +346,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html index b6b73b826..4995a87ef 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicEventResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.Builder.html index a76fae04c..29d6920d4 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRoutes.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRoutes.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -319,7 +319,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html index d12fc6726..fdeb16d78 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRoutes (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRoutes (dapr-sdk-parent 1.12.0 API) - + @@ -228,90 +228,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicRoutes>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicRoutes>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -326,7 +323,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -385,18 +382,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutesOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutesOrBuilder.html index 1aaeb5b9d..e9bdc6160 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutesOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRoutesOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRoutesOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRoutesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.Builder.html index f0304ad57..13bea8086 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRule.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRule.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -237,7 +237,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.html index 65d3e6fd6..ac5b7654e 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRule.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRule (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRule (dapr-sdk-parent 1.12.0 API) - + @@ -210,90 +210,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicRule>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicRule>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -308,7 +305,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -367,18 +364,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRuleOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRuleOrBuilder.html index 344f2ae57..85bc36447 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRuleOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicRuleOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicRuleOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicRuleOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html index d78acdeef..b9352aa2e 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicSubscription.Builder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicSubscription.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -436,7 +436,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html index 8beef17da..c850375ce 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicSubscription (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicSubscription (dapr-sdk-parent 1.12.0 API) - + @@ -299,105 +299,102 @@

    Method Summary

    Required.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    The optional bulk subscribe settings for this topic.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    The optional routing rules to match against.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicSubscription>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicSubscription>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -412,7 +409,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -527,18 +524,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html index 11843b66f..2e45042e4 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos.TopicSubscriptionOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos.TopicSubscriptionOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprAppCallbackProtos.html b/docs/io/dapr/v1/DaprAppCallbackProtos.html index ed51193d5..76c57ab6e 100644 --- a/docs/io/dapr/v1/DaprAppCallbackProtos.html +++ b/docs/io/dapr/v1/DaprAppCallbackProtos.html @@ -1,11 +1,11 @@ - -DaprAppCallbackProtos (dapr-sdk-parent 1.11.0 API) + +DaprAppCallbackProtos (dapr-sdk-parent 1.12.0 API) - + @@ -130,6 +130,23 @@

    Nested Class Summary

     
    static final class 
    + +
    +
    Protobuf type dapr.proto.runtime.v1.JobEventRequest
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + JobEventResponse is the response from the app when a job is triggered.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    diff --git a/docs/io/dapr/v1/DaprGrpc.AsyncService.html b/docs/io/dapr/v1/DaprGrpc.AsyncService.html index 05695d802..2301b890a 100644 --- a/docs/io/dapr/v1/DaprGrpc.AsyncService.html +++ b/docs/io/dapr/v1/DaprGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -DaprGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +DaprGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + @@ -122,66 +122,80 @@

    Method Summary

    Deletes a bulk of state items for a list of keys
    default void
    -
    deleteState(DaprProtos.DeleteStateRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    deleteJobAlpha1(DaprProtos.DeleteJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.DeleteJobResponse> responseObserver)
    - Deletes the state for a specific key.
    + Delete a job
    -
    default io.grpc.stub.StreamObserver<DaprProtos.EncryptRequest>
    -
    encryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.EncryptResponse> responseObserver)
    +
    default void
    +
    deleteState(DaprProtos.DeleteStateRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    + Deletes the state for a specific key.
    +
    +
    default io.grpc.stub.StreamObserver<DaprProtos.EncryptRequest>
    +
    encryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.EncryptResponse> responseObserver)
    +
    EncryptAlpha1 encrypts a message using the Dapr encryption scheme and a key stored in the vault.
    +
    default void
    +
    executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    + Executes state transactions for a specified actor
    +
    default void
    -
    executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest request, +
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Executes state transactions for a specified actor
    + Executes transactions for a specified store
    default void
    -
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    getActorState(DaprProtos.GetActorStateRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver)
    - Executes transactions for a specified store
    + Gets the state for a specific actor.
    default void
    -
    getActorState(DaprProtos.GetActorStateRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver)
    +
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
    - Gets the state for a specific actor.
    + Gets a bulk of secrets
    default void
    -
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
    +
    getBulkState(DaprProtos.GetBulkStateRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
    - Gets a bulk of secrets
    + Gets a bulk of state items for a list of keys
    default void
    -
    getBulkState(DaprProtos.GetBulkStateRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
    +
    getConfiguration(DaprProtos.GetConfigurationRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    - Gets a bulk of state items for a list of keys
    + GetConfiguration gets configuration from configuration store.
    default void
    -
    getConfiguration(DaprProtos.GetConfigurationRequest request, +
    GetConfiguration gets configuration from configuration store.
    default void
    -
    getConfigurationAlpha1(DaprProtos.GetConfigurationRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    +
    getJobAlpha1(DaprProtos.GetJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    - GetConfiguration gets configuration from configuration store.
    + Gets a scheduled job
    default void
    getMetadata(DaprProtos.GetMetadataRequest request, @@ -331,48 +345,62 @@

    Method Summary

    Saves the state for a specific key.
    default void
    -
    setMetadata(DaprProtos.SetMetadataRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ScheduleJobResponse> responseObserver)
    - Sets value in extended metadata of the sidecar
    + Create and schedule a job
    default void
    -
    shutdown(DaprProtos.ShutdownRequest request, +
    setMetadata(DaprProtos.SetMetadataRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Shutdown the sidecar
    + Sets value in extended metadata of the sidecar
    default void
    -
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, - io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    +
    shutdown(DaprProtos.ShutdownRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Starts a new instance of a workflow
    + Shutdown the sidecar
    default void
    -
    startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, +
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    Starts a new instance of a workflow
    default void
    - +
    startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, + io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    - SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    + Starts a new instance of a workflow
    default void
    -
    subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest request, +
    SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    default void
    + +
    +
    + SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    +
    +
    default io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsRequestAlpha1>
    +
    subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic + events from it.
    +
    +
    default void
    subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleDecryptResponse> responseObserver)
    @@ -593,6 +621,16 @@

    bulkPublishEventAlpha1

  • +
    +

    subscribeTopicEventsAlpha1

    +
    default io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsRequestAlpha1> subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic
    + events from it.
    + 
    +
    +
  • +
  • invokeBinding

    default void invokeBinding(DaprProtos.InvokeBindingRequest request, @@ -1030,6 +1068,36 @@

    shutdown

  • +
  • +
    +

    scheduleJobAlpha1

    +
    default void scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ScheduleJobResponse> responseObserver)
    +
    + Create and schedule a job
    + 
    +
    +
  • +
  • +
    +

    getJobAlpha1

    +
    default void getJobAlpha1(DaprProtos.GetJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    +
    + Gets a scheduled job
    + 
    +
    +
  • +
  • +
    +

    deleteJobAlpha1

    +
    default void deleteJobAlpha1(DaprProtos.DeleteJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.DeleteJobResponse> responseObserver)
    +
    + Delete a job
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html b/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html index 4d6286550..9aa9da426 100644 --- a/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html +++ b/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html @@ -1,11 +1,11 @@ - -DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.11.0 API) + +DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.12.0 API) - + @@ -131,53 +131,65 @@

    Method Summary

    Deletes a bulk of state items for a list of keys
    -
    com.google.protobuf.Empty
    - + +
    - Deletes the state for a specific key.
    + Delete a job
    com.google.protobuf.Empty
    - +
    - Executes state transactions for a specified actor
    + Deletes the state for a specific key.
    com.google.protobuf.Empty
    - +
    - Executes transactions for a specified store
    + Executes state transactions for a specified actor
    - - +
    com.google.protobuf.Empty
    +
    - Gets the state for a specific actor.
    + Executes transactions for a specified store
    - - + +
    - Gets a bulk of secrets
    + Gets the state for a specific actor.
    - - + +
    +
    + Gets a bulk of secrets
    +
    + + +
    Gets a bulk of state items for a list of keys
    + + +
    +
    + GetConfiguration gets configuration from configuration store.
    +
    - +
    GetConfiguration gets configuration from configuration store.
    - - + +
    - GetConfiguration gets configuration from configuration store.
    + Gets a scheduled job
    @@ -305,132 +317,138 @@

    Method Summary

    Saves the state for a specific key.
    -
    com.google.protobuf.Empty
    - + +
    - Sets value in extended metadata of the sidecar
    + Create and schedule a job
    com.google.protobuf.Empty
    - +
    - Shutdown the sidecar
    + Sets value in extended metadata of the sidecar
    - - +
    com.google.protobuf.Empty
    +
    - Starts a new instance of a workflow
    + Shutdown the sidecar
    - +
    Starts a new instance of a workflow
    - - + +
    - SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    + Starts a new instance of a workflow
    - +
    SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    - - + +
    - SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    + SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    - - + +
    - SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    + SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    - - + +
    - SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    + SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    - - + +
    - SubtleSignAlpha1 signs a message using a key stored in the vault.
    + SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    - - + +
    - SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    + SubtleSignAlpha1 signs a message using a key stored in the vault.
    - - + +
    - SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    + SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    - - + +
    - SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    + SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    -
    com.google.protobuf.Empty
    - + +
    - Terminates a running workflow instance
    + SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    com.google.protobuf.Empty
    - +
    Terminates a running workflow instance
    - - +
    com.google.protobuf.Empty
    +
    - TryLockAlpha1 tries to get a lock with an expiry.
    + Terminates a running workflow instance
    - - + +
    - UnlockAlpha1 unlocks a lock.
    + TryLockAlpha1 tries to get a lock with an expiry.
    -
    com.google.protobuf.Empty
    - + +
    - Unregister an actor reminder.
    + UnlockAlpha1 unlocks a lock.
    com.google.protobuf.Empty
    - +
    - Unregister an actor timer.
    + Unregister an actor reminder.
    - - +
    com.google.protobuf.Empty
    +
    - UnSubscribeConfiguration unsubscribe the subscription of configuration
    + Unregister an actor timer.
    - +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    + + +
    +
    + UnSubscribeConfiguration unsubscribe the subscription of configuration
    +
    @@ -934,6 +952,33 @@

    shutdown

    +
  • +
    +

    scheduleJobAlpha1

    + +
    + Create and schedule a job
    + 
    +
    +
  • +
  • +
    +

    getJobAlpha1

    +
    public DaprProtos.GetJobResponse getJobAlpha1(DaprProtos.GetJobRequest request)
    +
    + Gets a scheduled job
    + 
    +
    +
  • +
  • +
    +

    deleteJobAlpha1

    + +
    + Delete a job
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html b/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html index 30a802a89..3688913a7 100644 --- a/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html +++ b/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html @@ -1,11 +1,11 @@ - -DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.11.0 API) + +DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.12.0 API) - + @@ -131,53 +131,65 @@

    Method Summary

    Deletes a bulk of state items for a list of keys
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.DeleteJobResponse>
    +
    - Deletes the state for a specific key.
    + Delete a job
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    - Executes state transactions for a specified actor
    + Deletes the state for a specific key.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    - Executes transactions for a specified store
    + Executes state transactions for a specified actor
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    +
    - Gets the state for a specific actor.
    + Executes transactions for a specified store
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkSecretResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
    +
    - Gets a bulk of secrets
    + Gets the state for a specific actor.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkStateResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkSecretResponse>
    +
    +
    + Gets a bulk of secrets
    +
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkStateResponse>
    + +
    Gets a bulk of state items for a list of keys
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
    + +
    +
    + GetConfiguration gets configuration from configuration store.
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
    - +
    GetConfiguration gets configuration from configuration store.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetJobResponse>
    +
    - GetConfiguration gets configuration from configuration store.
    + Gets a scheduled job
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetMetadataResponse>
    @@ -305,120 +317,126 @@

    Method Summary

    Saves the state for a specific key.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.ScheduleJobResponse>
    +
    - Sets value in extended metadata of the sidecar
    + Create and schedule a job
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    - Shutdown the sidecar
    + Sets value in extended metadata of the sidecar
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    +
    - Starts a new instance of a workflow
    + Shutdown the sidecar
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    - +
    Starts a new instance of a workflow
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleDecryptResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    +
    - SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    + Starts a new instance of a workflow
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleEncryptResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleDecryptResponse>
    +
    - SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    + SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleGetKeyResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleEncryptResponse>
    +
    - SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    + SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleSignResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleGetKeyResponse>
    +
    - SubtleSignAlpha1 signs a message using a key stored in the vault.
    + SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleSignResponse>
    +
    - SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    + SubtleSignAlpha1 signs a message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleVerifyResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
    +
    - SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    + SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleWrapKeyResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleVerifyResponse>
    +
    - SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    + SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleWrapKeyResponse>
    +
    - Terminates a running workflow instance
    + SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Terminates a running workflow instance
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.TryLockResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    +
    - TryLockAlpha1 tries to get a lock with an expiry.
    + Terminates a running workflow instance
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnlockResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.TryLockResponse>
    +
    - UnlockAlpha1 unlocks a lock.
    + TryLockAlpha1 tries to get a lock with an expiry.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnlockResponse>
    +
    - Unregister an actor reminder.
    + UnlockAlpha1 unlocks a lock.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    - Unregister an actor timer.
    + Unregister an actor reminder.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    +
    - UnSubscribeConfiguration unsubscribe the subscription of configuration
    + Unregister an actor timer.
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    - +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    + +
    +
    + UnSubscribeConfiguration unsubscribe the subscription of configuration
    +
    @@ -904,6 +922,33 @@

    shutdown

    +
  • +
    +

    scheduleJobAlpha1

    +
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.ScheduleJobResponse> scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request)
    +
    + Create and schedule a job
    + 
    +
    +
  • +
  • +
    +

    getJobAlpha1

    +
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetJobResponse> getJobAlpha1(DaprProtos.GetJobRequest request)
    +
    + Gets a scheduled job
    + 
    +
    +
  • +
  • +
    +

    deleteJobAlpha1

    +
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.DeleteJobResponse> deleteJobAlpha1(DaprProtos.DeleteJobRequest request)
    +
    + Delete a job
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html b/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html index 1d437420a..31c2585c8 100644 --- a/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html +++ b/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html @@ -1,11 +1,11 @@ - -DaprGrpc.DaprImplBase (dapr-sdk-parent 1.11.0 API) + +DaprGrpc.DaprImplBase (dapr-sdk-parent 1.12.0 API) - + @@ -131,7 +131,7 @@

    Methods inherited from cl clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +bulkPublishEventAlpha1, decryptAlpha1, deleteBulkState, deleteJobAlpha1, deleteState, encryptAlpha1, executeActorStateTransaction, executeStateTransaction, getActorState, getBulkSecret, getBulkState, getConfiguration, getConfigurationAlpha1, getJobAlpha1, getMetadata, getSecret, getState, getWorkflowAlpha1, getWorkflowBeta1, invokeActor, invokeBinding, invokeService, pauseWorkflowAlpha1, pauseWorkflowBeta1, publishEvent, purgeWorkflowAlpha1, purgeWorkflowBeta1, queryStateAlpha1, raiseEventWorkflowAlpha1, raiseEventWorkflowBeta1, registerActorReminder, registerActorTimer, resumeWorkflowAlpha1, resumeWorkflowBeta1, saveState, scheduleJobAlpha1, setMetadata, shutdown, startWorkflowAlpha1, startWorkflowBeta1, subscribeConfiguration, subscribeConfigurationAlpha1, subscribeTopicEventsAlpha1, subtleDecryptAlpha1, subtleEncryptAlpha1, subtleGetKeyAlpha1, subtleSignAlpha1, subtleUnwrapKeyAlpha1, subtleVerifyAlpha1, subtleWrapKeyAlpha1, terminateWorkflowAlpha1, terminateWorkflowBeta1, tryLockAlpha1, unlockAlpha1, unregisterActorReminder, unregisterActorTimer, unsubscribeConfiguration, unsubscribeConfigurationAlpha1 diff --git a/docs/io/dapr/v1/DaprGrpc.DaprStub.html b/docs/io/dapr/v1/DaprGrpc.DaprStub.html index 50dae16df..6b0a1fafc 100644 --- a/docs/io/dapr/v1/DaprGrpc.DaprStub.html +++ b/docs/io/dapr/v1/DaprGrpc.DaprStub.html @@ -1,11 +1,11 @@ - -DaprGrpc.DaprStub (dapr-sdk-parent 1.11.0 API) + +DaprGrpc.DaprStub (dapr-sdk-parent 1.12.0 API) - + @@ -140,66 +140,80 @@

    Method Summary

    Deletes a bulk of state items for a list of keys
    void
    -
    deleteState(DaprProtos.DeleteStateRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    deleteJobAlpha1(DaprProtos.DeleteJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.DeleteJobResponse> responseObserver)
    - Deletes the state for a specific key.
    + Delete a job
    -
    io.grpc.stub.StreamObserver<DaprProtos.EncryptRequest>
    -
    encryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.EncryptResponse> responseObserver)
    +
    void
    +
    deleteState(DaprProtos.DeleteStateRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    + Deletes the state for a specific key.
    +
    +
    io.grpc.stub.StreamObserver<DaprProtos.EncryptRequest>
    +
    encryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.EncryptResponse> responseObserver)
    +
    EncryptAlpha1 encrypts a message using the Dapr encryption scheme and a key stored in the vault.
    +
    void
    +
    executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    + Executes state transactions for a specified actor
    +
    void
    -
    executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest request, +
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Executes state transactions for a specified actor
    + Executes transactions for a specified store
    void
    -
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    getActorState(DaprProtos.GetActorStateRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver)
    - Executes transactions for a specified store
    + Gets the state for a specific actor.
    void
    -
    getActorState(DaprProtos.GetActorStateRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver)
    +
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
    - Gets the state for a specific actor.
    + Gets a bulk of secrets
    void
    -
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
    +
    getBulkState(DaprProtos.GetBulkStateRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
    - Gets a bulk of secrets
    + Gets a bulk of state items for a list of keys
    void
    -
    getBulkState(DaprProtos.GetBulkStateRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
    +
    getConfiguration(DaprProtos.GetConfigurationRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    - Gets a bulk of state items for a list of keys
    + GetConfiguration gets configuration from configuration store.
    void
    -
    getConfiguration(DaprProtos.GetConfigurationRequest request, +
    GetConfiguration gets configuration from configuration store.
    void
    -
    getConfigurationAlpha1(DaprProtos.GetConfigurationRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    +
    getJobAlpha1(DaprProtos.GetJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    - GetConfiguration gets configuration from configuration store.
    + Gets a scheduled job
    void
    getMetadata(DaprProtos.GetMetadataRequest request, @@ -349,48 +363,62 @@

    Method Summary

    Saves the state for a specific key.
    void
    -
    setMetadata(DaprProtos.SetMetadataRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ScheduleJobResponse> responseObserver)
    - Sets value in extended metadata of the sidecar
    + Create and schedule a job
    void
    -
    shutdown(DaprProtos.ShutdownRequest request, +
    setMetadata(DaprProtos.SetMetadataRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Shutdown the sidecar
    + Sets value in extended metadata of the sidecar
    void
    -
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, - io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    +
    shutdown(DaprProtos.ShutdownRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    - Starts a new instance of a workflow
    + Shutdown the sidecar
    void
    -
    startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, +
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    Starts a new instance of a workflow
    void
    - +
    startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, + io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    - SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    + Starts a new instance of a workflow
    void
    -
    subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest request, +
    SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    void
    + +
    +
    + SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    +
    + +
    subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic + events from it.
    +
    +
    void
    subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleDecryptResponse> responseObserver)
    @@ -631,6 +659,16 @@

    bulkPublishEventAlpha1

  • +
    +

    subscribeTopicEventsAlpha1

    +
    public io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsRequestAlpha1> subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic
    + events from it.
    + 
    +
    +
  • +
  • invokeBinding

    public void invokeBinding(DaprProtos.InvokeBindingRequest request, @@ -1068,6 +1106,36 @@

    shutdown

  • +
  • +
    +

    scheduleJobAlpha1

    +
    public void scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ScheduleJobResponse> responseObserver)
    +
    + Create and schedule a job
    + 
    +
    +
  • +
  • +
    +

    getJobAlpha1

    +
    public void getJobAlpha1(DaprProtos.GetJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    +
    + Gets a scheduled job
    + 
    +
    +
  • +
  • +
    +

    deleteJobAlpha1

    +
    public void deleteJobAlpha1(DaprProtos.DeleteJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.DeleteJobResponse> responseObserver)
    +
    + Delete a job
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.html b/docs/io/dapr/v1/DaprGrpc.html index 2d8c8973c..f30a34643 100644 --- a/docs/io/dapr/v1/DaprGrpc.html +++ b/docs/io/dapr/v1/DaprGrpc.html @@ -1,11 +1,11 @@ - -DaprGrpc (dapr-sdk-parent 1.11.0 API) + +DaprGrpc (dapr-sdk-parent 1.12.0 API) - + @@ -78,8 +78,8 @@

    Class DaprGrpc


    -
    @Generated(value="by gRPC proto compiler (version 1.59.0)", - comments="Source: dapr.proto") +
    @Generated(value="by gRPC proto compiler (version 1.64.0)", + comments="Source: dapr/proto/runtime/v1/dapr.proto") public final class DaprGrpc extends Object
    @@ -164,32 +164,38 @@ 

    Method Summary

    static io.grpc.MethodDescriptor<DaprProtos.DeleteBulkStateRequest,com.google.protobuf.Empty>
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.DeleteStateRequest,com.google.protobuf.Empty>
    - + +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.EncryptRequest,DaprProtos.EncryptResponse>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.DeleteStateRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.ExecuteActorStateTransactionRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.EncryptRequest,DaprProtos.EncryptResponse>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.ExecuteStateTransactionRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.ExecuteActorStateTransactionRequest,com.google.protobuf.Empty>
    +
     
    - - +
    static io.grpc.MethodDescriptor<DaprProtos.ExecuteStateTransactionRequest,com.google.protobuf.Empty>
    +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - + +
     
    + + +
     
    +
    static io.grpc.MethodDescriptor<DaprProtos.GetJobRequest,DaprProtos.GetJobResponse>
    +
     
    @@ -254,26 +260,32 @@

    Method Summary

    static io.grpc.MethodDescriptor<DaprProtos.SaveStateRequest,com.google.protobuf.Empty>
     
    -
    static io.grpc.ServiceDescriptor
    - + +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.SetMetadataRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.ServiceDescriptor
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.ShutdownRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.SetMetadataRequest,com.google.protobuf.Empty>
    +
     
    - - +
    static io.grpc.MethodDescriptor<DaprProtos.ShutdownRequest,com.google.protobuf.Empty>
    +
     
    - +
     
    - - + +
     
    - + +
     
    + + +
     
    + +
     
    @@ -435,6 +447,12 @@

    getBulkPublishEventAlpha1Method

  • +
    +

    getSubscribeTopicEventsAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprProtos.SubscribeTopicEventsRequestAlpha1,DaprAppCallbackProtos.TopicEventRequest> getSubscribeTopicEventsAlpha1Method()
    +
    +
  • +
  • getInvokeBindingMethod

    public static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingRequest,DaprProtos.InvokeBindingResponse> getInvokeBindingMethod()
    @@ -699,6 +717,24 @@

    getShutdownMethod

  • +
    +

    getScheduleJobAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprProtos.ScheduleJobRequest,DaprProtos.ScheduleJobResponse> getScheduleJobAlpha1Method()
    +
    +
  • +
  • +
    +

    getGetJobAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprProtos.GetJobRequest,DaprProtos.GetJobResponse> getGetJobAlpha1Method()
    +
    +
  • +
  • +
    +

    getDeleteJobAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprProtos.DeleteJobRequest,DaprProtos.DeleteJobResponse> getDeleteJobAlpha1Method()
    +
    +
  • +
  • newStub

    public static DaprGrpc.DaprStub newStub(io.grpc.Channel channel)
    diff --git a/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.Builder.html b/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.Builder.html index ea89c3a9a..a635dcae9 100644 --- a/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -217,7 +217,7 @@

    Method Summary

  • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html b/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html index dc7ffd05a..f8ba58be3 100644 --- a/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html +++ b/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html @@ -1,11 +1,11 @@ - -DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.12.0 API) - + @@ -201,90 +201,87 @@

    Method Summary

    string type = 1;
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ActiveActorsCount>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ActiveActorsCount>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -299,7 +296,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof @@ -358,18 +355,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html index dde352808..806fbebf8 100644 --- a/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html index bd106c147..592aa7c2a 100644 --- a/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html +++ b/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html @@ -1,11 +1,11 @@ - -DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html index 8b5e8a0a8..752d4976d 100644 --- a/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -367,7 +367,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.html index 4a1080a17..c4392e37f 100644 --- a/docs/io/dapr/v1/DaprProtos.ActorRuntime.html +++ b/docs/io/dapr/v1/DaprProtos.ActorRuntime.html @@ -1,11 +1,11 @@ - -DaprProtos.ActorRuntime (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActorRuntime (dapr-sdk-parent 1.12.0 API) - + @@ -257,90 +257,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ActorRuntime>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ActorRuntime>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -442,18 +439,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html index d978918ce..dcf077532 100644 --- a/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html index de1f2b2da..d262162ff 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -267,7 +267,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html index 51130a782..d229e0fc3 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.12.0 API) - + @@ -227,90 +227,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.AppConnectionHealthProperties>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.AppConnectionHealthProperties>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -325,7 +322,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -412,18 +409,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html index 37e6179e8..e07eafcb6 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html index cb57076e7..3f64a1ea3 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -297,7 +297,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html index 85102f10f..d1f58756f 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.12.0 API) - + @@ -235,95 +235,92 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    .dapr.proto.runtime.v1.AppConnectionHealthProperties health = 5;
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.AppConnectionProperties>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.AppConnectionProperties>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -338,7 +335,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -439,18 +436,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html index 6c6a30ac8..0370b13c4 100644 --- a/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html index a59bef1da..564f41c96 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -422,7 +422,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html index 8d75f66f3..d277a6a31 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.12.0 API) - + @@ -287,93 +287,90 @@

    Method Summary

    The pubsub topic
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.BulkPublishRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.BulkPublishRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -388,7 +385,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -475,18 +472,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html index 3c49b99cd..b094f8aeb 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -328,7 +328,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html index ebc2c4db8..959263451 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.12.0 API) - + @@ -263,93 +263,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.BulkPublishRequestEntry>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.BulkPublishRequestEntry>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -364,7 +361,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -451,18 +448,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html index 4d5d8e927..ef7f9291f 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html index 592e5bfa1..a64d9732e 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html index 04007c3a2..122d98ea5 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -293,7 +293,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html index 69a78b173..fb9527c92 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.12.0 API) - + @@ -218,90 +218,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.BulkPublishResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.BulkPublishResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -316,7 +313,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -361,18 +358,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html index dc5436cde..9b623bb85 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html index a6bb73b1d..764f4da7e 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.12.0 API) - + @@ -215,90 +215,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.BulkPublishResponseFailedEntry>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.BulkPublishResponseFailedEntry>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html index a32cfe9d0..718c596a7 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html index 93ae6bc6f..f97cbd067 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html index c10141197..b40b659d0 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -359,7 +359,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItem.html b/docs/io/dapr/v1/DaprProtos.BulkStateItem.html index 6b267d769..c92a5dcf4 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkStateItem.html +++ b/docs/io/dapr/v1/DaprProtos.BulkStateItem.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkStateItem (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkStateItem (dapr-sdk-parent 1.12.0 API) - + @@ -279,93 +279,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.BulkStateItem>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.BulkStateItem>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -380,7 +377,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -481,18 +478,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html index c7f6d8fbe..6188b1bae 100644 --- a/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html index 674fd9e28..4cf064236 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -277,7 +277,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequest.html b/docs/io/dapr/v1/DaprProtos.DecryptRequest.html index 893699eaf..68977efa0 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequest.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequest (dapr-sdk-parent 1.12.0 API) - + @@ -215,102 +215,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Request details.
    -
    boolean
    - -
    +
    boolean
    + +
    Chunk of data of arbitrary size.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.DecryptRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.DecryptRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -325,7 +322,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -384,18 +381,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html index 7a66faff2..8a6b0ec85 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html index efdafcf18..be4485c7f 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.12.0 API) - + @@ -215,90 +215,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.DecryptRequestOptions>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.DecryptRequestOptions>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html index a36e75efe..7fad39e96 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html index ab44c19a8..5babf643f 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html index ccce6f093..c17d8a697 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -229,7 +229,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponse.html b/docs/io/dapr/v1/DaprProtos.DecryptResponse.html index 190b4ed93..252cd1d5d 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptResponse.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptResponse (dapr-sdk-parent 1.12.0 API) - + @@ -200,96 +200,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Chunk of data.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.DecryptResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.DecryptResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -304,7 +301,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -349,18 +346,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html index 32ea131d7..1497e8743 100644 --- a/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html index 91b033abb..6225a7ab3 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -323,7 +323,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html index fdc0ca9e0..e0090b74a 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -233,90 +233,87 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.DeleteBulkStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.DeleteBulkStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -331,7 +328,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -390,18 +387,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html index 67246cd8d..97eaf3234 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html new file mode 100644 index 000000000..78b715590 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html @@ -0,0 +1,571 @@ + + + + +DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.DeleteJobRequest.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder> +
    io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.DeleteJobRequestOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.DeleteJobRequest
    +
    +
    +
    public static final class DaprProtos.DeleteJobRequest.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder> +implements DaprProtos.DeleteJobRequestOrBuilder
    +
    + DeleteJobRequest is the message to delete the job by name.
    + 
    + + Protobuf type dapr.proto.runtime.v1.DeleteJobRequest
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        + +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.DeleteJobRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        + +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.DeleteJobRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        + +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.DeleteJobRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.DeleteJobRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.DeleteJobRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.DeleteJobRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.DeleteJobRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.DeleteJobRequest.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        + +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.DeleteJobRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.DeleteJobRequestOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.DeleteJobRequestOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        setName

        + +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearName

        + +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setNameBytes

        +
        public DaprProtos.DeleteJobRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The bytes for name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.DeleteJobRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.DeleteJobRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobRequest.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html new file mode 100644 index 000000000..4903843e8 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html @@ -0,0 +1,691 @@ + + + + +DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.DeleteJobRequest

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.DeleteJobRequest
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.DeleteJobRequestOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.DeleteJobRequest +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.DeleteJobRequestOrBuilder
    +
    + DeleteJobRequest is the message to delete the job by name.
    + 
    + + Protobuf type dapr.proto.runtime.v1.DeleteJobRequest
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      Nested Classes
      +
      +
      Modifier and Type
      +
      Class
      +
      Description
      +
      static final class 
      + +
      +
      + DeleteJobRequest is the message to delete the job by name.
      +
      +
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

      +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

      +com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
      +
      +
    • + +
    • +
      +

      Field Summary

      +
      Fields
      +
      +
      Modifier and Type
      +
      Field
      +
      Description
      +
      static final int
      + +
       
      +
      +
      +

      Fields inherited from class com.google.protobuf.GeneratedMessageV3

      +alwaysUseFieldBuilders, unknownFields
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessage

      +memoizedSize
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessageLite

      +memoizedHashCode
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
       
      + + +
       
      + + +
       
      +
      static final com.google.protobuf.Descriptors.Descriptor
      + +
       
      + + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.Parser<DaprProtos.DeleteJobRequest>
      + +
       
      +
      int
      + +
       
      +
      int
      + +
       
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      + +
       
      +
      final boolean
      + +
       
      + + +
       
      + + +
       
      + + +
       
      + +
      newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      +
       
      +
      protected Object
      +
      newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      +
       
      + + +
       
      + +
      parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(byte[] data)
      +
       
      + +
      parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      +
      static com.google.protobuf.Parser<DaprProtos.DeleteJobRequest>
      + +
       
      + + +
       
      +
      void
      +
      writeTo(com.google.protobuf.CodedOutputStream output)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class com.google.protobuf.GeneratedMessageV3

      +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessage

      +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessageLite

      +addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLite

      +toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        NAME_FIELD_NUMBER

        +
        public static final int NAME_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.DeleteJobRequestOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.DeleteJobRequestOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.DeleteJobRequest parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.DeleteJobRequest parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobRequest parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.DeleteJobRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.DeleteJobRequest.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.DeleteJobRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.DeleteJobRequest getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.DeleteJobRequest> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.DeleteJobRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.DeleteJobRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html new file mode 100644 index 000000000..1d98353d7 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html @@ -0,0 +1,182 @@ + + + + +DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.DeleteJobRequestOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.DeleteJobRequest, DaprProtos.DeleteJobRequest.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.DeleteJobRequestOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The name of the job.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getName

        +
        String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html new file mode 100644 index 000000000..9c8afb513 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html @@ -0,0 +1,458 @@ + + + + +DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.DeleteJobResponse.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder> +
    io.dapr.v1.DaprProtos.DeleteJobResponse.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.DeleteJobResponseOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.DeleteJobResponse
    +
    +
    +
    public static final class DaprProtos.DeleteJobResponse.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder> +implements DaprProtos.DeleteJobResponseOrBuilder
    +
    + DeleteJobResponse is the message response to delete the job by name.
    + 
    + + Protobuf type dapr.proto.runtime.v1.DeleteJobResponse
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        + +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.DeleteJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        + +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.DeleteJobResponse buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        + +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.DeleteJobResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.DeleteJobResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.DeleteJobResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.DeleteJobResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.DeleteJobResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.DeleteJobResponse.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        + +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.DeleteJobResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.DeleteJobResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.DeleteJobResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.DeleteJobResponse.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html new file mode 100644 index 000000000..3d133e2f8 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html @@ -0,0 +1,614 @@ + + + + +DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.DeleteJobResponse

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.DeleteJobResponse
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.DeleteJobResponseOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.DeleteJobResponse +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.DeleteJobResponseOrBuilder
    +
    + DeleteJobResponse is the message response to delete the job by name.
    + 
    + + Protobuf type dapr.proto.runtime.v1.DeleteJobResponse
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      Nested Classes
      +
      +
      Modifier and Type
      +
      Class
      +
      Description
      +
      static final class 
      + +
      +
      + DeleteJobResponse is the message response to delete the job by name.
      +
      +
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

      +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

      +com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
      +
      +
    • + +
    • +
      +

      Field Summary

      +
      +

      Fields inherited from class com.google.protobuf.GeneratedMessageV3

      +alwaysUseFieldBuilders, unknownFields
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessage

      +memoizedSize
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessageLite

      +memoizedHashCode
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
       
      + + +
       
      + + +
       
      +
      static final com.google.protobuf.Descriptors.Descriptor
      + +
       
      +
      com.google.protobuf.Parser<DaprProtos.DeleteJobResponse>
      + +
       
      +
      int
      + +
       
      +
      int
      + +
       
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      + +
       
      +
      final boolean
      + +
       
      + + +
       
      + + +
       
      + + +
       
      + +
      newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      +
       
      +
      protected Object
      +
      newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      +
       
      + + +
       
      + +
      parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(byte[] data)
      +
       
      + +
      parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      +
      static com.google.protobuf.Parser<DaprProtos.DeleteJobResponse>
      + +
       
      + + +
       
      +
      void
      +
      writeTo(com.google.protobuf.CodedOutputStream output)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class com.google.protobuf.GeneratedMessageV3

      +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessage

      +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessageLite

      +addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLite

      +toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.DeleteJobResponse parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.DeleteJobResponse parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.DeleteJobResponse parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.DeleteJobResponse.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.DeleteJobResponse.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.DeleteJobResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.DeleteJobResponse getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.DeleteJobResponse> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.DeleteJobResponse> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.DeleteJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html new file mode 100644 index 000000000..df2b501bc --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html @@ -0,0 +1,114 @@ + + + + +DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.DeleteJobResponseOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.DeleteJobResponse, DaprProtos.DeleteJobResponse.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.DeleteJobResponseOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html index eff53f912..a054f0335 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -414,7 +414,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html index 6e4a26f09..2ad88fc43 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -286,106 +286,103 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    The entity tag which represents the specific version of data.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    State operation options which includes concurrency/ consistency/retry_policy.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.DeleteStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.DeleteStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -400,7 +397,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -501,18 +498,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html index c0db97133..3332482d8 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html index e1b2517eb..20220d3fa 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -277,7 +277,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequest.html b/docs/io/dapr/v1/DaprProtos.EncryptRequest.html index e7047f295..1c48f8090 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequest.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequest (dapr-sdk-parent 1.12.0 API) - + @@ -215,102 +215,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Request details.
    -
    boolean
    - -
    +
    boolean
    + +
    Chunk of data of arbitrary size.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.EncryptRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.EncryptRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -325,7 +322,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -384,18 +381,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html index 299dc5c0d..064d7baac 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -349,7 +349,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html index 31c8ddbd1..e2e4dc2c7 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.12.0 API) - + @@ -269,90 +269,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.EncryptRequestOptions>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.EncryptRequestOptions>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -367,7 +364,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -482,18 +479,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html index 3ee02db6e..b7a9ee4ff 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html index 9109f676c..1d9039d8c 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html index f36970f5e..84ae95ce6 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -229,7 +229,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponse.html b/docs/io/dapr/v1/DaprProtos.EncryptResponse.html index 1bbdaeb17..0f13d4744 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptResponse.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptResponse (dapr-sdk-parent 1.12.0 API) - + @@ -200,96 +200,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Chunk of data.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.EncryptResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.EncryptResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -304,7 +301,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -349,18 +346,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html index c09dd4dc6..4e3a82643 100644 --- a/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html index f69ff45ba..c871ffd56 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -167,12 +167,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -191,22 +191,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -279,22 +279,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -325,7 +325,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -565,7 +565,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -578,7 +578,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -591,7 +591,7 @@

    getActorTypeBytes

    setActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -604,7 +604,7 @@

    setActorType

    clearActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -615,7 +615,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.ExecuteActorStateTransactionRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -628,7 +628,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -641,7 +641,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -654,7 +654,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -667,7 +667,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -678,7 +678,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.ExecuteActorStateTransactionRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html index 719f5e05f..3a7387ae5 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.12.0 API) - + @@ -182,22 +182,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -239,90 +239,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ExecuteActorStateTransactionRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ExecuteActorStateTransactionRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -337,7 +334,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -410,18 +407,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -441,7 +426,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -454,7 +439,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -467,7 +452,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    @@ -480,7 +465,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html index ffa7b772e..2b56c5124 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    getOperations(int index)
    @@ -172,7 +172,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -183,7 +183,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -194,7 +194,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -205,7 +205,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html index 857d814d7..43f4da90a 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -392,7 +392,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html index fc3c7492b..6da4ac2f1 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.12.0 API) - + @@ -272,93 +272,90 @@

    Method Summary

    Required.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ExecuteStateTransactionRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ExecuteStateTransactionRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -373,7 +370,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -446,18 +443,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html index daa514b7b..742c6505b 100644 --- a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html index ce0514f7a..e2618e61a 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -154,22 +154,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -212,22 +212,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -256,7 +256,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -496,7 +496,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -509,7 +509,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -522,7 +522,7 @@

    getActorTypeBytes

    setActorType

    public DaprProtos.GetActorStateRequest.Builder setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -535,7 +535,7 @@

    setActorType

    clearActorType

    public DaprProtos.GetActorStateRequest.Builder clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -546,7 +546,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.GetActorStateRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -559,7 +559,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -572,7 +572,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -585,7 +585,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -598,7 +598,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -609,7 +609,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.GetActorStateRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html index b1b0bdeaa..9f5fc5ba7 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -182,22 +182,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -224,90 +224,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetActorStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetActorStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -322,7 +319,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -395,18 +392,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -426,7 +411,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -439,7 +424,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -452,7 +437,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.GetActorStateRequestOrBuilder
    @@ -465,7 +450,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.GetActorStateRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html index 1a7039b87..fea5da1c8 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -157,7 +157,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -168,7 +168,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -179,7 +179,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -190,7 +190,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html index 4a1179861..4ad200c4e 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -265,7 +265,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html index fc3fa8055..ef754fd74 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.12.0 API) - + @@ -232,93 +232,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -333,7 +330,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -392,18 +389,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html index 40fc51feb..673f81efa 100644 --- a/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html index f55e93835..07df1c97b 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -280,7 +280,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html index 5415fcdd8..5adbd6cbc 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.12.0 API) - + @@ -239,93 +239,90 @@

    Method Summary

    The name of secret store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetBulkSecretRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetBulkSecretRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -340,7 +337,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -399,18 +396,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html index 4cdb44eac..3b67d3289 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html index 724c8af48..1e14fd7b7 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -250,7 +250,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html index 9c166821a..82eb33141 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.12.0 API) - + @@ -224,93 +224,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetBulkSecretResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetBulkSecretResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -325,7 +322,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -370,18 +367,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html index 5648ae460..0dbccad30 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html index a52c1d523..2ce830d08 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -353,7 +353,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html index d71075550..0009387f1 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -275,93 +275,90 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetBulkStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetBulkStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -376,7 +373,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -463,18 +460,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html index 98068bac0..fe84391de 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html index 8068f92a8..2fbcfe8e4 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -293,7 +293,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html index 4e33d312f..b5674ea1a 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.12.0 API) - + @@ -218,90 +218,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -316,7 +313,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -361,18 +358,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html index 5db2f9eff..f122a974b 100644 --- a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html index 20be23fcb..0eb4f425f 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -335,7 +335,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html index 3be0bcd60..9c707244e 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -266,93 +266,90 @@

    Method Summary

    Required.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetConfigurationRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetConfigurationRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -367,7 +364,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -440,18 +437,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html index 62dd7ca86..f6afd61d5 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html index d30159982..449500c1a 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -243,7 +243,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html index cb113336b..1e8ef29c6 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + @@ -220,93 +220,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetConfigurationResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetConfigurationResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -321,7 +318,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -366,18 +363,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html index 829d9ff84..dc638c4f0 100644 --- a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html new file mode 100644 index 000000000..29bc9b0af --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html @@ -0,0 +1,571 @@ + + + + +DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.GetJobRequest.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder> +
    io.dapr.v1.DaprProtos.GetJobRequest.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.GetJobRequestOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.GetJobRequest
    +
    +
    +
    public static final class DaprProtos.GetJobRequest.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder> +implements DaprProtos.GetJobRequestOrBuilder
    +
    + GetJobRequest is the message to retrieve a job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.GetJobRequest
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        + +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.GetJobRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        +
        public DaprProtos.GetJobRequest build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.GetJobRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        + +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.GetJobRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.GetJobRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.GetJobRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.GetJobRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.GetJobRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.GetJobRequest.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        + +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.GetJobRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.GetJobRequest.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.GetJobRequestOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.GetJobRequestOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        setName

        +
        public DaprProtos.GetJobRequest.Builder setName(String value)
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearName

        + +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setNameBytes

        +
        public DaprProtos.GetJobRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The bytes for name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.GetJobRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.GetJobRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobRequest.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequest.html b/docs/io/dapr/v1/DaprProtos.GetJobRequest.html new file mode 100644 index 000000000..d349dae43 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequest.html @@ -0,0 +1,691 @@ + + + + +DaprProtos.GetJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.GetJobRequest

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.GetJobRequest
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.GetJobRequestOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.GetJobRequest +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.GetJobRequestOrBuilder
    +
    + GetJobRequest is the message to retrieve a job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.GetJobRequest
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      Nested Classes
      +
      +
      Modifier and Type
      +
      Class
      +
      Description
      +
      static final class 
      + +
      +
      + GetJobRequest is the message to retrieve a job.
      +
      +
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

      +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

      +com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
      +
      +
    • + +
    • +
      +

      Field Summary

      +
      Fields
      +
      +
      Modifier and Type
      +
      Field
      +
      Description
      +
      static final int
      + +
       
      +
      +
      +

      Fields inherited from class com.google.protobuf.GeneratedMessageV3

      +alwaysUseFieldBuilders, unknownFields
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessage

      +memoizedSize
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessageLite

      +memoizedHashCode
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
       
      + + +
       
      + + +
       
      +
      static final com.google.protobuf.Descriptors.Descriptor
      + +
       
      + + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.Parser<DaprProtos.GetJobRequest>
      + +
       
      +
      int
      + +
       
      +
      int
      + +
       
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      + +
       
      +
      final boolean
      + +
       
      + + +
       
      + + +
       
      + + +
       
      + +
      newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      +
       
      +
      protected Object
      +
      newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      +
       
      + + +
       
      + +
      parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(byte[] data)
      +
       
      + +
      parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      +
      static com.google.protobuf.Parser<DaprProtos.GetJobRequest>
      + +
       
      + + +
       
      +
      void
      +
      writeTo(com.google.protobuf.CodedOutputStream output)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class com.google.protobuf.GeneratedMessageV3

      +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessage

      +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessageLite

      +addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLite

      +toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        NAME_FIELD_NUMBER

        +
        public static final int NAME_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.GetJobRequestOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.GetJobRequestOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.GetJobRequest parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.GetJobRequest parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobRequest parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.GetJobRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.GetJobRequest.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.GetJobRequest.Builder newBuilder(DaprProtos.GetJobRequest prototype)
        +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.GetJobRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.GetJobRequest getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.GetJobRequest> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.GetJobRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.GetJobRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html new file mode 100644 index 000000000..dd9165270 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html @@ -0,0 +1,182 @@ + + + + +DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.GetJobRequestOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.GetJobRequest, DaprProtos.GetJobRequest.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.GetJobRequestOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + The name of the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The name of the job.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getName

        +
        String getName()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html new file mode 100644 index 000000000..cdc554e4a --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html @@ -0,0 +1,610 @@ + + + + +DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.GetJobResponse.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder> +
    io.dapr.v1.DaprProtos.GetJobResponse.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.GetJobResponseOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.GetJobResponse
    +
    +
    +
    public static final class DaprProtos.GetJobResponse.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder> +implements DaprProtos.GetJobResponseOrBuilder
    +
    + GetJobResponse is the message's response for a job retrieved.
    + 
    + + Protobuf type dapr.proto.runtime.v1.GetJobResponse
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        + +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.GetJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        +
        public DaprProtos.GetJobResponse build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.GetJobResponse buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        + +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.GetJobResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.GetJobResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.GetJobResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.GetJobResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.GetJobResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.GetJobResponse.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        + +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.GetJobResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.GetJobResponse.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        hasJob

        +
        public boolean hasJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        hasJob in interface DaprProtos.GetJobResponseOrBuilder
        +
        Returns:
        +
        Whether the job field is set.
        +
        +
        +
      • +
      • +
        +

        getJob

        +
        public DaprProtos.Job getJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJob in interface DaprProtos.GetJobResponseOrBuilder
        +
        Returns:
        +
        The job.
        +
        +
        +
      • +
      • +
        +

        setJob

        + +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      • +
        +

        setJob

        + +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      • +
        +

        mergeJob

        + +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      • +
        +

        clearJob

        + +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      • +
        +

        getJobBuilder

        +
        public DaprProtos.Job.Builder getJobBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      • +
        +

        getJobOrBuilder

        +
        public DaprProtos.JobOrBuilder getJobOrBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJobOrBuilder in interface DaprProtos.GetJobResponseOrBuilder
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.GetJobResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.GetJobResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetJobResponse.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponse.html b/docs/io/dapr/v1/DaprProtos.GetJobResponse.html new file mode 100644 index 000000000..b36c447de --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponse.html @@ -0,0 +1,712 @@ + + + + +DaprProtos.GetJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.GetJobResponse

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.GetJobResponse
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.GetJobResponseOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.GetJobResponse +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.GetJobResponseOrBuilder
    +
    + GetJobResponse is the message's response for a job retrieved.
    + 
    + + Protobuf type dapr.proto.runtime.v1.GetJobResponse
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      Nested Classes
      +
      +
      Modifier and Type
      +
      Class
      +
      Description
      +
      static final class 
      + +
      +
      + GetJobResponse is the message's response for a job retrieved.
      +
      +
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

      +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

      +com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
      +
      +
    • + +
    • +
      +

      Field Summary

      +
      Fields
      +
      +
      Modifier and Type
      +
      Field
      +
      Description
      +
      static final int
      + +
       
      +
      +
      +

      Fields inherited from class com.google.protobuf.GeneratedMessageV3

      +alwaysUseFieldBuilders, unknownFields
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessage

      +memoizedSize
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessageLite

      +memoizedHashCode
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
       
      + + +
       
      + + +
       
      +
      static final com.google.protobuf.Descriptors.Descriptor
      + +
       
      + + +
      +
      + The job details.
      +
      + + +
      +
      + The job details.
      +
      +
      com.google.protobuf.Parser<DaprProtos.GetJobResponse>
      + +
       
      +
      int
      + +
       
      +
      int
      + +
       
      +
      boolean
      + +
      +
      + The job details.
      +
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      + +
       
      +
      final boolean
      + +
       
      + + +
       
      + + +
       
      + + +
       
      + +
      newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      +
       
      +
      protected Object
      +
      newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      +
       
      + + +
       
      + +
      parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(byte[] data)
      +
       
      + +
      parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      +
      static com.google.protobuf.Parser<DaprProtos.GetJobResponse>
      + +
       
      + + +
       
      +
      void
      +
      writeTo(com.google.protobuf.CodedOutputStream output)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class com.google.protobuf.GeneratedMessageV3

      +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessage

      +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessageLite

      +addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLite

      +toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        JOB_FIELD_NUMBER

        +
        public static final int JOB_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        hasJob

        +
        public boolean hasJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        hasJob in interface DaprProtos.GetJobResponseOrBuilder
        +
        Returns:
        +
        Whether the job field is set.
        +
        +
        +
      • +
      • +
        +

        getJob

        +
        public DaprProtos.Job getJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJob in interface DaprProtos.GetJobResponseOrBuilder
        +
        Returns:
        +
        The job.
        +
        +
        +
      • +
      • +
        +

        getJobOrBuilder

        +
        public DaprProtos.JobOrBuilder getJobOrBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJobOrBuilder in interface DaprProtos.GetJobResponseOrBuilder
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.GetJobResponse parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.GetJobResponse parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.GetJobResponse parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.GetJobResponse.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.GetJobResponse.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.GetJobResponse.Builder newBuilder(DaprProtos.GetJobResponse prototype)
        +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.GetJobResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.GetJobResponse getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.GetJobResponse> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.GetJobResponse> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.GetJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html new file mode 100644 index 000000000..613af5abf --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html @@ -0,0 +1,199 @@ + + + + +DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.GetJobResponseOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.GetJobResponse, DaprProtos.GetJobResponse.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.GetJobResponseOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + The job details.
      +
      + + +
      +
      + The job details.
      +
      +
      boolean
      + +
      +
      + The job details.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        hasJob

        +
        boolean hasJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Returns:
        +
        Whether the job field is set.
        +
        +
        +
      • +
      • +
        +

        getJob

        +
        DaprProtos.Job getJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Returns:
        +
        The job.
        +
        +
        +
      • +
      • +
        +

        getJobOrBuilder

        +
        DaprProtos.JobOrBuilder getJobOrBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html index 13aabbd85..3b76f0c59 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -181,7 +181,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html index 289f2530b..6bb1f84d2 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.12.0 API) - + @@ -179,90 +179,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetMetadataRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetMetadataRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -277,7 +274,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -300,18 +297,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html index 9eee5a296..1b30a8c19 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html index 49a5ce10a..50b3ce7ee 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -298,7 +298,8 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -390,17 +391,20 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -605,7 +609,8 @@

    Method Summary

    boolean
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    boolean
    @@ -627,7 +632,8 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -698,12 +704,14 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -794,7 +802,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -2188,7 +2196,11 @@

    addEnabledFeaturesBytes

    hasActorRuntime

    public boolean hasActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    hasActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -2201,7 +2213,11 @@

    hasActorRuntime

    getActorRuntime

    public DaprProtos.ActorRuntime getActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -2214,42 +2230,66 @@

    getActorRuntime

    setActorRuntime

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • setActorRuntime

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • mergeActorRuntime

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • clearActorRuntime

    public DaprProtos.GetMetadataResponse.Builder clearActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • getActorRuntimeBuilder

    public DaprProtos.ActorRuntime.Builder getActorRuntimeBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • getActorRuntimeOrBuilder

    public DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntimeOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html index a1ebcb511..0e667b7d9 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.12.0 API) - + @@ -233,12 +233,14 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -406,103 +408,101 @@

    Method Summary

    repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    -
    boolean
    - +
    +
    +TODO: Cassie: probably add scheduler runtime status
    +
    +
    boolean
    + +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetMetadataResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetMetadataResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -517,7 +517,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -688,18 +688,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -1194,7 +1182,11 @@

    getEnabledFeaturesBytes

    hasActorRuntime

    public boolean hasActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    hasActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -1207,7 +1199,11 @@

    hasActorRuntime

    getActorRuntime

    public DaprProtos.ActorRuntime getActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -1220,7 +1216,11 @@

    getActorRuntime

    getActorRuntimeOrBuilder

    public DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntimeOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html index 20e33d96f..2cfda058a 100644 --- a/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -136,12 +136,14 @@

    Method Summary

    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    @@ -297,7 +299,8 @@

    Method Summary

    boolean
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    boolean
    @@ -664,7 +667,11 @@

    getEnabledFeaturesBytes

    hasActorRuntime

    boolean hasActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Returns:
    Whether the actorRuntime field is set.
    @@ -675,7 +682,11 @@

    hasActorRuntime

    getActorRuntime

    DaprProtos.ActorRuntime getActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Returns:
    The actorRuntime.
    @@ -686,7 +697,11 @@

    getActorRuntime

    getActorRuntimeOrBuilder

    DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    + 
    + + .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html index 95fa17c11..a1a0f8a54 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -310,7 +310,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html index d5c8f5b6e..61455c6ec 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretRequest (dapr-sdk-parent 1.12.0 API) - + @@ -254,93 +254,90 @@

    Method Summary

    The name of secret store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetSecretRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetSecretRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof @@ -428,18 +425,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html index 09332bbf1..f7ba4352c 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html index bb4d16f8d..fb5c8b2f0 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -250,7 +250,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html index 72dbd9394..4d71aa5b5 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretResponse (dapr-sdk-parent 1.12.0 API) - + @@ -224,93 +224,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetSecretResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetSecretResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -325,7 +322,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -370,18 +367,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html index b23880e62..a97c9319b 100644 --- a/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html index be94a3f83..8ffd49bdf 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -340,7 +340,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetStateRequest.html index 337ac5fa5..49c9ff75a 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -269,93 +269,90 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -370,7 +367,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -457,18 +454,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html index a761341a5..bd87e7154 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html index 022123274..93ee32e46 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -298,7 +298,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetStateResponse.html index 005667493..0312af1d5 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateResponse (dapr-sdk-parent 1.12.0 API) - + @@ -248,93 +248,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetStateResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetStateResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -349,7 +346,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -422,18 +419,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html index e8b613b0e..af7e49478 100644 --- a/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html index f47899a7f..52ba2c14e 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html index 89931a74d..b57fcf673 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -203,102 +203,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html index bcaa7378a..45b86c2c7 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html index b076aaf66..c11b960e8 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -436,7 +436,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html index 799e0a471..7b57600de 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.12.0 API) - + @@ -287,117 +287,114 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow.
    -
    boolean
    - -
    +
    boolean
    + +
    The time at which the workflow instance was created.
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    The last time at which the workflow instance had its state changed.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.GetWorkflowResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.GetWorkflowResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -412,7 +409,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -527,18 +524,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html index 7caaa4ac5..efe393d1c 100644 --- a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html index 15a2281e5..f53092431 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -167,22 +167,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -283,22 +283,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setData(com.google.protobuf.ByteString value)
    @@ -332,7 +332,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -592,7 +592,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -605,7 +605,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -618,7 +618,7 @@

    getActorTypeBytes

    setActorType

    public DaprProtos.InvokeActorRequest.Builder setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -631,7 +631,7 @@

    setActorType

    clearActorType

    public DaprProtos.InvokeActorRequest.Builder clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -642,7 +642,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.InvokeActorRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -655,7 +655,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -668,7 +668,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -681,7 +681,7 @@

    getActorIdBytes

    setActorId

    public DaprProtos.InvokeActorRequest.Builder setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -694,7 +694,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -705,7 +705,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.InvokeActorRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html index 12e914423..3173e9439 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.12.0 API) - + @@ -193,22 +193,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -266,93 +266,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.InvokeActorRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.InvokeActorRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -367,7 +364,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -468,18 +465,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -509,7 +494,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -522,7 +507,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -535,7 +520,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.InvokeActorRequestOrBuilder
    @@ -548,7 +533,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.InvokeActorRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html index a63539fa6..21af825ba 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -111,22 +111,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -193,7 +193,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -204,7 +204,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -215,7 +215,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -226,7 +226,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html index 9d8d921ee..d92f6b085 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -196,7 +196,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html index 6dec5ccb2..08d167359 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.12.0 API) - + @@ -193,90 +193,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.InvokeActorResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.InvokeActorResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -291,7 +288,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -336,18 +333,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html index a48fd4454..e0668976a 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html index 64c4c3b04..ac0d8eaa6 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -162,6 +162,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -190,6 +191,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -198,6 +200,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -207,6 +210,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -215,6 +219,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -277,6 +282,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -286,6 +292,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -294,6 +301,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -344,7 +352,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -739,6 +747,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.InvokeBindingRequestOrBuilder
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -759,6 +768,7 @@ 

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -792,6 +802,7 @@ 

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -813,6 +824,7 @@ 

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -833,6 +845,7 @@ 

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -859,6 +872,7 @@ 

    removeMetadata

    public DaprProtos.InvokeBindingRequest.Builder removeMetadata(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -885,6 +899,7 @@ 

    putMetadata

    String value)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -901,6 +916,7 @@ 

    putAllMetadata

    public DaprProtos.InvokeBindingRequest.Builder putAllMetadata(Map<String,String> values)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.html
    index 80c3f7a8b..11ea925a4 100644
    --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.html
    +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -184,6 +184,7 @@ 

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -215,6 +216,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -223,6 +225,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -232,6 +235,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -240,6 +244,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -273,93 +278,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.InvokeBindingRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.InvokeBindingRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -374,7 +376,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -461,18 +463,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -556,6 +546,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.InvokeBindingRequestOrBuilder
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -576,6 +567,7 @@ 

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -609,6 +601,7 @@ 

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -630,6 +623,7 @@ 

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -650,6 +644,7 @@ 

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html
    index 2554c7bca..2305c3872 100644
    --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html
    +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -108,6 +108,7 @@ 

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -127,6 +128,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -135,6 +137,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -144,6 +147,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -152,6 +156,7 @@

    Method Summary

    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -250,6 +255,7 @@

    getMetadataCount

    int getMetadataCount()
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -266,6 +272,7 @@ 

    containsMetadata

    boolean containsMetadata(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -291,6 +298,7 @@ 

    getMetadataMap

    Map<String,String> getMetadataMap()
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -308,6 +316,7 @@ 

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    @@ -324,6 +333,7 @@ 

    getMetadataOrThrow

    String getMetadataOrThrow(String key)
      The metadata passing to output binding components
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the message.
      If set in the binding definition will cause all messages to
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html
    index a8ec9374f..385d526cd 100644
    --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html
    +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -268,7 +268,7 @@ 

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html index 730341643..d11357db7 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.12.0 API) - + @@ -233,93 +233,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.InvokeBindingResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.InvokeBindingResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -334,7 +331,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -393,18 +390,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html index 5c3b60198..442bec67c 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html index b9835741c..a1fc7779e 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -259,7 +259,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html index 4756503e9..05a58db69 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.12.0 API) - + @@ -215,96 +215,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    Required.
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.InvokeServiceRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.InvokeServiceRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -319,7 +316,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -378,18 +375,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html index 78f76533e..4c1fcf499 100644 --- a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.Job.Builder.html b/docs/io/dapr/v1/DaprProtos.Job.Builder.html new file mode 100644 index 000000000..f3e864dd6 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.Job.Builder.html @@ -0,0 +1,1221 @@ + + + + +DaprProtos.Job.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.Job.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder> +
    io.dapr.v1.DaprProtos.Job.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.JobOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.Job
    +
    +
    +
    public static final class DaprProtos.Job.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder> +implements DaprProtos.JobOrBuilder
    +
    + Job is the definition of a job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.Job
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        +
        public DaprProtos.Job.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.Job getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        +
        public DaprProtos.Job build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.Job buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        +
        public DaprProtos.Job.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.Job.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.Job.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.Job.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.Job.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.Job.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.Job.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.Job.Builder mergeFrom(DaprProtos.Job other)
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.Job.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.Job.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        setName

        +
        public DaprProtos.Job.Builder setName(String value)
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearName

        +
        public DaprProtos.Job.Builder clearName()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setNameBytes

        +
        public DaprProtos.Job.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Parameters:
        +
        value - The bytes for name to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        hasSchedule

        +
        public boolean hasSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        hasSchedule in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the schedule field is set.
        +
        +
        +
      • +
      • +
        +

        getSchedule

        +
        public String getSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        getSchedule in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The schedule.
        +
        +
        +
      • +
      • +
        +

        getScheduleBytes

        +
        public com.google.protobuf.ByteString getScheduleBytes()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        getScheduleBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for schedule.
        +
        +
        +
      • +
      • +
        +

        setSchedule

        +
        public DaprProtos.Job.Builder setSchedule(String value)
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Parameters:
        +
        value - The schedule to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearSchedule

        +
        public DaprProtos.Job.Builder clearSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setScheduleBytes

        +
        public DaprProtos.Job.Builder setScheduleBytes(com.google.protobuf.ByteString value)
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Parameters:
        +
        value - The bytes for schedule to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        hasRepeats

        +
        public boolean hasRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Specified by:
        +
        hasRepeats in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the repeats field is set.
        +
        +
        +
      • +
      • +
        +

        getRepeats

        +
        public int getRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Specified by:
        +
        getRepeats in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The repeats.
        +
        +
        +
      • +
      • +
        +

        setRepeats

        +
        public DaprProtos.Job.Builder setRepeats(int value)
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Parameters:
        +
        value - The repeats to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearRepeats

        +
        public DaprProtos.Job.Builder clearRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        hasDueTime

        +
        public boolean hasDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        hasDueTime in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the dueTime field is set.
        +
        +
        +
      • +
      • +
        +

        getDueTime

        +
        public String getDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        getDueTime in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The dueTime.
        +
        +
        +
      • +
      • +
        +

        getDueTimeBytes

        +
        public com.google.protobuf.ByteString getDueTimeBytes()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        getDueTimeBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for dueTime.
        +
        +
        +
      • +
      • +
        +

        setDueTime

        +
        public DaprProtos.Job.Builder setDueTime(String value)
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Parameters:
        +
        value - The dueTime to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearDueTime

        +
        public DaprProtos.Job.Builder clearDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setDueTimeBytes

        +
        public DaprProtos.Job.Builder setDueTimeBytes(com.google.protobuf.ByteString value)
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Parameters:
        +
        value - The bytes for dueTime to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        hasTtl

        +
        public boolean hasTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        hasTtl in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the ttl field is set.
        +
        +
        +
      • +
      • +
        +

        getTtl

        +
        public String getTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        getTtl in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The ttl.
        +
        +
        +
      • +
      • +
        +

        getTtlBytes

        +
        public com.google.protobuf.ByteString getTtlBytes()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        getTtlBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for ttl.
        +
        +
        +
      • +
      • +
        +

        setTtl

        +
        public DaprProtos.Job.Builder setTtl(String value)
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Parameters:
        +
        value - The ttl to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        clearTtl

        +
        public DaprProtos.Job.Builder clearTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        setTtlBytes

        +
        public DaprProtos.Job.Builder setTtlBytes(com.google.protobuf.ByteString value)
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Parameters:
        +
        value - The bytes for ttl to set.
        +
        Returns:
        +
        This builder for chaining.
        +
        +
        +
      • +
      • +
        +

        hasData

        +
        public boolean hasData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        hasData in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the data field is set.
        +
        +
        +
      • +
      • +
        +

        getData

        +
        public com.google.protobuf.Any getData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        getData in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The data.
        +
        +
        +
      • +
      • +
        +

        setData

        +
        public DaprProtos.Job.Builder setData(com.google.protobuf.Any value)
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      • +
        +

        setData

        +
        public DaprProtos.Job.Builder setData(com.google.protobuf.Any.Builder builderForValue)
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      • +
        +

        mergeData

        +
        public DaprProtos.Job.Builder mergeData(com.google.protobuf.Any value)
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      • +
        +

        clearData

        +
        public DaprProtos.Job.Builder clearData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      • +
        +

        getDataBuilder

        +
        public com.google.protobuf.Any.Builder getDataBuilder()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      • +
        +

        getDataOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getDataOrBuilder()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        getDataOrBuilder in interface DaprProtos.JobOrBuilder
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.Job.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.Job.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.Job.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.Job.html b/docs/io/dapr/v1/DaprProtos.Job.html new file mode 100644 index 000000000..c08b2eb04 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.Job.html @@ -0,0 +1,1096 @@ + + + + +DaprProtos.Job (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.Job

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.Job
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.JobOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.Job +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.JobOrBuilder
    +
    + Job is the definition of a job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.Job
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      Nested Classes
      +
      +
      Modifier and Type
      +
      Class
      +
      Description
      +
      static final class 
      + +
      +
      + Job is the definition of a job.
      +
      +
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

      +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      +
      +

      Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

      +com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
      +
      +
    • + +
    • +
      +

      Field Summary

      +
      Fields
      +
      +
      Modifier and Type
      +
      Field
      +
      Description
      +
      static final int
      + +
       
      +
      static final int
      + +
       
      +
      static final int
      + +
       
      +
      static final int
      + +
       
      +
      static final int
      + +
       
      +
      static final int
      + +
       
      +
      +
      +

      Fields inherited from class com.google.protobuf.GeneratedMessageV3

      +alwaysUseFieldBuilders, unknownFields
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessage

      +memoizedSize
      +
      +

      Fields inherited from class com.google.protobuf.AbstractMessageLite

      +memoizedHashCode
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
       
      +
      com.google.protobuf.Any
      + +
      +
      + Job data.
      +
      +
      com.google.protobuf.AnyOrBuilder
      + +
      +
      + Job data.
      +
      + + +
       
      + + +
       
      +
      static final com.google.protobuf.Descriptors.Descriptor
      + +
       
      + + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      + + +
      +
      + The unique name for the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The unique name for the job.
      +
      +
      com.google.protobuf.Parser<DaprProtos.Job>
      + +
       
      +
      int
      + +
      +
      + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
      +
      + + +
      +
      + The schedule for the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The schedule for the job.
      +
      +
      int
      + +
       
      + + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      boolean
      + +
      +
      + Job data.
      +
      +
      boolean
      + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      +
      int
      + +
       
      +
      boolean
      + +
      +
      + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
      +
      +
      boolean
      + +
      +
      + The schedule for the job.
      +
      +
      boolean
      + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      + +
       
      +
      final boolean
      + +
       
      + + +
       
      + + +
       
      + + +
       
      + +
      newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      +
       
      +
      protected Object
      +
      newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      +
       
      + + +
       
      + +
      parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(byte[] data)
      +
       
      + +
      parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data)
      +
       
      + +
      parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input)
      +
       
      + +
      parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      + + +
       
      + +
      parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      +
       
      +
      static com.google.protobuf.Parser<DaprProtos.Job>
      + +
       
      + + +
       
      +
      void
      +
      writeTo(com.google.protobuf.CodedOutputStream output)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class com.google.protobuf.GeneratedMessageV3

      +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessage

      +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      +
      +

      Methods inherited from class com.google.protobuf.AbstractMessageLite

      +addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLite

      +toByteArray, toByteString, writeDelimitedTo, writeTo
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        NAME_FIELD_NUMBER

        +
        public static final int NAME_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        SCHEDULE_FIELD_NUMBER

        +
        public static final int SCHEDULE_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        REPEATS_FIELD_NUMBER

        +
        public static final int REPEATS_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        DUE_TIME_FIELD_NUMBER

        +
        public static final int DUE_TIME_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        TTL_FIELD_NUMBER

        +
        public static final int TTL_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        DATA_FIELD_NUMBER

        +
        public static final int DATA_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getName

        +
        public String getName()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        hasSchedule

        +
        public boolean hasSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        hasSchedule in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the schedule field is set.
        +
        +
        +
      • +
      • +
        +

        getSchedule

        +
        public String getSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        getSchedule in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The schedule.
        +
        +
        +
      • +
      • +
        +

        getScheduleBytes

        +
        public com.google.protobuf.ByteString getScheduleBytes()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Specified by:
        +
        getScheduleBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for schedule.
        +
        +
        +
      • +
      • +
        +

        hasRepeats

        +
        public boolean hasRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Specified by:
        +
        hasRepeats in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the repeats field is set.
        +
        +
        +
      • +
      • +
        +

        getRepeats

        +
        public int getRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Specified by:
        +
        getRepeats in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The repeats.
        +
        +
        +
      • +
      • +
        +

        hasDueTime

        +
        public boolean hasDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        hasDueTime in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the dueTime field is set.
        +
        +
        +
      • +
      • +
        +

        getDueTime

        +
        public String getDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        getDueTime in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The dueTime.
        +
        +
        +
      • +
      • +
        +

        getDueTimeBytes

        +
        public com.google.protobuf.ByteString getDueTimeBytes()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Specified by:
        +
        getDueTimeBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for dueTime.
        +
        +
        +
      • +
      • +
        +

        hasTtl

        +
        public boolean hasTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        hasTtl in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the ttl field is set.
        +
        +
        +
      • +
      • +
        +

        getTtl

        +
        public String getTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        getTtl in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The ttl.
        +
        +
        +
      • +
      • +
        +

        getTtlBytes

        +
        public com.google.protobuf.ByteString getTtlBytes()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Specified by:
        +
        getTtlBytes in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The bytes for ttl.
        +
        +
        +
      • +
      • +
        +

        hasData

        +
        public boolean hasData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        hasData in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        Whether the data field is set.
        +
        +
        +
      • +
      • +
        +

        getData

        +
        public com.google.protobuf.Any getData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        getData in interface DaprProtos.JobOrBuilder
        +
        Returns:
        +
        The data.
        +
        +
        +
      • +
      • +
        +

        getDataOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getDataOrBuilder()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Specified by:
        +
        getDataOrBuilder in interface DaprProtos.JobOrBuilder
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.Job parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.Job parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.Job parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.Job.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.Job.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.Job.Builder newBuilder(DaprProtos.Job prototype)
        +
        +
      • +
      • +
        +

        toBuilder

        +
        public DaprProtos.Job.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.Job.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.Job getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.Job> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.Job> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.Job getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html b/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html new file mode 100644 index 000000000..fe708eafc --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html @@ -0,0 +1,472 @@ + + + + +DaprProtos.JobOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.JobOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.Job, DaprProtos.Job.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.JobOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      com.google.protobuf.Any
      + +
      +
      + Job data.
      +
      +
      com.google.protobuf.AnyOrBuilder
      + +
      +
      + Job data.
      +
      + + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      + + +
      +
      + The unique name for the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The unique name for the job.
      +
      +
      int
      + +
      +
      + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
      +
      + + +
      +
      + The schedule for the job.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The schedule for the job.
      +
      + + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      boolean
      + +
      +
      + Job data.
      +
      +
      boolean
      + +
      +
      + Optional: sets time at which or time interval before the callback is invoked for the first time.
      +
      +
      boolean
      + +
      +
      + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
      +
      +
      boolean
      + +
      +
      + The schedule for the job.
      +
      +
      boolean
      + +
      +
      + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getName

        +
        String getName()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The name.
        +
        +
        +
      • +
      • +
        +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The unique name for the job.
        + 
        + + string name = 1;
        +
        +
        Returns:
        +
        The bytes for name.
        +
        +
        +
      • +
      • +
        +

        hasSchedule

        +
        boolean hasSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Returns:
        +
        Whether the schedule field is set.
        +
        +
        +
      • +
      • +
        +

        getSchedule

        +
        String getSchedule()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Returns:
        +
        The schedule.
        +
        +
        +
      • +
      • +
        +

        getScheduleBytes

        +
        com.google.protobuf.ByteString getScheduleBytes()
        +
        + The schedule for the job.
        + 
        + + optional string schedule = 2;
        +
        +
        Returns:
        +
        The bytes for schedule.
        +
        +
        +
      • +
      • +
        +

        hasRepeats

        +
        boolean hasRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Returns:
        +
        Whether the repeats field is set.
        +
        +
        +
      • +
      • +
        +

        getRepeats

        +
        int getRepeats()
        +
        + Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
        + 
        + + optional uint32 repeats = 3;
        +
        +
        Returns:
        +
        The repeats.
        +
        +
        +
      • +
      • +
        +

        hasDueTime

        +
        boolean hasDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Returns:
        +
        Whether the dueTime field is set.
        +
        +
        +
      • +
      • +
        +

        getDueTime

        +
        String getDueTime()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Returns:
        +
        The dueTime.
        +
        +
        +
      • +
      • +
        +

        getDueTimeBytes

        +
        com.google.protobuf.ByteString getDueTimeBytes()
        +
        + Optional: sets time at which or time interval before the callback is invoked for the first time.
        + 
        + + optional string due_time = 4;
        +
        +
        Returns:
        +
        The bytes for dueTime.
        +
        +
        +
      • +
      • +
        +

        hasTtl

        +
        boolean hasTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Returns:
        +
        Whether the ttl field is set.
        +
        +
        +
      • +
      • +
        +

        getTtl

        +
        String getTtl()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Returns:
        +
        The ttl.
        +
        +
        +
      • +
      • +
        +

        getTtlBytes

        +
        com.google.protobuf.ByteString getTtlBytes()
        +
        + Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
        + 
        + + optional string ttl = 5;
        +
        +
        Returns:
        +
        The bytes for ttl.
        +
        +
        +
      • +
      • +
        +

        hasData

        +
        boolean hasData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Returns:
        +
        Whether the data field is set.
        +
        +
        +
      • +
      • +
        +

        getData

        +
        com.google.protobuf.Any getData()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
        Returns:
        +
        The data.
        +
        +
        +
      • +
      • +
        +

        getDataOrBuilder

        +
        com.google.protobuf.AnyOrBuilder getDataOrBuilder()
        +
        + Job data.
        + 
        + + .google.protobuf.Any data = 6;
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html index 72d8034cb..0a703528a 100644 --- a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -202,7 +202,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html index 284787fa6..dfd70cde6 100644 --- a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html +++ b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html @@ -1,11 +1,11 @@ - -DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.11.0 API) + +DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.12.0 API) - + @@ -193,90 +193,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.MetadataHTTPEndpoint>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.MetadataHTTPEndpoint>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -291,7 +288,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -336,18 +333,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html index 1e5ba6094..d4593ecd8 100644 --- a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html index bf8497f8a..b428ae20b 100644 --- a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html index 6efe22fe5..770cc5518 100644 --- a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -203,102 +203,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PauseWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PauseWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html index 6e6344763..666825795 100644 --- a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html index ef66f8b9b..fadcb3e3f 100644 --- a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -168,6 +168,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -208,6 +209,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -216,6 +218,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -225,6 +228,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -233,6 +237,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -295,6 +300,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -304,6 +310,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -312,6 +319,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -374,7 +382,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -935,6 +943,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.PublishEventRequestOrBuilder
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -952,6 +961,7 @@

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -982,6 +992,7 @@

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -1000,6 +1011,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -1017,6 +1029,7 @@

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -1040,6 +1053,7 @@

    removeMetadata

    public DaprProtos.PublishEventRequest.Builder removeMetadata(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -1063,6 +1077,7 @@

    putMetadata

    String value)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -1076,6 +1091,7 @@

    putAllMetadata

    public DaprProtos.PublishEventRequest.Builder putAllMetadata(Map<String,String> values)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html index 925a9570c..2ce49ce1c 100644 --- a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html +++ b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.PublishEventRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PublishEventRequest (dapr-sdk-parent 1.12.0 API) - + @@ -187,6 +187,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -230,6 +231,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -238,6 +240,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -247,6 +250,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -255,6 +259,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -288,93 +293,90 @@

    Method Summary

    The pubsub topic
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PublishEventRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PublishEventRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -389,7 +391,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -490,18 +492,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -653,6 +643,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.PublishEventRequestOrBuilder
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -670,6 +661,7 @@

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -700,6 +692,7 @@

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -718,6 +711,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -735,6 +729,7 @@

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html index 6b604aed3..6c468848c 100644 --- a/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -108,6 +108,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -139,6 +140,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -147,6 +149,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -156,6 +159,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -164,6 +168,7 @@

    Method Summary

    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -322,6 +327,7 @@

    getMetadataCount

    int getMetadataCount()
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -335,6 +341,7 @@

    containsMetadata

    boolean containsMetadata(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -357,6 +364,7 @@

    getMetadataMap

    Map<String,String> getMetadataMap()
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -371,6 +379,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    @@ -384,6 +393,7 @@

    getMetadataOrThrow

    String getMetadataOrThrow(String key)
      The metadata passing to pub components
    +
      metadata property:
      - key : the key of the message.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html index aa1db988b..bb6d661c0 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -153,207 +153,232 @@

    Method Summary

    string topic = 2 [json_name = "topic"];
    - -
     
    -
    boolean
    - -
    -
    map<string, string> metadata = 3 [json_name = "metadata"];
    + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    - - + + +
     
    +
    boolean
    +
    -
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    com.google.protobuf.ByteString
    - + +
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    - - -
     
    -
    static final com.google.protobuf.Descriptors.Descriptor
    - -
     
    -
    com.google.protobuf.Descriptors.Descriptor
    - -
     
    - - -
    -
    Deprecated.
    -
    -
    int
    - +
    com.google.protobuf.ByteString
    +
    -
    map<string, string> metadata = 3 [json_name = "metadata"];
    +
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    +
    + + +
     
    +
    static final com.google.protobuf.Descriptors.Descriptor
    + +
     
    +
    com.google.protobuf.Descriptors.Descriptor
    + +
     
    + + +
    +
    Deprecated.
    - - +
    int
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    - -
    getMetadataOrDefault(String key, - String defaultValue)
    + +
    map<string, string> metadata = 3 [json_name = "metadata"];
    - +
    getMetadataOrDefault(String key, + String defaultValue)
    map<string, string> metadata = 3 [json_name = "metadata"];
    - - -
    + + +
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    +
    + + +
    Deprecated.
    - - + + +
    +
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    +
    com.google.protobuf.ByteString
    +
    string pubsub_name = 1 [json_name = "pubsubname"];
    -
    com.google.protobuf.ByteString
    - + +
    -
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - - + +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - - + +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - - + +
    -
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    string topic = 2 [json_name = "topic"];
    - - +
    com.google.protobuf.ByteString
    +
    string topic = 2 [json_name = "topic"];
    -
    com.google.protobuf.ByteString
    - + +
    -
    string topic = 2 [json_name = "topic"];
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    -
    boolean
    - +
    int
    +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    boolean
    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    protected com.google.protobuf.MapField
    - +
    internalGetMapField(int number)
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
     
    - -
    mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    final boolean
    +
     
    -
    mergeFrom(com.google.protobuf.Message other)
    +
    mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - +
    mergeFrom(com.google.protobuf.Message other)
     
    - -
    + +
     
    + + +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - -
    mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    - - -
    -
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    + +
    mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    +
     
    -
    putMetadata(String key, - String value)
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    - +
    putMetadata(String key, + String value)
    map<string, string> metadata = 3 [json_name = "metadata"];
    - +
    -
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    setDeadLetterTopicBytes(com.google.protobuf.ByteString value)
    +
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    -
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, - Object value)
    -
     
    - - -
    -
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    setDeadLetterTopicBytes(com.google.protobuf.ByteString value)
    +
    +
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    + +
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
    +
     
    -
    setPubsubNameBytes(com.google.protobuf.ByteString value)
    +
    string pubsub_name = 1 [json_name = "pubsubname"];
    -
    setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, +
    setPubsubNameBytes(com.google.protobuf.ByteString value)
    +
    +
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    + +
    setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
    -
     
    +
     
    + + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    - +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - +
    -
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    string topic = 2 [json_name = "topic"];
    - +
    setTopicBytes(com.google.protobuf.ByteString value)
    string topic = 2 [json_name = "topic"];
    -
    setTopicBytes(com.google.protobuf.ByteString value)
    +
    -
    string topic = 2 [json_name = "topic"];
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    - -
    setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    + +
    setTypeValue(int value)
    +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    + +
    setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -978,6 +1003,69 @@

    setDeadLetterTopicBytes

  • +
    +

    getTypeValue

    +
    public int getTypeValue()
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Specified by:
    +
    getTypeValue in interface DaprProtos.PubsubSubscriptionOrBuilder
    +
    Returns:
    +
    The enum numeric value on the wire for type.
    +
    +
    +
  • +
  • +
    +

    setTypeValue

    +
    public DaprProtos.PubsubSubscription.Builder setTypeValue(int value)
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Parameters:
    +
    value - The enum numeric value on the wire for type to set.
    +
    Returns:
    +
    This builder for chaining.
    +
    +
    +
  • +
  • +
    +

    getType

    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Specified by:
    +
    getType in interface DaprProtos.PubsubSubscriptionOrBuilder
    +
    Returns:
    +
    The type.
    +
    +
    +
  • +
  • +
    +

    setType

    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Parameters:
    +
    value - The type to set.
    +
    Returns:
    +
    This builder for chaining.
    +
    +
    +
  • +
  • +
    +

    clearType

    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Returns:
    +
    This builder for chaining.
    +
    +
    +
  • +
  • setUnknownFields

    public final DaprProtos.PubsubSubscription.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html index 1294946e2..413ef902e 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscription (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscription (dapr-sdk-parent 1.12.0 API) - + @@ -154,6 +154,9 @@

    Field Summary

    static final int
     
    +
    static final int
    + +
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    @@ -266,98 +269,105 @@

    Method Summary

    string topic = 2 [json_name = "topic"];
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    int
    - -
     
    -
    boolean
    - + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    int
    + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    int
    + +
     
    +
    boolean
    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscription>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscription>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -372,7 +382,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -454,6 +464,20 @@

    DEAD_LETTER_TOPIC_FIELD_NUMBER

    +
  • +
    +

    TYPE_FIELD_NUMBER

    +
    public static final int TYPE_FIELD_NUMBER
    +
    +
    See Also:
    +
    + +
    +
    +
    +
  • @@ -473,18 +497,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -696,6 +708,32 @@

    getDeadLetterTopicBytes

  • +
    +

    getTypeValue

    +
    public int getTypeValue()
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Specified by:
    +
    getTypeValue in interface DaprProtos.PubsubSubscriptionOrBuilder
    +
    Returns:
    +
    The enum numeric value on the wire for type.
    +
    +
    +
  • +
  • +
    +

    getType

    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Specified by:
    +
    getType in interface DaprProtos.PubsubSubscriptionOrBuilder
    +
    Returns:
    +
    The type.
    +
    +
    +
  • +
  • isInitialized

    public final boolean isInitialized()
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html index daebf87a7..4ab5621e7 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -174,6 +174,16 @@

    Method Summary

    string topic = 2 [json_name = "topic"];
    + + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    int
    + +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    boolean
    @@ -339,6 +349,28 @@

    getDeadLetterTopicBytes

  • +
  • +
    +

    getTypeValue

    +
    int getTypeValue()
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Returns:
    +
    The enum numeric value on the wire for type.
    +
    +
    +
  • +
  • +
    +

    getType

    + +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    +
    Returns:
    +
    The type.
    +
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html index b38f0215e..e2c2d070d 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -227,7 +227,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html index 64c4fcba8..6faae5a2d 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.12.0 API) - + @@ -206,90 +206,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscriptionRule>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscriptionRule>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -304,7 +301,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof @@ -363,18 +360,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html index 5803607eb..75048aab3 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html index 9a3465599..7390121e2 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -271,7 +271,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html index 11f1a6e14..c498c1755 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.12.0 API) - + @@ -208,90 +208,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscriptionRules>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PubsubSubscriptionRules>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -306,7 +303,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -351,18 +348,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html index e95be033e..2aefe855a 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html new file mode 100644 index 000000000..3b1446b24 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html @@ -0,0 +1,533 @@ + + + + +DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Enum Class DaprProtos.PubsubSubscriptionType

    +
    +
    java.lang.Object +
    java.lang.Enum<DaprProtos.PubsubSubscriptionType> +
    io.dapr.v1.DaprProtos.PubsubSubscriptionType
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DaprProtos.PubsubSubscriptionType>, Constable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static enum DaprProtos.PubsubSubscriptionType +extends Enum<DaprProtos.PubsubSubscriptionType> +implements com.google.protobuf.ProtocolMessageEnum
    +
    + PubsubSubscriptionType indicates the type of subscription
    + 
    + + Protobuf enum dapr.proto.runtime.v1.PubsubSubscriptionType
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Enum Constant Details

      + +
      +
    • + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        UNKNOWN_VALUE

        +
        public static final int UNKNOWN_VALUE
        +
        + UNKNOWN is the default value for the subscription type.
        + 
        + + UNKNOWN = 0;
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        DECLARATIVE_VALUE

        +
        public static final int DECLARATIVE_VALUE
        +
        + Declarative subscription (k8s CRD)
        + 
        + + DECLARATIVE = 1;
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        PROGRAMMATIC_VALUE

        +
        public static final int PROGRAMMATIC_VALUE
        +
        + Programmatically created subscription
        + 
        + + PROGRAMMATIC = 2;
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      • +
        +

        STREAMING_VALUE

        +
        public static final int STREAMING_VALUE
        +
        + Bidirectional Streaming subscription
        + 
        + + STREAMING = 3;
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        values

        +
        public static DaprProtos.PubsubSubscriptionType[] values()
        +
        Returns an array containing the constants of this enum class, in +the order they are declared.
        +
        +
        Returns:
        +
        an array containing the constants of this enum class, in the order they are declared
        +
        +
        +
      • +
      • +
        +

        valueOf

        +
        public static DaprProtos.PubsubSubscriptionType valueOf(String name)
        +
        Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum class has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
        +
      • +
      • +
        +

        getNumber

        +
        public final int getNumber()
        +
        +
        Specified by:
        +
        getNumber in interface com.google.protobuf.Internal.EnumLite
        +
        Specified by:
        +
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
        +
      • +
      • +
        +

        valueOf

        +
        @Deprecated +public static DaprProtos.PubsubSubscriptionType valueOf(int value)
        +
        Deprecated.
        +
        Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        value - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum class has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
        +
      • +
      • +
        +

        forNumber

        +
        public static DaprProtos.PubsubSubscriptionType forNumber(int value)
        +
        +
        Parameters:
        +
        value - The numeric wire value of the corresponding enum entry.
        +
        Returns:
        +
        The enum associated with the given numeric wire value.
        +
        +
        +
      • +
      • +
        +

        internalGetValueMap

        +
        public static com.google.protobuf.Internal.EnumLiteMap<DaprProtos.PubsubSubscriptionType> internalGetValueMap()
        +
        +
      • +
      • +
        +

        getValueDescriptor

        +
        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        +
        +
        Specified by:
        +
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
        +
        +
      • +
      • +
        +

        valueOf

        +
        public static DaprProtos.PubsubSubscriptionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        +
        Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        desc - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum class has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html index 44f45fb41..8b4d768a3 100644 --- a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html index dbfc8a112..3395f7c87 100644 --- a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -203,102 +203,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.PurgeWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.PurgeWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html index c0b414f6d..17794d8d8 100644 --- a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html index 07d980fa8..95afdd139 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -285,7 +285,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItem.html b/docs/io/dapr/v1/DaprProtos.QueryStateItem.html index 515cfa204..6d13e49de 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateItem.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateItem.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateItem (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateItem (dapr-sdk-parent 1.12.0 API) - + @@ -234,90 +234,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.QueryStateItem>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.QueryStateItem>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -332,7 +329,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -419,18 +416,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html index 1eee9b49d..da716383d 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html index 516604855..694aa925f 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -310,7 +310,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html index 2d32dafa1..08f21e707 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -254,93 +254,90 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.QueryStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.QueryStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -428,18 +425,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html index 116040e53..3e2e2f3c3 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html index 70ed989d7..71d2752d6 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -392,7 +392,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html index cdaa9e599..cf0fc95b9 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateResponse (dapr-sdk-parent 1.12.0 API) - + @@ -272,93 +272,90 @@

    Method Summary

    Pagination token.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.QueryStateResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.QueryStateResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -373,7 +370,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -446,18 +443,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html index fc8f87b30..cb8b5653a 100644 --- a/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html index 2a806991b..8ed0641a9 100644 --- a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -289,7 +289,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html index 6031a7f2c..577c03981 100644 --- a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -227,102 +227,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.RaiseEventWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.RaiseEventWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -337,7 +334,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -424,18 +421,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html index 09f85d7ae..c52c18e7a 100644 --- a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html index 287471cac..eae8a2b7a 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -145,7 +145,7 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -174,22 +174,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -208,12 +208,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -267,22 +267,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setData(com.google.protobuf.ByteString value)
    @@ -292,12 +292,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -346,7 +346,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -586,7 +586,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -599,7 +599,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -612,7 +612,7 @@

    getActorTypeBytes

    setActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -625,7 +625,7 @@

    setActorType

    clearActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -636,7 +636,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.RegisterActorReminderRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -649,7 +649,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -662,7 +662,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -675,7 +675,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -688,7 +688,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -699,7 +699,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.RegisterActorReminderRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    @@ -775,7 +775,7 @@

    setNameBytes

    getDueTime

    public String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTime in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -788,7 +788,7 @@

    getDueTime

    getDueTimeBytes

    public com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTimeBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -801,7 +801,7 @@

    getDueTimeBytes

    setDueTime

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Parameters:
    value - The dueTime to set.
    @@ -814,7 +814,7 @@

    setDueTime

    clearDueTime

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    This builder for chaining.
    @@ -825,7 +825,7 @@

    clearDueTime

    setDueTimeBytes

    public DaprProtos.RegisterActorReminderRequest.Builder setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Parameters:
    value - The bytes for dueTime to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html index e9381d499..4c05d641d 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.12.0 API) - + @@ -194,22 +194,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -228,12 +228,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -271,90 +271,87 @@

    Method Summary

    string ttl = 7;
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.RegisterActorReminderRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.RegisterActorReminderRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -369,7 +366,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -498,18 +495,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -529,7 +514,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -542,7 +527,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -555,7 +540,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -568,7 +553,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -607,7 +592,7 @@

    getNameBytes

    getDueTime

    public String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTime in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    @@ -620,7 +605,7 @@

    getDueTime

    getDueTimeBytes

    public com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTimeBytes in interface DaprProtos.RegisterActorReminderRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html index 8f52e639f..9eab53af8 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    @@ -131,12 +131,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -192,7 +192,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -203,7 +203,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -214,7 +214,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -225,7 +225,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    @@ -258,7 +258,7 @@

    getNameBytes

    getDueTime

    String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    The dueTime.
    @@ -269,7 +269,7 @@

    getDueTime

    getDueTimeBytes

    com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    The bytes for dueTime.
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html index 3877ba303..559e719fe 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -150,7 +150,7 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -179,22 +179,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -223,12 +223,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -282,22 +282,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -317,12 +317,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -371,7 +371,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -611,7 +611,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -624,7 +624,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -637,7 +637,7 @@

    getActorTypeBytes

    setActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -650,7 +650,7 @@

    setActorType

    clearActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -661,7 +661,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.RegisterActorTimerRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -674,7 +674,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -687,7 +687,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -700,7 +700,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -713,7 +713,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -724,7 +724,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.RegisterActorTimerRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    @@ -800,7 +800,7 @@

    setNameBytes

    getDueTime

    public String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTime in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -813,7 +813,7 @@

    getDueTime

    getDueTimeBytes

    public com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTimeBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -826,7 +826,7 @@

    getDueTimeBytes

    setDueTime

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Parameters:
    value - The dueTime to set.
    @@ -839,7 +839,7 @@

    setDueTime

    clearDueTime

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    This builder for chaining.
    @@ -850,7 +850,7 @@

    clearDueTime

    setDueTimeBytes

    public DaprProtos.RegisterActorTimerRequest.Builder setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Parameters:
    value - The bytes for dueTime to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html index 924e25cb2..bdfa3f654 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.12.0 API) - + @@ -197,22 +197,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -241,12 +241,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -284,90 +284,87 @@

    Method Summary

    string ttl = 8;
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.RegisterActorTimerRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.RegisterActorTimerRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -382,7 +379,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -525,18 +522,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -556,7 +541,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -569,7 +554,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -582,7 +567,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -595,7 +580,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -634,7 +619,7 @@

    getNameBytes

    getDueTime

    public String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTime in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    @@ -647,7 +632,7 @@

    getDueTime

    getDueTimeBytes

    public com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Specified by:
    getDueTimeBytes in interface DaprProtos.RegisterActorTimerRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html index 7fd6cea78..045ce6824 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -141,12 +141,12 @@

    Method Summary

    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    com.google.protobuf.ByteString
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    @@ -202,7 +202,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -213,7 +213,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -224,7 +224,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -235,7 +235,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    @@ -268,7 +268,7 @@

    getNameBytes

    getDueTime

    String getDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    The dueTime.
    @@ -279,7 +279,7 @@

    getDueTime

    getDueTimeBytes

    com.google.protobuf.ByteString getDueTimeBytes()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    Returns:
    The bytes for dueTime.
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html index 575b98e32..4b0f9f226 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -298,7 +298,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html index 65327ed3f..eee69c299 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html +++ b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisteredComponents (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisteredComponents (dapr-sdk-parent 1.12.0 API) - + @@ -232,100 +232,97 @@

    Method Summary

    string type = 2;
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    string version = 3;
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    string version = 3;
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.RegisteredComponents>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.RegisteredComponents>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -340,7 +337,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -427,18 +424,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html index aeec28e42..9f7996a00 100644 --- a/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html index 206c079ff..8ff8a7742 100644 --- a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html index bdfcd546b..8ba5d6f16 100644 --- a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -203,102 +203,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ResumeWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ResumeWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html index 64324c49b..d6797cd06 100644 --- a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html index 366ab7bb9..de80844e5 100644 --- a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -323,7 +323,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html index 214be9eeb..48c900e61 100644 --- a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SaveStateRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SaveStateRequest (dapr-sdk-parent 1.12.0 API) - + @@ -233,90 +233,87 @@

    Method Summary

    The name of state store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SaveStateRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SaveStateRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -331,7 +328,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -390,18 +387,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html index afec29367..7bd95c1a1 100644 --- a/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html new file mode 100644 index 000000000..e6db70e56 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html @@ -0,0 +1,610 @@ + + + + +DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.ScheduleJobRequest.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobRequest.Builder> +
    io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.ScheduleJobRequestOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.ScheduleJobRequest
    +
    +
    +
    public static final class DaprProtos.ScheduleJobRequest.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobRequest.Builder> +implements DaprProtos.ScheduleJobRequestOrBuilder
    +
    + ScheduleJobRequest is the message to create/schedule the job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.ScheduleJobRequest
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html new file mode 100644 index 000000000..0a66b8d4f --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html @@ -0,0 +1,712 @@ + + + + +DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.ScheduleJobRequest

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.ScheduleJobRequest
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.ScheduleJobRequestOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.ScheduleJobRequest +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.ScheduleJobRequestOrBuilder
    +
    + ScheduleJobRequest is the message to create/schedule the job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.ScheduleJobRequest
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        JOB_FIELD_NUMBER

        +
        public static final int JOB_FIELD_NUMBER
        +
        +
        See Also:
        +
        + +
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        hasJob

        +
        public boolean hasJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        hasJob in interface DaprProtos.ScheduleJobRequestOrBuilder
        +
        Returns:
        +
        Whether the job field is set.
        +
        +
        +
      • +
      • +
        +

        getJob

        +
        public DaprProtos.Job getJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJob in interface DaprProtos.ScheduleJobRequestOrBuilder
        +
        Returns:
        +
        The job.
        +
        +
        +
      • +
      • +
        +

        getJobOrBuilder

        +
        public DaprProtos.JobOrBuilder getJobOrBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Specified by:
        +
        getJobOrBuilder in interface DaprProtos.ScheduleJobRequestOrBuilder
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.ScheduleJobRequest parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.ScheduleJobRequest parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobRequest parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.ScheduleJobRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.ScheduleJobRequest.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.ScheduleJobRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.ScheduleJobRequest getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.ScheduleJobRequest> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.ScheduleJobRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.ScheduleJobRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html new file mode 100644 index 000000000..88b8cea7f --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html @@ -0,0 +1,199 @@ + + + + +DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.ScheduleJobRequestOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.ScheduleJobRequest, DaprProtos.ScheduleJobRequest.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.ScheduleJobRequestOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + The job details.
      +
      + + +
      +
      + The job details.
      +
      +
      boolean
      + +
      +
      + The job details.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        hasJob

        +
        boolean hasJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Returns:
        +
        Whether the job field is set.
        +
        +
        +
      • +
      • +
        +

        getJob

        +
        DaprProtos.Job getJob()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
        Returns:
        +
        The job.
        +
        +
        +
      • +
      • +
        +

        getJobOrBuilder

        +
        DaprProtos.JobOrBuilder getJobOrBuilder()
        +
        + The job details.
        + 
        + + .dapr.proto.runtime.v1.Job job = 1;
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html new file mode 100644 index 000000000..ef38867af --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html @@ -0,0 +1,458 @@ + + + + +DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.ScheduleJobResponse.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder> +
    io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.ScheduleJobResponseOrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.ScheduleJobResponse
    +
    +
    +
    public static final class DaprProtos.ScheduleJobResponse.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder> +implements DaprProtos.ScheduleJobResponseOrBuilder
    +
    + ScheduleJobResponse is the message response to create/schedule the job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.ScheduleJobResponse
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clear

        + +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.ScheduleJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      • +
        +

        build

        + +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        buildPartial

        +
        public DaprProtos.ScheduleJobResponse buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
        +
      • +
      • +
        +

        clone

        + +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setField

        +
        public DaprProtos.ScheduleJobResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearField

        +
        public DaprProtos.ScheduleJobResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        clearOneof

        +
        public DaprProtos.ScheduleJobResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        setRepeatedField

        +
        public DaprProtos.ScheduleJobResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        addRepeatedField

        +
        public DaprProtos.ScheduleJobResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.ScheduleJobResponse.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        + +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeFrom

        +
        public DaprProtos.ScheduleJobResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        setUnknownFields

        +
        public final DaprProtos.ScheduleJobResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      • +
        +

        mergeUnknownFields

        +
        public final DaprProtos.ScheduleJobResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.ScheduleJobResponse.Builder>
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html new file mode 100644 index 000000000..c5c4a84fc --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html @@ -0,0 +1,614 @@ + + + + +DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.ScheduleJobResponse

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.ScheduleJobResponse
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.ScheduleJobResponseOrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.ScheduleJobResponse +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.ScheduleJobResponseOrBuilder
    +
    + ScheduleJobResponse is the message response to create/schedule the job.
    + 
    + + Protobuf type dapr.proto.runtime.v1.ScheduleJobResponse
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        newInstance

        +
        protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        +
        +
        Overrides:
        +
        newInstance in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
        +
      • +
      • +
        +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output) + throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.ScheduleJobResponse parseDelimitedFrom(InputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseDelimitedFrom

        +
        public static DaprProtos.ScheduleJobResponse parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(com.google.protobuf.CodedInputStream input) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        parseFrom

        +
        public static DaprProtos.ScheduleJobResponse parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        public DaprProtos.ScheduleJobResponse.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilder

        +
        public static DaprProtos.ScheduleJobResponse.Builder newBuilder()
        +
        +
      • +
      • +
        +

        newBuilder

        + +
        +
      • +
      • +
        +

        toBuilder

        + +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
        +
      • +
      • +
        +

        newBuilderForType

        +
        protected DaprProtos.ScheduleJobResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstance

        +
        public static DaprProtos.ScheduleJobResponse getDefaultInstance()
        +
        +
      • +
      • +
        +

        parser

        +
        public static com.google.protobuf.Parser<DaprProtos.ScheduleJobResponse> parser()
        +
        +
      • +
      • +
        +

        getParserForType

        +
        public com.google.protobuf.Parser<DaprProtos.ScheduleJobResponse> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
        +
      • +
      • +
        +

        getDefaultInstanceForType

        +
        public DaprProtos.ScheduleJobResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html new file mode 100644 index 000000000..34b0543a0 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html @@ -0,0 +1,114 @@ + + + + +DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.ScheduleJobResponseOrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.ScheduleJobResponse, DaprProtos.ScheduleJobResponse.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.ScheduleJobResponseOrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html index 7f81fb0e5..3fb8ba8e3 100644 --- a/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -242,7 +242,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponse.html b/docs/io/dapr/v1/DaprProtos.SecretResponse.html index bed7720ce..b6d96ea2d 100644 --- a/docs/io/dapr/v1/DaprProtos.SecretResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SecretResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SecretResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SecretResponse (dapr-sdk-parent 1.12.0 API) - + @@ -219,93 +219,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SecretResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SecretResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -320,7 +317,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -365,18 +362,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html index 486b5b69b..d32a480cc 100644 --- a/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html index 750c8ca0c..ebefc0721 100644 --- a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -227,7 +227,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html index 4c39a9081..d77e1b081 100644 --- a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.12.0 API) - + @@ -196,100 +196,97 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    string value = 2;
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    string value = 2;
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SetMetadataRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SetMetadataRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -304,7 +301,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -363,18 +360,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html index 6f0c5a250..a97db6f81 100644 --- a/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html index ec900da4c..8804c9780 100644 --- a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -181,7 +181,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html index 4c3ab141a..7df13d408 100644 --- a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html +++ b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.ShutdownRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ShutdownRequest (dapr-sdk-parent 1.12.0 API) - + @@ -179,90 +179,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.ShutdownRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.ShutdownRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -277,7 +274,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -300,18 +297,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html index 735f259c6..a59849a7b 100644 --- a/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html index 17394f993..f48ba0eca 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -358,7 +358,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html index 0f4649a71..763eda9c1 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -254,117 +254,114 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    - - -
    + + +
    Name of the workflow.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.StartWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.StartWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -379,7 +376,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -480,18 +477,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html index bd93b7289..4167dcfaa 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html index bad0f6b6d..48d4efeb6 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -211,7 +211,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html index f2aeb68dd..7dde3053b 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.12.0 API) - + @@ -200,90 +200,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.StartWorkflowResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.StartWorkflowResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -298,7 +295,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -343,18 +340,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html index 1c5031aff..52b4e1814 100644 --- a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html index ace432419..3157975c8 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -335,7 +335,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html index 9cfe1ea58..d3d370ae1 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -266,93 +266,90 @@

    Method Summary

    The name of configuration store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -367,7 +364,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -440,18 +437,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html index eea827fed..60aefa47e 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html index 959d15b8e..971279d3c 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -276,7 +276,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html index 475e990b5..45093a5b7 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + @@ -234,93 +234,90 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -335,7 +332,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -394,18 +391,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html index aba70c439..e763b1d42 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html new file mode 100644 index 000000000..c8a52d3de --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html @@ -0,0 +1,1109 @@ + + + + +DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder> +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.SubscribeTopicEventsInitialRequestAlpha1
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder> +implements DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
    +
    + SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the
    + details for subscribing to a topic via streaming.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html new file mode 100644 index 000000000..31d98ed87 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html @@ -0,0 +1,1034 @@ + + + + +DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsInitialRequestAlpha1

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
    +
    + SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the
    + details for subscribing to a topic via streaming.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html new file mode 100644 index 000000000..d2800a185 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html @@ -0,0 +1,424 @@ + + + + +DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.SubscribeTopicEventsInitialRequestAlpha1, DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      boolean
      + +
      +
      + The metadata passing to pub components + + metadata property: + - key : the key of the message.
      +
      + + +
      +
      + dead_letter_topic is the topic to which messages that fail to be processed + are sent.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + dead_letter_topic is the topic to which messages that fail to be processed + are sent.
      +
      + + +
      +
      Deprecated.
      +
      +
      int
      + +
      +
      + The metadata passing to pub components + + metadata property: + - key : the key of the message.
      +
      + + +
      +
      + The metadata passing to pub components + + metadata property: + - key : the key of the message.
      +
      + +
      getMetadataOrDefault(String key, + String defaultValue)
      +
      +
      + The metadata passing to pub components + + metadata property: + - key : the key of the message.
      +
      + + +
      +
      + The metadata passing to pub components + + metadata property: + - key : the key of the message.
      +
      + + +
      +
      + The name of the pubsub component
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The name of the pubsub component
      +
      + + +
      +
      + The pubsub topic
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + The pubsub topic
      +
      +
      boolean
      + +
      +
      + dead_letter_topic is the topic to which messages that fail to be processed + are sent.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getPubsubName

        +
        String getPubsubName()
        +
        + The name of the pubsub component
        + 
        + + string pubsub_name = 1;
        +
        +
        Returns:
        +
        The pubsubName.
        +
        +
        +
      • +
      • +
        +

        getPubsubNameBytes

        +
        com.google.protobuf.ByteString getPubsubNameBytes()
        +
        + The name of the pubsub component
        + 
        + + string pubsub_name = 1;
        +
        +
        Returns:
        +
        The bytes for pubsubName.
        +
        +
        +
      • +
      • +
        +

        getTopic

        +
        String getTopic()
        +
        + The pubsub topic
        + 
        + + string topic = 2;
        +
        +
        Returns:
        +
        The topic.
        +
        +
        +
      • +
      • +
        +

        getTopicBytes

        +
        com.google.protobuf.ByteString getTopicBytes()
        +
        + The pubsub topic
        + 
        + + string topic = 2;
        +
        +
        Returns:
        +
        The bytes for topic.
        +
        +
        +
      • +
      • +
        +

        getMetadataCount

        +
        int getMetadataCount()
        +
        + The metadata passing to pub components
        +
        + metadata property:
        + - key : the key of the message.
        + 
        + + map<string, string> metadata = 3;
        +
        +
      • +
      • +
        +

        containsMetadata

        +
        boolean containsMetadata(String key)
        +
        + The metadata passing to pub components
        +
        + metadata property:
        + - key : the key of the message.
        + 
        + + map<string, string> metadata = 3;
        +
        +
      • +
      • +
        +

        getMetadata

        +
        @Deprecated +Map<String,String> getMetadata()
        +
        Deprecated.
        +
        Use getMetadataMap() instead.
        +
        +
      • +
      • +
        +

        getMetadataMap

        +
        Map<String,String> getMetadataMap()
        +
        + The metadata passing to pub components
        +
        + metadata property:
        + - key : the key of the message.
        + 
        + + map<string, string> metadata = 3;
        +
        +
      • +
      • +
        +

        getMetadataOrDefault

        +
        String getMetadataOrDefault(String key, + String defaultValue)
        +
        + The metadata passing to pub components
        +
        + metadata property:
        + - key : the key of the message.
        + 
        + + map<string, string> metadata = 3;
        +
        +
      • +
      • +
        +

        getMetadataOrThrow

        +
        String getMetadataOrThrow(String key)
        +
        + The metadata passing to pub components
        +
        + metadata property:
        + - key : the key of the message.
        + 
        + + map<string, string> metadata = 3;
        +
        +
      • +
      • +
        +

        hasDeadLetterTopic

        +
        boolean hasDeadLetterTopic()
        +
        + dead_letter_topic is the topic to which messages that fail to be processed
        + are sent.
        + 
        + + optional string dead_letter_topic = 4;
        +
        +
        Returns:
        +
        Whether the deadLetterTopic field is set.
        +
        +
        +
      • +
      • +
        +

        getDeadLetterTopic

        +
        String getDeadLetterTopic()
        +
        + dead_letter_topic is the topic to which messages that fail to be processed
        + are sent.
        + 
        + + optional string dead_letter_topic = 4;
        +
        +
        Returns:
        +
        The deadLetterTopic.
        +
        +
        +
      • +
      • +
        +

        getDeadLetterTopicBytes

        +
        com.google.protobuf.ByteString getDeadLetterTopicBytes()
        +
        + dead_letter_topic is the topic to which messages that fail to be processed
        + are sent.
        + 
        + + optional string dead_letter_topic = 4;
        +
        +
        Returns:
        +
        The bytes for deadLetterTopic.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html new file mode 100644 index 000000000..c357185be --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html @@ -0,0 +1,707 @@ + + + + +DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder> +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.SubscribeTopicEventsRequestAlpha1
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder> +implements DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
    +
    + SubscribeTopicEventsRequestAlpha1 is a message containing the details for
    + subscribing to a topic via streaming.
    + The first message must always be the initial request. All subsequent
    + messages must be event responses.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsRequestAlpha1
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/client/DaprApiProtocol.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html similarity index 55% rename from docs/io/dapr/client/DaprApiProtocol.html rename to docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html index 5a809566b..c9f44da2d 100644 --- a/docs/io/dapr/client/DaprApiProtocol.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html @@ -1,12 +1,12 @@ - -DaprApiProtocol (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.12.0 API) - - + + @@ -35,7 +35,7 @@
  • Overview
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -70,27 +70,27 @@
    - -

    Enum Class DaprApiProtocol

    +
    Package io.dapr.v1
    +

    Enum Class DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase

    java.lang.Object -
    java.lang.Enum<DaprApiProtocol> -
    io.dapr.client.DaprApiProtocol
    +
    java.lang.Enum<DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase> +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase
    All Implemented Interfaces:
    -
    Serializable, Comparable<DaprApiProtocol>, Constable
    +
    com.google.protobuf.Internal.EnumLite, Serializable, Comparable<DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase>, Constable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.SubscribeTopicEventsRequestAlpha1

    -
    @Deprecated -public enum DaprApiProtocol -extends Enum<DaprApiProtocol>
    -
    Deprecated. -
    This class will be deleted at SDK version 1.10.
    -
    -
    Transport protocol for Dapr's API.
    +
    public static enum DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase +extends Enum<DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase> +implements com.google.protobuf.Internal.EnumLite
  • @@ -127,22 +125,31 @@

    Enum Constant Summary

    Method Summary

    -
    +
    Modifier and Type
    Method
    Description
    - - + +
    forNumber(int value)
    +
     
    +
    int
    + +
     
    + +
    valueOf(int value)
    Deprecated.
    +
    + + +
    Returns the enum constant of this class with the specified name.
    - - -
    -
    Deprecated.
    + + +
    Returns an array containing the constants of this enum class, in the order they are declared.
    @@ -167,17 +174,21 @@

    Methods inherited from cl

    Enum Constant Details

    @@ -191,8 +202,7 @@

    Method Details

  • values

    -
    public static DaprApiProtocol[] values()
    -
    Deprecated.
    +
    Returns an array containing the constants of this enum class, in the order they are declared.
    @@ -204,8 +214,7 @@

    values

  • valueOf

    -
    public static DaprApiProtocol valueOf(String name)
    -
    Deprecated.
    +
    Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are @@ -221,6 +230,43 @@

    valueOf

  • +
  • +
    +

    valueOf

    + +
    Deprecated.
    +
    Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
    +
    +
    Parameters:
    +
    value - the name of the enum constant to be returned.
    +
    Returns:
    +
    the enum constant with the specified name
    +
    Throws:
    +
    IllegalArgumentException - if this enum class has no constant with the specified name
    +
    NullPointerException - if the argument is null
    +
    +
    +
  • +
  • +
    +

    forNumber

    + +
    +
  • +
  • +
    +

    getNumber

    +
    public int getNumber()
    +
    +
    Specified by:
    +
    getNumber in interface com.google.protobuf.Internal.EnumLite
    +
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html new file mode 100644 index 000000000..abbecbd15 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html @@ -0,0 +1,786 @@ + + + + +DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsRequestAlpha1

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsRequestAlpha1 +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
    +
    + SubscribeTopicEventsRequestAlpha1 is a message containing the details for
    + subscribing to a topic via streaming.
    + The first message must always be the initial request. All subsequent
    + messages must be event responses.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsRequestAlpha1
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html new file mode 100644 index 000000000..938fa5219 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html @@ -0,0 +1,237 @@ + + + + +DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.SubscribeTopicEventsRequestAlpha1, DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html new file mode 100644 index 000000000..2d2d6b9ce --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html @@ -0,0 +1,724 @@ + + + + +DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite.Builder +
    com.google.protobuf.AbstractMessage.Builder<BuilderT> +
    com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder> +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder, Cloneable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos.SubscribeTopicEventsResponseAlpha1
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder +extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder> +implements DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
    +
    + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a
    + subscription to a topic.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html new file mode 100644 index 000000000..297594f2b --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html @@ -0,0 +1,777 @@ + + + + +DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Class DaprProtos.SubscribeTopicEventsResponseAlpha1

    +
    +
    java.lang.Object +
    com.google.protobuf.AbstractMessageLite +
    com.google.protobuf.AbstractMessage +
    com.google.protobuf.GeneratedMessageV3 +
    io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder, Serializable
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static final class DaprProtos.SubscribeTopicEventsResponseAlpha1 +extends com.google.protobuf.GeneratedMessageV3 +implements DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
    +
    + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a
    + subscription to a topic.
    + 
    + + Protobuf type dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html new file mode 100644 index 000000000..f0541b288 --- /dev/null +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html @@ -0,0 +1,241 @@ + + + + +DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package io.dapr.v1
    +

    Interface DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder

    +
    +
    +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DaprProtos.SubscribeTopicEventsResponseAlpha1, DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder
    +
    +
    +
    Enclosing class:
    +
    DaprProtos
    +
    +
    +
    public static interface DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder +extends com.google.protobuf.MessageOrBuilder
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      + id is the unique identifier for the subscription request.
      +
      +
      com.google.protobuf.ByteString
      + +
      +
      + id is the unique identifier for the subscription request.
      +
      + + +
      +
      + status is the result of the subscription request.
      +
      + + +
      +
      + status is the result of the subscription request.
      +
      +
      boolean
      + +
      +
      + status is the result of the subscription request.
      +
      +
      +
      +
      +
      +

      Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

      +isInitialized
      +
      +

      Methods inherited from interface com.google.protobuf.MessageOrBuilder

      +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getId

        +
        String getId()
        +
        + id is the unique identifier for the subscription request.
        + 
        + + string id = 1;
        +
        +
        Returns:
        +
        The id.
        +
        +
        +
      • +
      • +
        +

        getIdBytes

        +
        com.google.protobuf.ByteString getIdBytes()
        +
        + id is the unique identifier for the subscription request.
        + 
        + + string id = 1;
        +
        +
        Returns:
        +
        The bytes for id.
        +
        +
        +
      • +
      • +
        +

        hasStatus

        +
        boolean hasStatus()
        +
        + status is the result of the subscription request.
        + 
        + + .dapr.proto.runtime.v1.TopicEventResponse status = 2;
        +
        +
        Returns:
        +
        Whether the status field is set.
        +
        +
        +
      • +
      • +
        +

        getStatus

        + +
        + status is the result of the subscription request.
        + 
        + + .dapr.proto.runtime.v1.TopicEventResponse status = 2;
        +
        +
        Returns:
        +
        The status.
        +
        +
        +
      • +
      • +
        +

        getStatusOrBuilder

        + +
        + status is the result of the subscription request.
        + 
        + + .dapr.proto.runtime.v1.TopicEventResponse status = 2;
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html index b4403d064..aeb82d805 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -343,7 +343,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html index 8b1d93595..fef657ff7 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.12.0 API) - + @@ -266,90 +266,87 @@

    Method Summary

    Authentication tag.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleDecryptRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleDecryptRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -364,7 +361,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof @@ -493,18 +490,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html index aceab81b9..aee63bdca 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html index 9d9e01514..db4f6eda9 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -199,7 +199,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html index 4aa1e4c42..0fb2f5013 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.12.0 API) - + @@ -194,90 +194,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleDecryptResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleDecryptResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -292,7 +289,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -337,18 +334,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html index 223059f10..fd9315e07 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html index 12ee7dba4..8a4e47050 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -325,7 +325,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html index 3a05fcc7d..ffd9395f8 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.12.0 API) - + @@ -257,90 +257,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleEncryptRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleEncryptRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -470,18 +467,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html index edd8216cd..e285f2330 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html index 5c5424598..aa88c7495 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -217,7 +217,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html index f58e16d18..1be773815 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.12.0 API) - + @@ -203,90 +203,87 @@

    Method Summary

    Authentication tag.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleEncryptResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleEncryptResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -301,7 +298,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -360,18 +357,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html index ffcf35df7..386f1001b 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html index 630d8aa70..a45132bc3 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -271,7 +271,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html index 9f962bec0..f5b45064b 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html index faa9f47c0..2ea6818ea 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.12.0 API) - + @@ -235,90 +235,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleGetKeyRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleGetKeyRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -333,7 +330,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -406,18 +403,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html index 2f2bae793..34aa9795d 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html index ce415ea41..fd028d795 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html index 57c0c0aeb..e0f6cdba9 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.12.0 API) - + @@ -215,90 +215,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleGetKeyResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleGetKeyResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html index ae2741ba8..ec193786b 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html index 64feff7eb..82589cb0f 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -289,7 +289,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html index 17f3d2274..88a886d35 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.12.0 API) - + @@ -239,90 +239,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleSignRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleSignRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -337,7 +334,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -424,18 +421,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html index c50c51764..7d15e96fc 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html index 0c3f6f30b..9a3e25352 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -199,7 +199,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html index 273764565..c89e096db 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.12.0 API) - + @@ -194,90 +194,87 @@

    Method Summary

    The signature that was computed
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleSignResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleSignResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -292,7 +289,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -337,18 +334,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html index 35608d2be..e1d7ac4d0 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html index 48b6c376d..c6398daba 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -343,7 +343,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html index 77d8db522..8c2b66c92 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.12.0 API) - + @@ -260,96 +260,93 @@

    Method Summary

    Authentication tag.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Wrapped key.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -364,7 +361,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -493,18 +490,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html index b38875d3b..01eaf891c 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html index e2764ca61..20d8baa40 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -199,7 +199,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html index 6d9fbdb09..895b91b74 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.12.0 API) - + @@ -194,90 +194,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -292,7 +289,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -337,18 +334,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html index 158636019..07df85b7e 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html index 015cf1926..c97b83e4b 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -307,7 +307,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html index 71172af61..f0506d7f7 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.12.0 API) - + @@ -248,90 +248,87 @@

    Method Summary

    Signature to verify.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleVerifyRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleVerifyRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -346,7 +343,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -447,18 +444,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html index e4d28a708..38a50f6f5 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html index f31bf7b86..2ade36838 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -199,7 +199,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html index ac330d5dd..22cd9344d 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.12.0 API) - + @@ -188,96 +188,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    True if the signature is valid.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleVerifyResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleVerifyResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -292,7 +289,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -337,18 +334,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html index f7837e7df..f44be2ee6 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html index 2b8c1d9f8..7b2412832 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -325,7 +325,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html index 18fef2ae2..e311691f9 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.12.0 API) - + @@ -257,90 +257,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleWrapKeyRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleWrapKeyRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -355,7 +352,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -470,18 +467,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html index 8c0da3c48..7e2cab6fd 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html index d43421ead..6c9c3285b 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -217,7 +217,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html index 7dc13c914..76de74a47 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.12.0 API) - + @@ -197,96 +197,93 @@

    Method Summary

    Authentication tag.
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Wrapped key.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.SubtleWrapKeyResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.SubtleWrapKeyResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -301,7 +298,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -360,18 +357,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html index c836aa21c..0dc78e810 100644 --- a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html index 57ed3e839..251b7feb7 100644 --- a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html index 6507b8844..6f5abccf4 100644 --- a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html +++ b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + @@ -203,102 +203,99 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    - - -
    + + +
    Name of the workflow component.
    -
    com.google.protobuf.ByteString
    - -
    +
    com.google.protobuf.ByteString
    + +
    Name of the workflow component.
    -
    int
    - -
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    int
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.TerminateWorkflowRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.TerminateWorkflowRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html index 2b7686ab9..d00034c16 100644 --- a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html index 4d4beaa9c..dfff35128 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -340,7 +340,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -801,6 +801,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.TransactionalActorStateOperationOrBuilder
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -818,6 +819,7 @@

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -848,6 +850,7 @@

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -866,6 +869,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -883,6 +887,7 @@

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -906,6 +911,7 @@

    removeMetadata

      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -929,6 +935,7 @@

    putMetadata

    String value)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -942,6 +949,7 @@

    putAllMetadata

      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html index ddf3268c3..1411d3ac8 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.12.0 API) - + @@ -253,108 +253,105 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - -
     
    -
    com.google.protobuf.Any
    - -
    +
    com.google.protobuf.Any
    + +
    .google.protobuf.Any value = 3;
    -
    com.google.protobuf.AnyOrBuilder
    - -
    +
    com.google.protobuf.AnyOrBuilder
    + +
    .google.protobuf.Any value = 3;
    -
    int
    - -
     
    -
    boolean
    - -
    +
    int
    + +
     
    +
    boolean
    + +
    .google.protobuf.Any value = 3;
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapField
    -
    internalGetMapField(int number)
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapField
    +
    internalGetMapField(int number)
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.TransactionalActorStateOperation>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.TransactionalActorStateOperation>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -369,7 +366,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -456,18 +453,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -589,6 +574,7 @@

    getMetadataCount

    Description copied from interface: DaprProtos.TransactionalActorStateOperationOrBuilder
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -606,6 +592,7 @@

    containsMetadata

    public boolean containsMetadata(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -636,6 +623,7 @@

    getMetadataMap

    public Map<String,String> getMetadataMap()
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -654,6 +642,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -671,6 +660,7 @@

    getMetadataOrThrow

    public String getMetadataOrThrow(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html index d64900cb1..ffda1a49b 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -273,6 +273,7 @@

    getMetadataCount

    int getMetadataCount()
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -286,6 +287,7 @@

    containsMetadata

    boolean containsMetadata(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -308,6 +310,7 @@

    getMetadataMap

    Map<String,String> getMetadataMap()
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -322,6 +325,7 @@

    getMetadataOrDefault

    String defaultValue)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    @@ -335,6 +339,7 @@

    getMetadataOrThrow

    String getMetadataOrThrow(String key)
      The metadata used for transactional operations.
    +
      Common metadata property:
      - ttlInSeconds : the time to live in seconds for the stored value.
      
    diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html index 4b9607a44..060d3342b 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -259,7 +259,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html index 57a9bc7d0..b49ceb829 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.12.0 API) - + @@ -215,96 +215,93 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - -
     
    -
    boolean
    - -
    +
    boolean
    + +
    State values to be operated on
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    final boolean
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    - - -
     
    +
    final boolean
    + +
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.TransactionalStateOperation>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.TransactionalStateOperation>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -319,7 +316,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • @@ -378,18 +375,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html index 502730d7f..b7b39fa70 100644 --- a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html index 3c068ba23..c93445988 100644 --- a/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -285,7 +285,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -699,9 +699,12 @@

    getLockOwner

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -727,9 +730,12 @@ 

    getLockOwnerBytes

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -755,9 +761,12 @@ 

    setLockOwner

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -783,9 +792,12 @@ 

    clearLockOwner

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -809,9 +821,12 @@ 

    setLockOwnerBytes

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequest.html b/docs/io/dapr/v1/DaprProtos.TryLockRequest.html
    index 8e6290629..a4aeb6f77 100644
    --- a/docs/io/dapr/v1/DaprProtos.TryLockRequest.html
    +++ b/docs/io/dapr/v1/DaprProtos.TryLockRequest.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.TryLockRequest (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.TryLockRequest (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -234,90 +234,87 @@ 

    Method Summary

    Required.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.TryLockRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.TryLockRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -332,7 +329,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -419,18 +416,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -523,9 +508,12 @@

    getLockOwner

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -551,9 +539,12 @@ 

    getLockOwnerBytes

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html
    index 2f2b87044..420242d24 100644
    --- a/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html
    +++ b/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -234,9 +234,12 @@ 

    getLockOwner

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    @@ -260,9 +263,12 @@ 

    getLockOwnerBytes

      Required. lock_owner indicate the identifier of lock owner.
      You can generate a uuid as lock_owner.For example,in golang:
    +
      req.LockOwner = uuid.New().String()
    +
      This field is per request,not per process,so it is different for each request,
      which aims to prevent multi-thread in the same process trying the same lock concurrently.
    +
      The reason why we don't make it automatically generated is:
      1. If it is automatically generated,there must be a 'my_lock_owner_id' field in the response.
      This name is so weird that we think it is inappropriate to put it into the api spec
    diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html
    index 2046f3a9a..217226218 100644
    --- a/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html
    +++ b/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html
    @@ -1,11 +1,11 @@
     
     
     
    -
    -DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.11.0 API)
    +
    +DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.12.0 API)
     
     
    -
    +
     
     
     
    @@ -192,7 +192,7 @@ 

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponse.html b/docs/io/dapr/v1/DaprProtos.TryLockResponse.html index b340375f4..15a8cea01 100644 --- a/docs/io/dapr/v1/DaprProtos.TryLockResponse.html +++ b/docs/io/dapr/v1/DaprProtos.TryLockResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.TryLockResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TryLockResponse (dapr-sdk-parent 1.12.0 API) - + @@ -188,90 +188,87 @@

    Method Summary

    bool success = 1;
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.TryLockResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.TryLockResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -286,7 +283,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -331,18 +328,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html index 7a0ac7f1a..37a446fc2 100644 --- a/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html index f468068c8..419c45132 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -257,7 +257,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequest.html b/docs/io/dapr/v1/DaprProtos.UnlockRequest.html index ffb74940e..3c3fb1295 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockRequest.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockRequest (dapr-sdk-parent 1.12.0 API) - + @@ -221,90 +221,87 @@

    Method Summary

    string store_name = 1 [json_name = "storeName"];
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnlockRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnlockRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -319,7 +316,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -392,18 +389,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html index acea1a998..f5e3ec7c7 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html index c10f9d07f..9203f806e 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -202,7 +202,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html index 723595165..b3c813ee5 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.html index d28b4b70c..6402f49dc 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockResponse.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockResponse (dapr-sdk-parent 1.12.0 API) - + @@ -198,90 +198,87 @@

    Method Summary

    .dapr.proto.runtime.v1.UnlockResponse.Status status = 1;
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnlockResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnlockResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -296,7 +293,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -341,18 +338,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html index 477c2933f..c3805023f 100644 --- a/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html index ce4af665d..0c13685bc 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -154,22 +154,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -212,22 +212,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -256,7 +256,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -496,7 +496,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -509,7 +509,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -522,7 +522,7 @@

    getActorTypeBytes

    setActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -535,7 +535,7 @@

    setActorType

    clearActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -546,7 +546,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.UnregisterActorReminderRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -559,7 +559,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -572,7 +572,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -585,7 +585,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -598,7 +598,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -609,7 +609,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.UnregisterActorReminderRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html index d392c7bf9..d2b88a4f2 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.12.0 API) - + @@ -182,22 +182,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -224,90 +224,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnregisterActorReminderRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnregisterActorReminderRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -322,7 +319,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -395,18 +392,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -426,7 +411,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -439,7 +424,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -452,7 +437,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    @@ -465,7 +450,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.UnregisterActorReminderRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html index 5d89d4b10..7df744538 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -157,7 +157,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -168,7 +168,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -179,7 +179,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -190,7 +190,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html index 826024a47..98dd7035d 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -130,12 +130,12 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -154,22 +154,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -212,22 +212,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, @@ -256,7 +256,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    @@ -496,7 +496,7 @@

    mergeFrom

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -509,7 +509,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -522,7 +522,7 @@

    getActorTypeBytes

    setActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The actorType to set.
    @@ -535,7 +535,7 @@

    setActorType

    clearActorType

    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    This builder for chaining.
    @@ -546,7 +546,7 @@

    clearActorType

    setActorTypeBytes

    public DaprProtos.UnregisterActorTimerRequest.Builder setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Parameters:
    value - The bytes for actorType to set.
    @@ -559,7 +559,7 @@

    setActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -572,7 +572,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -585,7 +585,7 @@

    getActorIdBytes

    setActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The actorId to set.
    @@ -598,7 +598,7 @@

    setActorId

    clearActorId

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    This builder for chaining.
    @@ -609,7 +609,7 @@

    clearActorId

    setActorIdBytes

    public DaprProtos.UnregisterActorTimerRequest.Builder setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Parameters:
    value - The bytes for actorId to set.
    diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html index fb8679712..c587c15c8 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.12.0 API) - + @@ -182,22 +182,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -224,90 +224,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -322,7 +319,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -395,18 +392,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    @@ -426,7 +411,7 @@

    internalGetFieldAccessorTable

    getActorType

    public String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorType in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -439,7 +424,7 @@

    getActorType

    getActorTypeBytes

    public com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Specified by:
    getActorTypeBytes in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -452,7 +437,7 @@

    getActorTypeBytes

    getActorId

    public String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorId in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    @@ -465,7 +450,7 @@

    getActorId

    getActorIdBytes

    public com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Specified by:
    getActorIdBytes in interface DaprProtos.UnregisterActorTimerRequestOrBuilder
    diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html index eaee52135..ae5030701 100644 --- a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -106,22 +106,22 @@

    Method Summary

    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    com.google.protobuf.ByteString
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    com.google.protobuf.ByteString
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    @@ -157,7 +157,7 @@

    Method Details

    getActorType

    String getActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The actorType.
    @@ -168,7 +168,7 @@

    getActorType

    getActorTypeBytes

    com.google.protobuf.ByteString getActorTypeBytes()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    Returns:
    The bytes for actorType.
    @@ -179,7 +179,7 @@

    getActorTypeBytes

    getActorId

    String getActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The actorId.
    @@ -190,7 +190,7 @@

    getActorId

    getActorIdBytes

    com.google.protobuf.ByteString getActorIdBytes()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    Returns:
    The bytes for actorId.
    diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html index 2bfe9d441..c3cedd7dc 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -241,7 +241,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html index bbec7830b..c746b202a 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + @@ -215,90 +215,87 @@

    Method Summary

    The name of configuration store.
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationRequest>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationRequest>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -313,7 +310,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -372,18 +369,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html index 9276b16d7..e54b90c75 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html index 30e750bde..96cdc7ad6 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -217,7 +217,7 @@

    Method Summary

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    -getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
    +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
    diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html index 2d064d571..343e1917c 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + @@ -201,90 +201,87 @@

    Method Summary

    int
     
    -
    final com.google.protobuf.UnknownFieldSet
    - +
    int
    +
     
    -
    int
    - +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - +
    final boolean
    +
     
    -
    final boolean
    - -
     
    - - -
     
    - +
     
    - - -
     
    - -
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + + +
     
    + +
     
    -
    protected Object
    -
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    + +
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    - - -
     
    +
    protected Object
    +
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
    +
     
    -
    parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    parseFrom(byte[] data)
    +
    parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(byte[] data)
     
    -
    parseFrom(com.google.protobuf.ByteString data)
    +
    parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.ByteString data)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input)
    +
    parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    - +
    parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    - +
    parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    -
    static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationResponse>
    - + +
    parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationResponse>
    + +
     
    + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    -canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
    +canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
    @@ -299,7 +296,7 @@

    Methods in toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    -findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof

  • @@ -358,18 +355,6 @@

    newInstance

  • -
    -

    getUnknownFields

    -
    public final com.google.protobuf.UnknownFieldSet getUnknownFields()
    -
    -
    Specified by:
    -
    getUnknownFields in interface com.google.protobuf.MessageOrBuilder
    -
    Overrides:
    -
    getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    -
    -
    -
  • -
  • getDescriptor

    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html index 06c78de61..a5b320257 100644 --- a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.html b/docs/io/dapr/v1/DaprProtos.html index da14ce20f..0a1185d8a 100644 --- a/docs/io/dapr/v1/DaprProtos.html +++ b/docs/io/dapr/v1/DaprProtos.html @@ -1,11 +1,11 @@ - -DaprProtos (dapr-sdk-parent 1.11.0 API) + +DaprProtos (dapr-sdk-parent 1.12.0 API) - + @@ -206,6 +206,24 @@

    Nested Class Summary

     
    static final class 
    + +
    +
    + DeleteJobRequest is the message to delete the job by name.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + DeleteJobResponse is the message response to delete the job by name.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    @@ -332,6 +350,24 @@

    Nested Class Summary

     
    static final class 
    + +
    +
    + GetJobRequest is the message to retrieve a job.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + GetJobResponse is the message's response for a job retrieved.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    @@ -449,6 +485,15 @@

    Nested Class Summary

     
    static final class 
    + +
    +
    + Job is the definition of a job.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
    @@ -498,375 +543,429 @@

    Nested Class Summary

    static interface 
     
    -
    static final class 
    - +
    static enum 
    +
    +
    + PubsubSubscriptionType indicates the type of subscription
    +
    +
    static final class 
    + +
    PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.QueryStateItem
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    QueryStateRequest is the message to query state store.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    QueryStateResponse is the response conveying the query results.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.RegisteredComponents
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SaveStateRequest is the message to save multiple states into state store.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + ScheduleJobRequest is the message to create/schedule the job.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + ScheduleJobResponse is the message response to create/schedule the job.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SecretResponse is a map of decrypted string/string values
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    ShutdownRequest is the request for Shutdown.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    StartWorkflowRequest is the request for StartWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    StartWorkflowResponse is the response for StartWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the + details for subscribing to a topic via streaming.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + SubscribeTopicEventsRequestAlpha1 is a message containing the details for + subscribing to a topic via streaming.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleSignRequest is the request for SubtleSignAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleSignResponse is the response for SubtleSignAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.UnlockResponse
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    UnregisterActorReminderRequest is the message to unregister an actor reminder.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    UnregisterActorTimerRequest is the message to unregister an actor timer
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    -
    static interface 
    - -
     
    -
    static final class 
    - -
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    -
    static interface 
    - -
     
    +
    static interface 
    + +
     
  • diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html index 11716d84f..72af243b7 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html index d6b7214b3..595cfec9d 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html index 6b0684ea3..91582b1dc 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaImplBase.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaImplBase (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaImplBase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html index 9b3835dcd..ac3f8a3b6 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AsyncService.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AsyncService.html index d9a2a1ba5..6693c10ac 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AsyncService.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.AppCallbackAlphaGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.AppCallbackAlphaGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html index 0bc5972d9..2e510ba96 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html +++ b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackAlphaGrpc (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackBlockingStub.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackBlockingStub.html index 23a88f4ee..e688c0c2b 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackBlockingStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackBlockingStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackBlockingStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackBlockingStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackFutureStub.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackFutureStub.html index 347d6c0ed..af1a8079a 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackFutureStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackFutureStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackFutureStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackFutureStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackImplBase.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackImplBase.html index c98b7b3b1..23fb1401a 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackImplBase.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackImplBase.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackImplBase (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackImplBase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackStub.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackStub.html index b9eedaed2..346b46f48 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AppCallbackStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AsyncService.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AsyncService.html index 6c9458c35..678328064 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.AsyncService.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.AppCallbackGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.AppCallbackGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.html index 889969c4a..e204bd6ca 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackGrpc.html +++ b/docs/io/dapr/v1/class-use/AppCallbackGrpc.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackGrpc (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html index add232a5b..5455db931 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html index 907eabd3e..3cd7947e2 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html index c8363d3b0..bba11cdd8 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html index d0d30a50a..ed77bbedc 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AsyncService.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AsyncService.html index e6da733e8..8e7729ccf 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AsyncService.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html index 7185b39eb..92a1cc87d 100644 --- a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html +++ b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.Builder.html index 535db129e..a425c0a61 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.html b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.html index fc0a982d1..743d0f19f 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItemOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItemOrBuilder.html index 17a13cd84..66f653410 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItemOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.ConfigurationItemOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.ConfigurationItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.ConfigurationItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.Etag.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.Etag.Builder.html index ce8b18bb1..d23a5dec6 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.Etag.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.Etag.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.Etag.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.Etag.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.Etag.html b/docs/io/dapr/v1/class-use/CommonProtos.Etag.html index d7b8bc526..ff825ac50 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.Etag.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.Etag.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.Etag (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.Etag (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.EtagOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.EtagOrBuilder.html index 2fe8e85ca..b06adc443 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.EtagOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.EtagOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.EtagOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.EtagOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Builder.html index d177b09bf..7403ce6b9 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.HTTPExtension.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.HTTPExtension.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -104,69 +104,75 @@

    Uses of CommonProtos.HTTPExtension.Builder -
    CommonProtos.HTTPExtension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    -
     
    +
    DaprAppCallbackProtos.JobEventRequest.Builder.getHttpExtensionBuilder()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    -
    CommonProtos.HTTPExtension.Builder.mergeFrom(com.google.protobuf.Message other)
    +
    CommonProtos.HTTPExtension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.Builder.mergeFrom(CommonProtos.HTTPExtension other)
    +
    CommonProtos.HTTPExtension.Builder.mergeFrom(com.google.protobuf.Message other)
     
    - -
    CommonProtos.HTTPExtension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    + +
    CommonProtos.HTTPExtension.Builder.mergeFrom(CommonProtos.HTTPExtension other)
     
    - -
    CommonProtos.HTTPExtension.newBuilder()
    + +
    CommonProtos.HTTPExtension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    -
    CommonProtos.HTTPExtension.newBuilder(CommonProtos.HTTPExtension prototype)
    +
    CommonProtos.HTTPExtension.newBuilder()
     
    - -
    CommonProtos.HTTPExtension.newBuilderForType()
    + +
    CommonProtos.HTTPExtension.newBuilder(CommonProtos.HTTPExtension prototype)
     
    - -
    CommonProtos.HTTPExtension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + +
    CommonProtos.HTTPExtension.newBuilderForType()
     
    - -
    CommonProtos.HTTPExtension.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, - Object value)
    + +
    CommonProtos.HTTPExtension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    -
    CommonProtos.HTTPExtension.Builder.setQuerystring(String value)
    -
    -
    - Optional.
    -
    +
    CommonProtos.HTTPExtension.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
    +
     
    -
    CommonProtos.HTTPExtension.Builder.setQuerystringBytes(com.google.protobuf.ByteString value)
    +
    CommonProtos.HTTPExtension.Builder.setQuerystring(String value)
    Optional.
    -
    CommonProtos.HTTPExtension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - Object value)
    -
     
    - -
    CommonProtos.HTTPExtension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    - -
    CommonProtos.HTTPExtension.Builder.setVerb(CommonProtos.HTTPExtension.Verb value)
    +
    CommonProtos.HTTPExtension.Builder.setQuerystringBytes(com.google.protobuf.ByteString value)
    - Required.
    + Optional.
    -
    CommonProtos.HTTPExtension.Builder.setVerbValue(int value)
    +
    CommonProtos.HTTPExtension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
    +
     
    + +
    CommonProtos.HTTPExtension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    +
     
    + +
    CommonProtos.HTTPExtension.Builder.setVerb(CommonProtos.HTTPExtension.Verb value)
    Required.
    -
    CommonProtos.HTTPExtension.toBuilder()
    -
     
    +
    CommonProtos.HTTPExtension.Builder.setVerbValue(int value)
    +
    +
    + Required.
    +
    + +
    CommonProtos.HTTPExtension.toBuilder()
    +
     
    Methods in io.dapr.v1 with parameters of type CommonProtos.HTTPExtension.Builder
    + +
    DaprAppCallbackProtos.JobEventRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension.Builder builderForValue)
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    diff --git a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Verb.html b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Verb.html index 81492814b..c96412ab3 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Verb.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.Verb.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.html b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.html index 9cdd2bb52..fa72f78a1 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtension.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.HTTPExtension (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.HTTPExtension (dapr-sdk-parent 1.12.0 API) - + @@ -102,48 +102,66 @@

    Uses of HTTP specific fields if request conveys http-compatible request. - -
    CommonProtos.HTTPExtension.parseDelimitedFrom(InputStream input)
    -
     
    + +
    DaprAppCallbackProtos.JobEventRequest.Builder.getHttpExtension()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    DaprAppCallbackProtos.JobEventRequest.getHttpExtension()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    DaprAppCallbackProtos.JobEventRequestOrBuilder.getHttpExtension()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    -
    CommonProtos.HTTPExtension.parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseDelimitedFrom(InputStream input)
     
    -
    CommonProtos.HTTPExtension.parseFrom(byte[] data)
    +
    CommonProtos.HTTPExtension.parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseFrom(byte[] data)
     
    -
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.ByteString data)
    +
    CommonProtos.HTTPExtension.parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.ByteString data)
     
    -
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.CodedInputStream input)
    +
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.CodedInputStream input)
     
    -
    CommonProtos.HTTPExtension.parseFrom(InputStream input)
    +
    CommonProtos.HTTPExtension.parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseFrom(InputStream input)
     
    -
    CommonProtos.HTTPExtension.parseFrom(ByteBuffer data)
    +
    CommonProtos.HTTPExtension.parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    CommonProtos.HTTPExtension.parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    CommonProtos.HTTPExtension.parseFrom(ByteBuffer data)
     
    + +
    CommonProtos.HTTPExtension.parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    Methods in io.dapr.v1 that return types with arguments of type CommonProtos.HTTPExtension
    - -
    CommonProtos.HTTPExtension.newBuilder(CommonProtos.HTTPExtension prototype)
    -
     
    - -
    CommonProtos.InvokeRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension value)
    + +
    DaprAppCallbackProtos.JobEventRequest.Builder.mergeHttpExtension(CommonProtos.HTTPExtension value)
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    CommonProtos.HTTPExtension.newBuilder(CommonProtos.HTTPExtension prototype)
    +
     
    + +
    CommonProtos.InvokeRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension value)
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    DaprAppCallbackProtos.JobEventRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension value)
    HTTP specific fields if request conveys http-compatible request.
    diff --git a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html index 77409837c..43a072cdb 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.HTTPExtensionOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.HTTPExtensionOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -107,6 +107,24 @@

    Uses of HTTP specific fields if request conveys http-compatible request.

    + +
    DaprAppCallbackProtos.JobEventRequest.Builder.getHttpExtensionOrBuilder()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    DaprAppCallbackProtos.JobEventRequest.getHttpExtensionOrBuilder()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    + +
    DaprAppCallbackProtos.JobEventRequestOrBuilder.getHttpExtensionOrBuilder()
    +
    +
    + HTTP specific fields if request conveys http-compatible request.
    +
    diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.Builder.html index afcdfe223..1aba140da 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.InvokeRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.html index b89509816..aa9c4afd9 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.InvokeRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequestOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequestOrBuilder.html index 61a9a4e05..23f9b942a 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.InvokeRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.InvokeRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.Builder.html index 6c2cf2a3d..ac50e30c2 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.InvokeResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.html index 8de0350df..134f1909e 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.InvokeResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponseOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponseOrBuilder.html index 7e22837b7..abcbeb105 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.InvokeResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.InvokeResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.InvokeResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateItem.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.StateItem.Builder.html index 7da207dea..5c7d8584b 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateItem.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateItem.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StateItem.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StateItem.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateItem.html b/docs/io/dapr/v1/class-use/CommonProtos.StateItem.html index 1b6d79d83..655df4082 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateItem.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StateItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StateItem (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateItemOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.StateItemOrBuilder.html index 1926d8190..3fa9c6a54 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateItemOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateItemOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.StateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.StateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.Builder.html index 5ebd5c612..f44e6e938 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StateOptions.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StateOptions.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConcurrency.html b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConcurrency.html index edab3cc29..6f2463596 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConcurrency.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConcurrency.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConsistency.html b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConsistency.html index 0205919eb..4d4858558 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConsistency.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.StateConsistency.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.html b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.html index 776814046..2323fb2fb 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateOptions.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StateOptions (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StateOptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StateOptionsOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.StateOptionsOrBuilder.html index 20ac76384..fcd1c0e28 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StateOptionsOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StateOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.StateOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.StateOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.Builder.html b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.Builder.html index 32d4bb672..ae9fea7eb 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.Builder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StreamPayload.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StreamPayload.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.html b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.html index 6a9cbfcfb..69a461f50 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayload.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos.StreamPayload (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos.StreamPayload (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayloadOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayloadOrBuilder.html index 858651020..26b9e64a0 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.StreamPayloadOrBuilder.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.StreamPayloadOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.CommonProtos.StreamPayloadOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.CommonProtos.StreamPayloadOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.html b/docs/io/dapr/v1/class-use/CommonProtos.html index 3afa4e9cc..f5ae8fff9 100644 --- a/docs/io/dapr/v1/class-use/CommonProtos.html +++ b/docs/io/dapr/v1/class-use/CommonProtos.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.CommonProtos (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.CommonProtos (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.Builder.html index d46aa624b..f44674170 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.html index 236f4d6c4..1aed4571b 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html index e1630454f..3d1a74c01 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html index 810044a56..882ceddfc 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.Builder.html index 4c9e4cb91..e6c2e7675 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.html index f446ce862..8961b2667 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html index c840f248b..d731d1568 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BindingEventResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html index 6ad8ee8c2..0891c510a 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.html index fe2aca33d..a189757d1 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfig.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html index d4bacce64..93838b333 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.Builder.html index 27a5f565a..2297b5ab7 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.html index 7579de083..294246de5 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html index 17d8f5978..78fbe1c88 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.HealthCheckResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.Builder.html new file mode 100644 index 000000000..565cba293 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.Builder.html @@ -0,0 +1,243 @@ + + + + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html new file mode 100644 index 000000000..0538b6378 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html @@ -0,0 +1,195 @@ + + + + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprAppCallbackProtos.JobEventRequest

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html new file mode 100644 index 000000000..1f44f95d6 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html @@ -0,0 +1,95 @@ + + + + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html new file mode 100644 index 000000000..003ad0f01 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html @@ -0,0 +1,141 @@ + + + + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html new file mode 100644 index 000000000..cf6c76911 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html @@ -0,0 +1,201 @@ + + + + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprAppCallbackProtos.JobEventResponse

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html new file mode 100644 index 000000000..9804d60b7 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html index c9cea4b8e..4a25efa79 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.html index f249e7411..259d0ce3a 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html index 0b9545aea..ab2563770 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html index d4353eb74..0adb70878 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html index 497d093fc..252ef45d8 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html index 9635a7535..0af9babfb 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html index ee638f337..11ca1c6a3 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.html index 3d021210c..5b4692be4 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html index 98ee4bb44..0a5e95d6d 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html index 781825073..09c307eb7 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html index e84ba56bd..e8048f79a 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html index 9d1d57c64..59e192010 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html index 8cb03c142..fc99b7334 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html index 4424a46dd..9aab9815f 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.html index bdc78adcc..9245999a5 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html index bf22da58c..7a1c3f60e 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html index a0af881e3..c902a07e7 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html index e95ee5c83..cefe8ccef 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html index c2a972a68..ba93c77ae 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.Builder.html index f9c9eeff4..7d4ca8ee4 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.html index 8b6bb3d40..c23fb52db 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html index bb4345b45..6d4806d0d 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventCERequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.Builder.html index 38f2b54ae..3302d2430 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.html index 95f769526..e833369ee 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest (dapr-sdk-parent 1.12.0 API) - + @@ -138,9 +138,12 @@

    Uses of com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventRequest>
    DaprAppCallbackProtos.TopicEventRequest.getParserForType()
     
    -
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventRequest>
    -
    DaprAppCallbackProtos.TopicEventRequest.parser()
    + +
     
    +
    static com.google.protobuf.Parser<DaprAppCallbackProtos.TopicEventRequest>
    +
    DaprAppCallbackProtos.TopicEventRequest.parser()
    +
     
    Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.TopicEventRequest
    @@ -180,6 +183,26 @@

    Uses of Method parameters in io.dapr.v1 with type arguments of type DaprAppCallbackProtos.TopicEventRequest

    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    default io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsRequestAlpha1>
    +
    DaprGrpc.AsyncService.subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic + events from it.
    +
    + +
    DaprGrpc.DaprStub.subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprAppCallbackProtos.TopicEventRequest> responseObserver)
    +
    +
    + SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic + events from it.
    +
    +
    diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html index f9bfe93b3..ee70fcc77 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.Builder.html index dc90f8685..6895e82fa 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -92,57 +92,75 @@

    Uses of DaprAppCallbackProtos.TopicEventResponse.Builder.clone()
     
    -
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    -
     
    +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.getStatusBuilder()
    +
    +
    + status is the result of the subscription request.
    +
    -
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(com.google.protobuf.Message other)
    +
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(DaprAppCallbackProtos.TopicEventResponse other)
    +
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(com.google.protobuf.Message other)
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    + +
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(DaprAppCallbackProtos.TopicEventResponse other)
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.newBuilder()
    + +
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.newBuilder(DaprAppCallbackProtos.TopicEventResponse prototype)
    +
    DaprAppCallbackProtos.TopicEventResponse.newBuilder()
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.newBuilderForType()
    + +
    DaprAppCallbackProtos.TopicEventResponse.newBuilder(DaprAppCallbackProtos.TopicEventResponse prototype)
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + +
    DaprAppCallbackProtos.TopicEventResponse.newBuilderForType()
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, - Object value)
    + +
    DaprAppCallbackProtos.TopicEventResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, - int index, +
    DaprAppCallbackProtos.TopicEventResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.Builder.setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus value)
    -
    +
    DaprAppCallbackProtos.TopicEventResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + Object value)
    +
     
    + +
    DaprAppCallbackProtos.TopicEventResponse.Builder.setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus value)
    +
    The list of output bindings.
    - -
    DaprAppCallbackProtos.TopicEventResponse.Builder.setStatusValue(int value)
    -
    + +
    DaprAppCallbackProtos.TopicEventResponse.Builder.setStatusValue(int value)
    +
    The list of output bindings.
    - -
    DaprAppCallbackProtos.TopicEventResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.toBuilder()
    + +
    DaprAppCallbackProtos.TopicEventResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    + +
    DaprAppCallbackProtos.TopicEventResponse.toBuilder()
    +
     
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.setStatus(DaprAppCallbackProtos.TopicEventResponse.Builder builderForValue)
    +
    +
    + status is the result of the subscription request.
    +
    diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html index e9f5b3ed6..a25a18e2b 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.html index 603325924..909ce97da 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse (dapr-sdk-parent 1.12.0 API) - + @@ -85,53 +85,71 @@

    Uses of DaprAppCallbackProtos.TopicEventResponse.getDefaultInstanceForType()

     
    -
    AppCallbackGrpc.AppCallbackBlockingStub.onTopicEvent(DaprAppCallbackProtos.TopicEventRequest request)
    +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.getStatus()
    +
    + status is the result of the subscription request.
    +
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.getStatus()
    +
    +
    + status is the result of the subscription request.
    +
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.getStatus()
    +
    +
    + status is the result of the subscription request.
    +
    + +
    AppCallbackGrpc.AppCallbackBlockingStub.onTopicEvent(DaprAppCallbackProtos.TopicEventRequest request)
    +
    Subscribes events from Pubsub
    - -
    DaprAppCallbackProtos.TopicEventResponse.parseDelimitedFrom(InputStream input)
    -
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseDelimitedFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseDelimitedFrom(InputStream input)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(byte[] data)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseDelimitedFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(byte[] data)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.ByteString data)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.ByteString data)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.CodedInputStream input)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.CodedInputStream input)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(InputStream input)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(InputStream input)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(ByteBuffer data)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(ByteBuffer data)
     
    + +
    DaprAppCallbackProtos.TopicEventResponse.parseFrom(ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    +
     
    Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.TopicEventResponse
    DaprAppCallbackProtos.TopicEventResponse.Builder.mergeFrom(DaprAppCallbackProtos.TopicEventResponse other)
     
    - -
    DaprAppCallbackProtos.TopicEventResponse.newBuilder(DaprAppCallbackProtos.TopicEventResponse prototype)
    -
     
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.mergeStatus(DaprAppCallbackProtos.TopicEventResponse value)
    +
    +
    + status is the result of the subscription request.
    +
    + +
    DaprAppCallbackProtos.TopicEventResponse.newBuilder(DaprAppCallbackProtos.TopicEventResponse prototype)
    +
     
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.setStatus(DaprAppCallbackProtos.TopicEventResponse value)
    +
    +
    + status is the result of the subscription request.
    +
    Method parameters in io.dapr.v1 with type arguments of type DaprAppCallbackProtos.TopicEventResponse
    diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html index e090a0d8a..f0cbc9002 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -82,6 +82,30 @@

    Uses of

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.getStatusOrBuilder()
    +
    +
    + status is the result of the subscription request.
    +
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1.getStatusOrBuilder()
    +
    +
    + status is the result of the subscription request.
    +
    + +
    DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.getStatusOrBuilder()
    +
    +
    + status is the result of the subscription request.
    +
    +
    diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.Builder.html index cafc06154..4a1184697 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.html index 8e4622130..15d28a4df 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutes.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutesOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutesOrBuilder.html index 87bda73b4..45b428118 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutesOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRoutesOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRoutesOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRoutesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.Builder.html index b8e46ef11..5a261a282 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.html index 238bc67d5..b36bf08fb 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRule.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRuleOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRuleOrBuilder.html index ec359afa6..fd1afcf12 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRuleOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicRuleOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRuleOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRuleOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.Builder.html index 729001086..31eea2b02 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.html index c68100b98..ec859d409 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscription.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html index cec977868..dd1169c93 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicSubscriptionOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicSubscriptionOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html index 82ccdc06f..3c56229dd 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.AsyncService.html b/docs/io/dapr/v1/class-use/DaprGrpc.AsyncService.html index 9777dac24..7f45f36d3 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.AsyncService.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.AsyncService.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprGrpc.AsyncService (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprGrpc.AsyncService (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.DaprBlockingStub.html b/docs/io/dapr/v1/class-use/DaprGrpc.DaprBlockingStub.html index e9085953a..668fde797 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.DaprBlockingStub.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.DaprBlockingStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.DaprFutureStub.html b/docs/io/dapr/v1/class-use/DaprGrpc.DaprFutureStub.html index f1d0266d5..22473e88f 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.DaprFutureStub.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.DaprFutureStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.DaprImplBase.html b/docs/io/dapr/v1/class-use/DaprGrpc.DaprImplBase.html index d295e7b48..b0c455e61 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.DaprImplBase.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.DaprImplBase.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprGrpc.DaprImplBase (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprImplBase (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.DaprStub.html b/docs/io/dapr/v1/class-use/DaprGrpc.DaprStub.html index b4f59ef16..e71893347 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.DaprStub.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.DaprStub.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprGrpc.DaprStub (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprStub (dapr-sdk-parent 1.12.0 API) - + @@ -56,45 +56,12 @@

    Uses of Cla
    Package
    Description
    - +
     
    - -
     
    • -
      -

      Uses of DaprGrpc.DaprStub in io.dapr.client

      -
      Methods in io.dapr.client that return DaprGrpc.DaprStub
      -
      -
      Modifier and Type
      -
      Method
      -
      Description
      - -
      DaprClientGrpc.intercept(reactor.util.context.ContextView context, - DaprGrpc.DaprStub client, - Consumer<io.grpc.Metadata> metadataConsumer)
      -
      -
      Populates GRPC client with interceptors for telemetry - internal use only.
      -
      -
      -
      Methods in io.dapr.client with parameters of type DaprGrpc.DaprStub
      -
      -
      Modifier and Type
      -
      Method
      -
      Description
      - -
      DaprClientGrpc.intercept(reactor.util.context.ContextView context, - DaprGrpc.DaprStub client, - Consumer<io.grpc.Metadata> metadataConsumer)
      -
      -
      Populates GRPC client with interceptors for telemetry - internal use only.
      -
      -
      -
      -
    • -
    • Uses of DaprGrpc.DaprStub in io.dapr.v1

      Methods in io.dapr.v1 that return DaprGrpc.DaprStub
      diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.html b/docs/io/dapr/v1/class-use/DaprGrpc.html index 86d33b42d..c9a75fca7 100644 --- a/docs/io/dapr/v1/class-use/DaprGrpc.html +++ b/docs/io/dapr/v1/class-use/DaprGrpc.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprGrpc (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprGrpc (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.Builder.html index 343f02874..d1e7f39c5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.html b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.html index b74ca13f8..ac28b66de 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCount.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCountOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCountOrBuilder.html index 314417903..7bf50af67 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCountOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActiveActorsCountOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.ActorRuntimeStatus.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.ActorRuntimeStatus.html index 20d9f8252..85f44181c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.ActorRuntimeStatus.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.ActorRuntimeStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.Builder.html index 6709e8efe..494c2a0dd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -144,7 +144,8 @@

      Uses of DaprProtos.ActorRuntime.Builder
      DaprProtos.GetMetadataResponse.Builder.getActorRuntimeBuilder()
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status
      DaprProtos.ActorRuntime.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, @@ -245,7 +246,8 @@

      Uses of DaprProtos.GetMetadataResponse.Builder

      DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue)
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status

      diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.html index d3a1a11e9..627638ac4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ActorRuntime (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ActorRuntime (dapr-sdk-parent 1.12.0 API) - + @@ -78,17 +78,20 @@

      Uses of DaprProtos.ActorRuntime
      DaprProtos.GetMetadataResponse.Builder.getActorRuntime()
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status
      DaprProtos.GetMetadataResponse.getActorRuntime()
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status
      DaprProtos.GetMetadataResponseOrBuilder.getActorRuntime()
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status
      DaprProtos.ActorRuntime.getDefaultInstance()
      @@ -162,7 +165,8 @@

      Uses of DaprProtos.GetMetadataResponse.Builder
      DaprProtos.GetMetadataResponse.Builder.mergeActorRuntime(DaprProtos.ActorRuntime value)
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status
      DaprProtos.ActorRuntime.Builder.mergeFrom(DaprProtos.ActorRuntime other)
      @@ -173,7 +177,8 @@

      Uses of DaprProtos.GetMetadataResponse.Builder
      DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime value)
      -
      .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
      +
      +TODO: Cassie: probably add scheduler runtime status

    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntimeOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntimeOrBuilder.html index 4c2e4d1a1..61e0edb9c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntimeOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntimeOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.12.0 API) - + @@ -88,17 +88,20 @@

    Uses of DaprProtos.ActorRuntimeOrBuilder
    DaprProtos.GetMetadataResponse.Builder.getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponseOrBuilder.getActorRuntimeOrBuilder()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html index f43f0d56e..870e7b4c3 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.html index ab2598e4b..f13eaa47e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html index b4dbbcc83..9631a70fa 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.Builder.html index 02b51f30b..db4d59a35 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.html index 40813299c..b31ff99a5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionProperties.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionPropertiesOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionPropertiesOrBuilder.html index 4869a54ec..da2247abc 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionPropertiesOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionPropertiesOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.Builder.html index 6cbf149e0..2eb647edb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.html index 770a67775..f7db58e64 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.Builder.html index aaf998613..dc7508cbd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.html index ac20bc42e..e2a97d4d4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntryOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntryOrBuilder.html index 39b0810c2..86dc8541a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntryOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestEntryOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestOrBuilder.html index f3d800261..139ea330e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.Builder.html index 22e557091..0178a708f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.html index 3f7d21b88..436fdc241 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.Builder.html index 757469da6..8e26dbfba 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.html index 3c09f65cb..a81567774 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html index 136b4d735..9523d3501 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseOrBuilder.html index 38d060ab2..0786a6576 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkPublishResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.Builder.html index b1d20645a..f546d9abb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.html index 955b8de79..828f002b5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.BulkStateItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkStateItem (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItemOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItemOrBuilder.html index df911c332..d0e91b4be 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItemOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.BulkStateItemOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.Builder.html index 0b15aa477..ecf15f16c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html index ddc03bfa4..9629d69e1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html index bca7855e6..c16dcaaa8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html index 9b77dcf49..6968a2f92 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html index 5ec330fd6..6792fe472 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html index 40c820d79..06cee771a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html index 62831b45a..0b028fe08 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html index a36806f9c..59a0cfe9f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DecryptResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html index b429fbd8d..6b011b5aa 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html index 18220aa8a..f3ead70a1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.html index 210026bb9..e021f7caa 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequestOrBuilder.html index e4f5c3ea1..8d325fb82 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.Builder.html new file mode 100644 index 000000000..998f3bc07 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.Builder.html @@ -0,0 +1,159 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.DeleteJobRequest.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html new file mode 100644 index 000000000..cebce8b46 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html @@ -0,0 +1,195 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.DeleteJobRequest

    +
    +
    Packages that use DaprProtos.DeleteJobRequest
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html new file mode 100644 index 000000000..357927c65 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html new file mode 100644 index 000000000..a3874c4c9 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html @@ -0,0 +1,141 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.DeleteJobResponse.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html new file mode 100644 index 000000000..b10c1cbbf --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html @@ -0,0 +1,201 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.DeleteJobResponse

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html new file mode 100644 index 000000000..45e5da3e0 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.Builder.html index 73adc79c5..46c593be1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.html index 23c7912c0..ad44d69e2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequestOrBuilder.html index c241f7cf8..482f59538 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.Builder.html index b96318a93..df65780bf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html index 272985415..1e4c551ee 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html index a9a812bfa..f72cf1249 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html index 06601cc3a..ab11ed143 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html index 8164c1e7a..a1619017e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html index 9de8c3ff2..6d034b2da 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html index 7a95050b5..f49b3a0d4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html index 35b6bf3bb..fdbce804a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.EncryptResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html index 341c9ee05..c359d1d26 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html index 87703fe43..957b8b498 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -106,12 +106,12 @@

    Uses of DaprProtos.ExecuteActorStateTransactionRequest.Builder
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -160,22 +160,22 @@

    Uses of DaprProtos.ExecuteActorStateTransactionRequest.Builder
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.ExecuteActorStateTransactionRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html index bf7165cd8..425cff1cf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html index 60d81f82e..c31aef069 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.Builder.html index a4c78e50c..edac9f6d3 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.html index b8ab6624e..52f2ad5eb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html index 806239184..5d5c378e8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.Builder.html index 3f76515d2..558d8416c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.GetActorStateRequest.Builder

    DaprProtos.GetActorStateRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.GetActorStateRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.GetActorStateRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -128,22 +128,22 @@

    Uses of DaprProtos.GetActorStateRequest.Builder
    DaprProtos.GetActorStateRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.GetActorStateRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.GetActorStateRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.GetActorStateRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.GetActorStateRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html index 4be33bc53..a75498e09 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequestOrBuilder.html index 93152ee80..03a58d33b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.Builder.html index 0dd136892..df79a9447 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.html index 2026b6c2d..cabf0aa6d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponseOrBuilder.html index 12016446c..1e32b9783 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.Builder.html index 1b842a9fc..439f67601 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.html index facfae9f9..b979ca904 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequestOrBuilder.html index afc905180..d3d20205f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.Builder.html index 8bac57c17..bc5bc9ab0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.html index 81a178c0f..2523432aa 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponseOrBuilder.html index d446572a6..fe8bff7f8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkSecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.Builder.html index 22d3da823..5a354b416 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.html index 7b0ffca38..370af4f97 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequestOrBuilder.html index 0846e2475..31ec19c2a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.Builder.html index 85119388a..4549db94d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.html index 6171a0942..ffbec316f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponseOrBuilder.html index 3b5c7f1c3..00ac64b11 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetBulkStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.Builder.html index fb39cb96e..e4c6e26f9 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.html index 30f108ca4..7f99a2e1c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequestOrBuilder.html index 4793db164..3a886eab0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.Builder.html index 791d3f344..a5f9067e0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.html index a41a3da37..3161da08d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponseOrBuilder.html index 40a318256..c2427bfdd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.Builder.html new file mode 100644 index 000000000..9bf8ee0db --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.Builder.html @@ -0,0 +1,159 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.GetJobRequest.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html new file mode 100644 index 000000000..7e6b0780a --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html @@ -0,0 +1,195 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.GetJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.GetJobRequest

    +
    +
    Packages that use DaprProtos.GetJobRequest
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html new file mode 100644 index 000000000..1b1f1e650 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.GetJobRequestOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html new file mode 100644 index 000000000..6dd9c4545 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html @@ -0,0 +1,165 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.GetJobResponse.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html new file mode 100644 index 000000000..84df37af5 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html @@ -0,0 +1,201 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.GetJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.GetJobResponse

    +
    +
    Packages that use DaprProtos.GetJobResponse
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html new file mode 100644 index 000000000..1793a1e6f --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.GetJobResponseOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.Builder.html index c257a961c..5dbf6982b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.html index eea9f4551..6fbce2b6e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequestOrBuilder.html index 0136cb589..cd3f86c7e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.Builder.html index 34054dce5..5c982979b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -207,7 +207,8 @@

    Uses of DaprProtos.GetMetadataResponse.Builder

    DaprProtos.GetMetadataResponse.Builder.clearActorRuntime()
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.clearAppConnectionProperties()
    @@ -259,7 +260,8 @@

    Uses of DaprProtos.GetMetadataResponse.Builder
    DaprProtos.GetMetadataResponse.Builder.mergeActorRuntime(DaprProtos.ActorRuntime value)
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.mergeAppConnectionProperties(DaprProtos.AppConnectionProperties value)
    @@ -342,12 +344,14 @@

    Uses of DaprProtos.GetMetadataResponse.Builder
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime value)
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue)
    -
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.setAppConnectionProperties(DaprProtos.AppConnectionProperties value)
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html index 027a44dab..ca7f3c24a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponseOrBuilder.html index a2df92a32..66c5df350 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.Builder.html index ef0bb62cb..2e10b157f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.html index 139e644be..23c5b6828 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequestOrBuilder.html index ad0e7af6c..2f7278df6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.Builder.html index 34b57af55..b6013f5bd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.html index de5cd2b94..da9fb70e2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponseOrBuilder.html index 5829b443c..6945c2399 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetSecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.Builder.html index 5f75aca3a..4b09e765a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.html index 905c3fee1..9927d46cf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequestOrBuilder.html index 53e1138d0..1f1ec4040 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.Builder.html index 87d1154ed..884f7e451 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.html index 80ae7b223..d48efbf4a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetStateResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponseOrBuilder.html index 9bfb7bb26..253784074 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.Builder.html index bb877ea54..247ff4ad3 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.html index 1123ee944..ff6f9bc66 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html index b7e2450f1..9c457eeff 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.Builder.html index 796146b96..6d62411af 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.html index 782e8124f..9dcde5527 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html index 213c707a3..5c86e3522 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.Builder.html index 264d15c06..4befa835b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.InvokeActorRequest.Builder
    DaprProtos.InvokeActorRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.InvokeActorRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.InvokeActorRequest.Builder.clearData()
    @@ -152,22 +152,22 @@

    Uses of DaprProtos.InvokeActorRequest.Builder
    DaprProtos.InvokeActorRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.InvokeActorRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.InvokeActorRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.InvokeActorRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.InvokeActorRequest.Builder.setData(com.google.protobuf.ByteString value)
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html index ce187a796..be82a1212 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequestOrBuilder.html index 0650bbe2c..b4b823839 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.Builder.html index 8fd782bc6..7043f93b6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.html index 047fa5106..eb1ef225b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponseOrBuilder.html index 3e80931fa..61a880ebb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.Builder.html index b668d4d30..b8fc63931 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -136,6 +136,7 @@

    Uses of
    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -145,6 +146,7 @@

    Uses of
    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    @@ -153,6 +155,7 @@

    Uses of
    The metadata passing to output binding components + Common metadata property: - ttlInSeconds : the time to live in seconds for the message.
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html index deb1dc4be..a7f0b3770 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequestOrBuilder.html index 2e8ef902a..4c846dec7 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.Builder.html index f84b9e914..519e26c5f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.html index 91c91bdc0..8cda76f42 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponseOrBuilder.html index 9b9897b5b..df5b0ff58 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.Builder.html index dbfab74f8..892ef05e1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.html index cca4abad7..63bf5e045 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequestOrBuilder.html index 096868f4d..6672ca164 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.InvokeServiceRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.Job.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.Job.Builder.html new file mode 100644 index 000000000..66dfa3925 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.Job.Builder.html @@ -0,0 +1,279 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.Job.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.Job.Builder

    +
    +
    Packages that use DaprProtos.Job.Builder
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.Job.html b/docs/io/dapr/v1/class-use/DaprProtos.Job.html new file mode 100644 index 000000000..79e16fd53 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.Job.html @@ -0,0 +1,226 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.Job (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.Job

    +
    +
    Packages that use DaprProtos.Job
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html new file mode 100644 index 000000000..9c6df7542 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html @@ -0,0 +1,139 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.JobOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.JobOrBuilder

    +
    +
    Packages that use DaprProtos.JobOrBuilder
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.Builder.html index 1f20a2c82..ecd6247f4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.html b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.html index 8708ac2fe..64449165e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpoint.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpointOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpointOrBuilder.html index 2b4616d5a..8dfcf43ab 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpointOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.MetadataHTTPEndpointOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.Builder.html index dda767b46..b36a4942d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html index 5516d9360..3e724e689 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html index 82319eae2..d298a7439 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html index d2b84b262..44ba1e5c0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -142,6 +142,7 @@

    Uses of
    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -151,6 +152,7 @@

    Uses of
    The metadata passing to pub components + metadata property: - key : the key of the message.
    @@ -159,6 +161,7 @@

    Uses of
    The metadata passing to pub components + metadata property: - key : the key of the message.
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html index d468f7eeb..35a1eb65c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequestOrBuilder.html index 4a2a23912..7eb52e3ae 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.Builder.html index ce43e9898..e49a1dbeb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -116,114 +116,129 @@

    Uses of string topic = 2 [json_name = "topic"]; -
    DaprProtos.PubsubSubscription.Builder.clone()
    -
     
    +
    DaprProtos.PubsubSubscription.Builder.clearType()
    +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    -
    DaprProtos.GetMetadataResponse.Builder.getSubscriptionsBuilder(int index)
    -
    +
    DaprProtos.PubsubSubscription.Builder.clone()
    +
     
    + +
    DaprProtos.GetMetadataResponse.Builder.getSubscriptionsBuilder(int index)
    +
    repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
    - -
    DaprProtos.PubsubSubscription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    -
     
    -
    DaprProtos.PubsubSubscription.Builder.mergeFrom(com.google.protobuf.Message other)
    +
    DaprProtos.PubsubSubscription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprProtos.PubsubSubscription.Builder.mergeFrom(DaprProtos.PubsubSubscription other)
    +
    DaprProtos.PubsubSubscription.Builder.mergeFrom(com.google.protobuf.Message other)
     
    -
    DaprProtos.PubsubSubscription.Builder.mergeRules(DaprProtos.PubsubSubscriptionRules value)
    -
    +
    DaprProtos.PubsubSubscription.Builder.mergeFrom(DaprProtos.PubsubSubscription other)
    +
     
    + +
    DaprProtos.PubsubSubscription.Builder.mergeRules(DaprProtos.PubsubSubscriptionRules value)
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    - -
    DaprProtos.PubsubSubscription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    - -
    DaprProtos.PubsubSubscription.newBuilder()
    + +
    DaprProtos.PubsubSubscription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    -
    DaprProtos.PubsubSubscription.newBuilder(DaprProtos.PubsubSubscription prototype)
    +
    DaprProtos.PubsubSubscription.newBuilder()
     
    - -
    DaprProtos.PubsubSubscription.newBuilderForType()
    + +
    DaprProtos.PubsubSubscription.newBuilder(DaprProtos.PubsubSubscription prototype)
     
    - -
    DaprProtos.PubsubSubscription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    + +
    DaprProtos.PubsubSubscription.newBuilderForType()
     
    - -
    DaprProtos.PubsubSubscription.Builder.putAllMetadata(Map<String,String> values)
    -
    -
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    + +
    DaprProtos.PubsubSubscription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    +
     
    -
    DaprProtos.PubsubSubscription.Builder.putMetadata(String key, - String value)
    +
    DaprProtos.PubsubSubscription.Builder.putAllMetadata(Map<String,String> values)
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    DaprProtos.PubsubSubscription.Builder.removeMetadata(String key)
    +
    DaprProtos.PubsubSubscription.Builder.putMetadata(String key, + String value)
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    DaprProtos.PubsubSubscription.Builder.setDeadLetterTopic(String value)
    +
    DaprProtos.PubsubSubscription.Builder.removeMetadata(String key)
    -
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    +
    map<string, string> metadata = 3 [json_name = "metadata"];
    -
    DaprProtos.PubsubSubscription.Builder.setDeadLetterTopicBytes(com.google.protobuf.ByteString value)
    +
    DaprProtos.PubsubSubscription.Builder.setDeadLetterTopic(String value)
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    -
    DaprProtos.PubsubSubscription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, - Object value)
    -
     
    - -
    DaprProtos.PubsubSubscription.Builder.setPubsubName(String value)
    -
    -
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    DaprProtos.PubsubSubscription.Builder.setDeadLetterTopicBytes(com.google.protobuf.ByteString value)
    +
    +
    string dead_letter_topic = 5 [json_name = "deadLetterTopic"];
    + +
    DaprProtos.PubsubSubscription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, + Object value)
    +
     
    -
    DaprProtos.PubsubSubscription.Builder.setPubsubNameBytes(com.google.protobuf.ByteString value)
    +
    DaprProtos.PubsubSubscription.Builder.setPubsubName(String value)
    string pubsub_name = 1 [json_name = "pubsubname"];
    -
    DaprProtos.PubsubSubscription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, +
    DaprProtos.PubsubSubscription.Builder.setPubsubNameBytes(com.google.protobuf.ByteString value)
    +
    +
    string pubsub_name = 1 [json_name = "pubsubname"];
    +
    + +
    DaprProtos.PubsubSubscription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
    -
     
    +
     
    + +
    DaprProtos.PubsubSubscription.Builder.setRules(DaprProtos.PubsubSubscriptionRules value)
    +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    -
    DaprProtos.PubsubSubscription.Builder.setRules(DaprProtos.PubsubSubscriptionRules value)
    +
    DaprProtos.PubsubSubscription.Builder.setRules(DaprProtos.PubsubSubscriptionRules.Builder builderForValue)
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    -
    DaprProtos.PubsubSubscription.Builder.setRules(DaprProtos.PubsubSubscriptionRules.Builder builderForValue)
    +
    DaprProtos.PubsubSubscription.Builder.setTopic(String value)
    -
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    string topic = 2 [json_name = "topic"];
    -
    DaprProtos.PubsubSubscription.Builder.setTopic(String value)
    +
    DaprProtos.PubsubSubscription.Builder.setTopicBytes(com.google.protobuf.ByteString value)
    string topic = 2 [json_name = "topic"];
    -
    DaprProtos.PubsubSubscription.Builder.setTopicBytes(com.google.protobuf.ByteString value)
    +
    DaprProtos.PubsubSubscription.Builder.setType(DaprProtos.PubsubSubscriptionType value)
    -
    string topic = 2 [json_name = "topic"];
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    - -
    DaprProtos.PubsubSubscription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    -
     
    - -
    DaprProtos.PubsubSubscription.toBuilder()
    + +
    DaprProtos.PubsubSubscription.Builder.setTypeValue(int value)
    +
    +
    .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];
    +
    + +
    DaprProtos.PubsubSubscription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    + +
    DaprProtos.PubsubSubscription.toBuilder()
    +
     
    Methods in io.dapr.v1 that return types with arguments of type DaprProtos.PubsubSubscription.Builder
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html index eb5a8bc96..4b9330e76 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionOrBuilder.html index 654334399..1b894c59c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.Builder.html index 7dc802a16..12b70c5d0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.html index 43eb3758d..30ac4b084 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRule.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRuleOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRuleOrBuilder.html index 99349bebf..0e4f7ed2a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRuleOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRuleOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.Builder.html index bb5f37f12..e0c3092fd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.html index 73f5abfe3..7c0a2646c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRules.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRulesOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRulesOrBuilder.html index 6ffb44572..80aee31ae 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRulesOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionRulesOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html new file mode 100644 index 000000000..13ce870c2 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html @@ -0,0 +1,144 @@ + + + + +Uses of Enum Class io.dapr.v1.DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Enum Class
    io.dapr.v1.DaprProtos.PubsubSubscriptionType

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.Builder.html index 909155060..0e90d9505 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html index 2fd26473f..c101bab82 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html index f52480f9a..8536f756c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html index 3eac4f5fc..3f07a7545 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.html index e6e4729cf..2ea1fa456 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateItem (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateItem (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItemOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItemOrBuilder.html index 0c3f24596..eb58b38d9 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItemOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItemOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.Builder.html index a4660546e..cc2bef02a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.html index 736bc6d7f..db6b0a459 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequestOrBuilder.html index e7d1d530b..18c011c98 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.Builder.html index fd55eef07..4962d2433 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.html index 77fbccd61..8e3661687 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponseOrBuilder.html index 69e399bd2..23144b7f1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.Builder.html index 0e185c954..e2edd6cc7 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html index 55acf054c..128012295 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html index 029bb78e1..eed57b18d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html index d68c49c03..bade13ee2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.RegisterActorReminderRequest.Builder

    DaprProtos.RegisterActorReminderRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorReminderRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorReminderRequest.Builder.clearData()
    @@ -94,7 +94,7 @@

    Uses of DaprProtos.RegisterActorReminderRequest.Builder

    DaprProtos.RegisterActorReminderRequest.Builder.clearDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorReminderRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -148,22 +148,22 @@

    Uses of DaprProtos.RegisterActorReminderRequest.Builder

    DaprProtos.RegisterActorReminderRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorReminderRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorReminderRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorReminderRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorReminderRequest.Builder.setData(com.google.protobuf.ByteString value)
    @@ -173,12 +173,12 @@

    Uses of DaprProtos.RegisterActorReminderRequest.Builder

    DaprProtos.RegisterActorReminderRequest.Builder.setDueTime(String value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorReminderRequest.Builder.setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorReminderRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html index ceeeb0c72..5fc8e92ee 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequestOrBuilder.html index 5370bd745..3dbc53fef 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.Builder.html index 4ff3ad028..ecd212df8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.RegisterActorTimerRequest.Builder

    DaprProtos.RegisterActorTimerRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorTimerRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorTimerRequest.Builder.clearCallback()
    @@ -99,7 +99,7 @@

    Uses of DaprProtos.RegisterActorTimerRequest.Builder
    DaprProtos.RegisterActorTimerRequest.Builder.clearDueTime()
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorTimerRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -153,22 +153,22 @@

    Uses of DaprProtos.RegisterActorTimerRequest.Builder
    DaprProtos.RegisterActorTimerRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorTimerRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.RegisterActorTimerRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorTimerRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.RegisterActorTimerRequest.Builder.setCallback(String value)
    @@ -188,12 +188,12 @@

    Uses of DaprProtos.RegisterActorTimerRequest.Builder
    DaprProtos.RegisterActorTimerRequest.Builder.setDueTime(String value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorTimerRequest.Builder.setDueTimeBytes(com.google.protobuf.ByteString value)
    -
    string due_time = 4;
    +
    string due_time = 4 [json_name = "dueTime"];
    DaprProtos.RegisterActorTimerRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html index 123b8d68b..3718a9c17 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequestOrBuilder.html index 62905be18..a5fa20528 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.Builder.html index 25053d620..7ba7e134b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.html index 5416c36dd..2e055b297 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponents.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponentsOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponentsOrBuilder.html index 39d3f81f2..06568f38b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponentsOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisteredComponentsOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.Builder.html index 7392696a2..68ad31cf6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html index 3ddc7a518..84fad21e2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html index 13e3fac20..786e9cfb4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html index 33a182368..cc347a40f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.html index ec8a5cbf3..3d26ebece 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequestOrBuilder.html index 7564d081f..aa64eb67d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.Builder.html new file mode 100644 index 000000000..d0ce0ad19 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.Builder.html @@ -0,0 +1,165 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html new file mode 100644 index 000000000..71798e9f3 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html @@ -0,0 +1,195 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.ScheduleJobRequest

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html new file mode 100644 index 000000000..79ac6db43 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html new file mode 100644 index 000000000..c8b86a372 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html @@ -0,0 +1,141 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html new file mode 100644 index 000000000..e89ba6f97 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html @@ -0,0 +1,201 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.ScheduleJobResponse

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html new file mode 100644 index 000000000..d7be440dd --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.Builder.html index 694b6c06f..b71c9a0b0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.html index 2e0e49a17..13fb10db2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SecretResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SecretResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponseOrBuilder.html index 61d00f5f1..a0af988b0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SecretResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SecretResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.Builder.html index e4aacc190..fdb6d8f90 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.html index f98507e57..b703f5be6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequestOrBuilder.html index 47dcb6d1e..c7407a789 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SetMetadataRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.Builder.html index 941101dec..ddc125d1b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.html index 138706777..03d057bd1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequestOrBuilder.html index 5a5f6674b..035b34205 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ShutdownRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.Builder.html index 534a47335..8d227cc66 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.html index be7c04244..aff515486 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html index db0534019..9337a7dba 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.Builder.html index 49811288d..12c9cde95 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html index dcb522a6b..f330fdd8c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html index 5589add80..21bf9581f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html index 3d723679e..9a452c07b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.html index 60be555f0..1cd27892e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequestOrBuilder.html index 749cadf34..f45d038b4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.Builder.html index e6712a117..bef256553 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.html index 97a7516a1..11e4e03c4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponseOrBuilder.html index 269e460fc..d6b5b069f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html new file mode 100644 index 000000000..98df6b5ae --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder.html @@ -0,0 +1,245 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html new file mode 100644 index 000000000..5c75553ac --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.html @@ -0,0 +1,191 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html new file mode 100644 index 000000000..8e2870664 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder.html @@ -0,0 +1,120 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html new file mode 100644 index 000000000..a7ecb5ed2 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html @@ -0,0 +1,184 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html new file mode 100644 index 000000000..ee9d9b57a --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html @@ -0,0 +1,113 @@ + + + + +Uses of Enum Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Enum Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html new file mode 100644 index 000000000..77b4cc27b --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html @@ -0,0 +1,183 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html new file mode 100644 index 000000000..cf21f995f --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html @@ -0,0 +1,99 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html new file mode 100644 index 000000000..354ff7658 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html @@ -0,0 +1,199 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html new file mode 100644 index 000000000..2dac52162 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html @@ -0,0 +1,191 @@ + + + + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html new file mode 100644 index 000000000..d060dd4c9 --- /dev/null +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html @@ -0,0 +1,120 @@ + + + + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.12.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder

    +
    + +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.Builder.html index 3c8901ce5..a782629fa 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html index f47a0a16d..86102ea8c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html index e4e0b9a67..ae00b3409 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html index f00b5ef56..c056be226 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html index b817bccbd..1d5386cc4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html index 5f21cf25f..567319715 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html index 851abf003..4fe35493d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html index 02570741b..0476bd5ba 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html index 121fd0b54..ed67d87b6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html index 25b9f9d8e..c8c1002f8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html index fcbd53cb8..c2b57714d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html index 90253000a..51b910f8a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html index 90c3381ae..6967b3410 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html index c4553c6cd..b7d9d7379 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html index 4b42d98f3..545056e9d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html index 59cf7e628..4cee3f200 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html index 74f954832..749434ea5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html index 1178e62f7..c81a7ba64 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html index 2d6cdc497..d9af37cb5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html index 169d457a3..8c0b7c793 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html index 1e78093bc..74f2ab8da 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html index 04139df6d..334df7e5f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html index d7a242d05..056dddfc1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html index 74bd05fb2..eb5f9ca0b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html index 56d148788..c48f15f95 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html index 540e09ce8..423ddafa1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html index 458052c40..e6d0bffc0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html index 05975028a..85f8b363a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html index c3acd59c6..8ee4abf8b 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html index cde51b17b..17ebe4a7d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html index 18d8d0327..63695a348 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html index db30237d7..dd349ab59 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html index 2c31d8338..b89321de1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html index 3dee87f74..6883f1458 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html index b93ce60fe..4775132cf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html index ec96735da..8e63830bd 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html index c253f3ae5..415af6407 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html index 86f43b54b..b7da5b38e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html index 6f6023263..942dab8d0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html index 561e58201..8ec74eb52 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html index c3265a022..034ef87a3 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html index fbe5eb9c7..b3d6de2a9 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html index 407f41a10..ab130422f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html index 226c80e3f..feb4befab 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.html index 326f383cb..bb9fceb5d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html index 18e5a31ce..a368c245d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html index 5ccc47343..fdd72f74a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.html index ee89a54b9..f2cb62179 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperationOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperationOrBuilder.html index f0a48c155..76b1b6782 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperationOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperationOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.Builder.html index 6add8654c..73ded4b23 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.html index 7269558ea..2e3f65e3f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperation.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperationOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperationOrBuilder.html index 0ea7b89c4..895ce351c 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperationOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalStateOperationOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.Builder.html index 8627689cf..41d8cd7d8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.html index bd5f54622..a1acdf63d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TryLockRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequestOrBuilder.html index 5f3923a27..0d36ba5cf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.Builder.html index e1bfb35e9..daad27917 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.html index baefdba46..3aa1442da 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.TryLockResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponseOrBuilder.html index b6dff7975..64e9513dc 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.TryLockResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.Builder.html index 0aa3b20fe..f897768e9 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.html index b270d4b53..5355af805 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnlockRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequestOrBuilder.html index c46b4803d..1dc6404cc 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Builder.html index 4ec160367..cd70815d4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Status.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Status.html index 062069fba..b26d9f229 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Status.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.Status.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.v1.DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.v1.DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.html index d4fbfaac5..76da174d6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnlockResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponseOrBuilder.html index 404aa5e10..47a9fc4a5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnlockResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.Builder.html index 1a6624113..31b4f81a7 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.UnregisterActorReminderRequest.Builder

    DaprProtos.UnregisterActorReminderRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorReminderRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorReminderRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -128,22 +128,22 @@

    Uses of DaprProtos.UnregisterActorReminderRequest.Builder
    DaprProtos.UnregisterActorReminderRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorReminderRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorReminderRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorReminderRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorReminderRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html index 70e233aa1..1fa5072a0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequestOrBuilder.html index 20c4127bb..b5b0d06c0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.Builder.html index 92ad21af6..a1e92f4cb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.12.0 API) - + @@ -79,12 +79,12 @@

    Uses of DaprProtos.UnregisterActorTimerRequest.Builder

    DaprProtos.UnregisterActorTimerRequest.Builder.clearActorId()
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorTimerRequest.Builder.clearActorType()
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorTimerRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
    @@ -128,22 +128,22 @@

    Uses of DaprProtos.UnregisterActorTimerRequest.Builder
    DaprProtos.UnregisterActorTimerRequest.Builder.setActorId(String value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorTimerRequest.Builder.setActorIdBytes(com.google.protobuf.ByteString value)
    -
    string actor_id = 2;
    +
    string actor_id = 2 [json_name = "actorId"];
    DaprProtos.UnregisterActorTimerRequest.Builder.setActorType(String value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorTimerRequest.Builder.setActorTypeBytes(com.google.protobuf.ByteString value)
    -
    string actor_type = 1;
    +
    string actor_type = 1 [json_name = "actorType"];
    DaprProtos.UnregisterActorTimerRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html index 8fb9d77ae..291b22bc7 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequestOrBuilder.html index 0388fa1e2..671dd67be 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.Builder.html index 47502ce37..20a5a3a35 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.html index e3f534b05..39a73a51f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html index 171872889..07879161f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.Builder.html index 418718a78..169eee215 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.html index fd7f77226..1c0427a80 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html index f5a54ae63..931bc87e4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.html b/docs/io/dapr/v1/class-use/DaprProtos.html index bb62b9e23..0ecb9af1e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.v1.DaprProtos (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/v1/package-summary.html b/docs/io/dapr/v1/package-summary.html index 71e6b7eec..739dccee1 100644 --- a/docs/io/dapr/v1/package-summary.html +++ b/docs/io/dapr/v1/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.v1 (dapr-sdk-parent 1.11.0 API) + +io.dapr.v1 (dapr-sdk-parent 1.12.0 API) - + @@ -344,6 +344,28 @@

    Package io.dapr.v1

     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.JobEventRequest
    +
    + +
    +
    Protobuf type dapr.proto.runtime.v1.JobEventRequest
    +
    + +
     
    + +
    +
    + JobEventResponse is the response from the app when a job is triggered.
    +
    + +
    +
    + JobEventResponse is the response from the app when a job is triggered.
    +
    + +
     
    @@ -675,6 +697,30 @@

    Package io.dapr.v1

     
    + +
    +
    + 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.
    +
    + +
     
    @@ -843,6 +889,30 @@

    Package io.dapr.v1

     
    + +
    +
    + GetJobRequest 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.
    +
    + +
     
    @@ -999,70 +1069,87 @@

    Package io.dapr.v1

     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
    +
    + Job is the definition of a job.
    - +
    -
    Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
    +
    + Job is the definition of a job.
    - +
     
    - +
    -
    - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    +
    Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
    - +
    -
    - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    +
    Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
    - +
     
    - +
    - PublishEventRequest is the message to publish event data to pubsub topic
    + PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    - +
    - PublishEventRequest is the message to publish event data to pubsub topic
    + PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscription
    +
    + PublishEventRequest is the message to publish event data to pubsub topic
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscription
    +
    + PublishEventRequest is the message to publish event data to pubsub topic
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscription
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscription
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    - +
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    - +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    + +
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    + +
     
    + +
    +
    + PubsubSubscriptionType indicates the type of subscription
    +
    @@ -1179,6 +1266,30 @@

    Package io.dapr.v1

     
    + +
    +
    + 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.
    +
    + +
     
    @@ -1259,6 +1370,50 @@

    Package io.dapr.v1

     
    + +
    +
    + SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the + details for subscribing to a topic via streaming.
    +
    + +
    +
    + SubscribeTopicEventsInitialRequestAlpha1 is the initial 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.
    +
    + +
    +
    + SubscribeTopicEventsRequestAlpha1 is a message containing the details for + subscribing to a topic via streaming.
    +
    + +
     
    + +
     
    + +
    +
    + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
    +
    + +
    +
    + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
    +
    + +
     
    diff --git a/docs/io/dapr/v1/package-tree.html b/docs/io/dapr/v1/package-tree.html index 367e460d7..5038d17b2 100644 --- a/docs/io/dapr/v1/package-tree.html +++ b/docs/io/dapr/v1/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.v1 Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.v1 Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + @@ -79,6 +79,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse (implements io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig (implements io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse (implements io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder)
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventRequest (implements io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder)
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventResponse (implements io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse (implements io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse (implements io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest (implements io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder)
  • @@ -104,6 +106,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.DecryptRequestOptions (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptResponse (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
  • io.dapr.v1.DaprProtos.DeleteBulkStateRequest (implements io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.DeleteJobRequest (implements io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.DeleteJobResponse (implements io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.DeleteStateRequest (implements io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder)
  • io.dapr.v1.DaprProtos.EncryptRequest (implements io.dapr.v1.DaprProtos.EncryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.EncryptRequestOptions (implements io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder)
  • @@ -118,6 +122,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.GetBulkStateResponse (implements io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetConfigurationRequest (implements io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder)
  • io.dapr.v1.DaprProtos.GetConfigurationResponse (implements io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.GetJobRequest (implements io.dapr.v1.DaprProtos.GetJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.GetJobResponse (implements io.dapr.v1.DaprProtos.GetJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetMetadataRequest (implements io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder)
  • io.dapr.v1.DaprProtos.GetMetadataResponse (implements io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetSecretRequest (implements io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder)
  • @@ -131,6 +137,7 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.InvokeBindingRequest (implements io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder)
  • io.dapr.v1.DaprProtos.InvokeBindingResponse (implements io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder)
  • io.dapr.v1.DaprProtos.InvokeServiceRequest (implements io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.Job (implements io.dapr.v1.DaprProtos.JobOrBuilder)
  • io.dapr.v1.DaprProtos.MetadataHTTPEndpoint (implements io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder)
  • io.dapr.v1.DaprProtos.PauseWorkflowRequest (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PublishEventRequest (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
  • @@ -147,6 +154,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.RegisteredComponents (implements io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder)
  • io.dapr.v1.DaprProtos.ResumeWorkflowRequest (implements io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SaveStateRequest (implements io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobRequest (implements io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobResponse (implements io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SecretResponse (implements io.dapr.v1.DaprProtos.SecretResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SetMetadataRequest (implements io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder)
  • io.dapr.v1.DaprProtos.ShutdownRequest (implements io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder)
  • @@ -154,6 +163,9 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.StartWorkflowResponse (implements io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SubscribeConfigurationRequest (implements io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SubscribeConfigurationResponse (implements io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder)
  • io.dapr.v1.DaprProtos.SubtleDecryptRequest (implements io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SubtleDecryptResponse (implements io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SubtleEncryptRequest (implements io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder)
  • @@ -203,6 +215,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder (implements io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder)
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder (implements io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder)
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder)
  • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder (implements io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder)
  • @@ -228,6 +242,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptResponse.Builder (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
  • io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.DeleteJobRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.DeleteJobResponse.Builder (implements io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.DeleteStateRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder)
  • io.dapr.v1.DaprProtos.EncryptRequest.Builder (implements io.dapr.v1.DaprProtos.EncryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (implements io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder)
  • @@ -242,6 +258,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder (implements io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetConfigurationRequest.Builder (implements io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder)
  • io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder (implements io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.GetJobRequest.Builder (implements io.dapr.v1.DaprProtos.GetJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.GetJobResponse.Builder (implements io.dapr.v1.DaprProtos.GetJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetMetadataRequest.Builder (implements io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder)
  • io.dapr.v1.DaprProtos.GetMetadataResponse.Builder (implements io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder)
  • io.dapr.v1.DaprProtos.GetSecretRequest.Builder (implements io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder)
  • @@ -255,6 +273,7 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder (implements io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder)
  • io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder (implements io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder)
  • io.dapr.v1.DaprProtos.InvokeServiceRequest.Builder (implements io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.Job.Builder (implements io.dapr.v1.DaprProtos.JobOrBuilder)
  • io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder (implements io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder)
  • io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PublishEventRequest.Builder (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
  • @@ -271,6 +290,8 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.RegisteredComponents.Builder (implements io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder)
  • io.dapr.v1.DaprProtos.ResumeWorkflowRequest.Builder (implements io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SaveStateRequest.Builder (implements io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder (implements io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder (implements io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SecretResponse.Builder (implements io.dapr.v1.DaprProtos.SecretResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SetMetadataRequest.Builder (implements io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder)
  • io.dapr.v1.DaprProtos.ShutdownRequest.Builder (implements io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder)
  • @@ -278,6 +299,9 @@

    Class Hierarchy

  • io.dapr.v1.DaprProtos.StartWorkflowResponse.Builder (implements io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (implements io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.Builder (implements io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder)
  • io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder (implements io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (implements io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder)
  • io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (implements io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder)
  • @@ -375,6 +399,8 @@

    Interface Hierarchy

  • io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder
  • io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder
  • io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder
  • +
  • io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder
  • io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder
  • io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder
  • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder
  • @@ -400,6 +426,8 @@

    Interface Hierarchy

  • io.dapr.v1.DaprProtos.DecryptRequestOrBuilder
  • io.dapr.v1.DaprProtos.DecryptResponseOrBuilder
  • io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder
  • io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder
  • io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder
  • io.dapr.v1.DaprProtos.EncryptRequestOrBuilder
  • @@ -414,6 +442,8 @@

    Interface Hierarchy

  • io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder
  • io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder
  • io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder
  • +
  • io.dapr.v1.DaprProtos.GetJobRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.GetJobResponseOrBuilder
  • io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder
  • io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
  • io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder
  • @@ -427,6 +457,7 @@

    Interface Hierarchy

  • io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder
  • io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder
  • io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.JobOrBuilder
  • io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder
  • io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder
  • io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder
  • @@ -443,6 +474,8 @@

    Interface Hierarchy

  • io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder
  • io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder
  • io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder
  • io.dapr.v1.DaprProtos.SecretResponseOrBuilder
  • io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder
  • io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder
  • @@ -450,6 +483,9 @@

    Interface Hierarchy

  • io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder
  • io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder
  • io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
  • io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder
  • io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder
  • io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder
  • @@ -495,6 +531,8 @@

    Enum Class Hierarchy

  • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (implements com.google.protobuf.Internal.EnumLite)
  • io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (implements com.google.protobuf.ProtocolMessageEnum)
  • io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus (implements com.google.protobuf.ProtocolMessageEnum)
  • +
  • io.dapr.v1.DaprProtos.PubsubSubscriptionType (implements com.google.protobuf.ProtocolMessageEnum)
  • +
  • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (implements com.google.protobuf.Internal.EnumLite)
  • io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (implements com.google.protobuf.ProtocolMessageEnum)
  • io.dapr.v1.DaprProtos.UnlockResponse.Status (implements com.google.protobuf.ProtocolMessageEnum)
  • diff --git a/docs/io/dapr/v1/package-use.html b/docs/io/dapr/v1/package-use.html index 3dd3202a2..402720c29 100644 --- a/docs/io/dapr/v1/package-use.html +++ b/docs/io/dapr/v1/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.v1 (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.v1 (dapr-sdk-parent 1.12.0 API) - + @@ -56,27 +56,12 @@

    Uses of Package
    io.dapr.
    Package
    Description
    - +
     
    - -
     
    • -
      -
      Classes in io.dapr.v1 used by io.dapr.client
      -
      -
      Class
      -
      Description
      - -
      -
      A stub to allow clients to do asynchronous rpc calls to service Dapr.
      -
      -
      -
      -
    • -
    • Classes in io.dapr.v1 used by io.dapr.v1
      @@ -307,6 +292,28 @@

      Uses of Package
      io.dapr.

       
      + +
      +
      Protobuf type dapr.proto.runtime.v1.JobEventRequest
      +
      + +
      +
      Protobuf type dapr.proto.runtime.v1.JobEventRequest
      +
      + +
       
      + +
      +
      + JobEventResponse is the response from the app when a job is triggered.
      +
      + +
      +
      + JobEventResponse is the response from the app when a job is triggered.
      +
      + +
       
      @@ -627,6 +634,30 @@

      Uses of Package
      io.dapr.

       
      + +
      +
      + 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.
      +
      + +
       
      @@ -795,6 +826,30 @@

      Uses of Package
      io.dapr.

       
      + +
      +
      + GetJobRequest 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.
      +
      + +
       
      @@ -951,70 +1006,87 @@

      Uses of Package
      io.dapr.

       
      - +
      -
      Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
      +
      + Job is the definition of a job.
      - +
      -
      Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
      +
      + Job is the definition of a job.
      - +
       
      - +
      -
      - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
      +
      Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
      - +
      -
      - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
      +
      Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
      - +
       
      - +
      - PublishEventRequest is the message to publish event data to pubsub topic
      + PauseWorkflowRequest is the request for PauseWorkflowBeta1.
      - +
      - PublishEventRequest is the message to publish event data to pubsub topic
      + PauseWorkflowRequest is the request for PauseWorkflowBeta1.
      - +
       
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscription
      +
      + PublishEventRequest is the message to publish event data to pubsub topic
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscription
      +
      + PublishEventRequest is the message to publish event data to pubsub topic
      - +
       
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscription
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscription
      - +
       
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
      - +
      -
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
      - +
       
      + +
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
      +
      + +
      +
      Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
      +
      + +
       
      + +
      +
      + PubsubSubscriptionType indicates the type of subscription
      +
      @@ -1131,6 +1203,30 @@

      Uses of Package
      io.dapr.

       
      + +
      +
      + 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.
      +
      + +
       
      @@ -1211,6 +1307,50 @@

      Uses of Package
      io.dapr.

       
      + +
      +
      + SubscribeTopicEventsInitialRequestAlpha1 is the initial message containing the + details for subscribing to a topic via streaming.
      +
      + +
      +
      + SubscribeTopicEventsInitialRequestAlpha1 is the initial 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.
      +
      + +
      +
      + SubscribeTopicEventsRequestAlpha1 is a message containing the details for + subscribing to a topic via streaming.
      +
      + +
       
      + +
       
      + +
      +
      + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
      +
      + +
      +
      + SubscribeTopicEventsResponseAlpha1 is a message containing the result of a + subscription to a topic.
      +
      + +
       
      diff --git a/docs/io/dapr/workflows/DaprWorkflowContextImpl.html b/docs/io/dapr/workflows/DaprWorkflowContextImpl.html index a4f12b39b..2fa6b06c2 100644 --- a/docs/io/dapr/workflows/DaprWorkflowContextImpl.html +++ b/docs/io/dapr/workflows/DaprWorkflowContextImpl.html @@ -1,11 +1,11 @@ - -DaprWorkflowContextImpl (dapr-sdk-parent 1.11.0 API) + +DaprWorkflowContextImpl (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/Workflow.html b/docs/io/dapr/workflows/Workflow.html index 823e17d69..db107de13 100644 --- a/docs/io/dapr/workflows/Workflow.html +++ b/docs/io/dapr/workflows/Workflow.html @@ -1,11 +1,11 @@ - -Workflow (dapr-sdk-parent 1.11.0 API) + +Workflow (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/WorkflowContext.html b/docs/io/dapr/workflows/WorkflowContext.html index 7ea10c88f..7a99549f9 100644 --- a/docs/io/dapr/workflows/WorkflowContext.html +++ b/docs/io/dapr/workflows/WorkflowContext.html @@ -1,11 +1,11 @@ - -WorkflowContext (dapr-sdk-parent 1.11.0 API) + +WorkflowContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/WorkflowStub.html b/docs/io/dapr/workflows/WorkflowStub.html index 4413f6d4a..dc1e03fab 100644 --- a/docs/io/dapr/workflows/WorkflowStub.html +++ b/docs/io/dapr/workflows/WorkflowStub.html @@ -1,11 +1,11 @@ - -WorkflowStub (dapr-sdk-parent 1.11.0 API) + +WorkflowStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html b/docs/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html index f4a5be4b3..4569d9c15 100644 --- a/docs/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html +++ b/docs/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/Workflow.html b/docs/io/dapr/workflows/class-use/Workflow.html index 952a06b23..601a38828 100644 --- a/docs/io/dapr/workflows/class-use/Workflow.html +++ b/docs/io/dapr/workflows/class-use/Workflow.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.Workflow (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.Workflow (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/WorkflowContext.html b/docs/io/dapr/workflows/class-use/WorkflowContext.html index eb57b7b68..1f673401a 100644 --- a/docs/io/dapr/workflows/class-use/WorkflowContext.html +++ b/docs/io/dapr/workflows/class-use/WorkflowContext.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/WorkflowStub.html b/docs/io/dapr/workflows/class-use/WorkflowStub.html index 1141e33e2..63f2fc9cc 100644 --- a/docs/io/dapr/workflows/class-use/WorkflowStub.html +++ b/docs/io/dapr/workflows/class-use/WorkflowStub.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/DaprWorkflowClient.html b/docs/io/dapr/workflows/client/DaprWorkflowClient.html index 26d07d70c..8ea022fb4 100644 --- a/docs/io/dapr/workflows/client/DaprWorkflowClient.html +++ b/docs/io/dapr/workflows/client/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -DaprWorkflowClient (dapr-sdk-parent 1.11.0 API) + +DaprWorkflowClient (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/NewWorkflowOption.html b/docs/io/dapr/workflows/client/NewWorkflowOption.html index c85e0db18..0a818313b 100644 --- a/docs/io/dapr/workflows/client/NewWorkflowOption.html +++ b/docs/io/dapr/workflows/client/NewWorkflowOption.html @@ -1,11 +1,11 @@ - -NewWorkflowOption (dapr-sdk-parent 1.11.0 API) + +NewWorkflowOption (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/WorkflowFailureDetails.html b/docs/io/dapr/workflows/client/WorkflowFailureDetails.html index dc07c6309..656c82c77 100644 --- a/docs/io/dapr/workflows/client/WorkflowFailureDetails.html +++ b/docs/io/dapr/workflows/client/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -WorkflowFailureDetails (dapr-sdk-parent 1.11.0 API) + +WorkflowFailureDetails (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html b/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html index f32977c56..f029ab683 100644 --- a/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html +++ b/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -WorkflowInstanceStatus (dapr-sdk-parent 1.11.0 API) + +WorkflowInstanceStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html b/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html index fabff86c7..095c6b63e 100644 --- a/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html +++ b/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/class-use/NewWorkflowOption.html b/docs/io/dapr/workflows/client/class-use/NewWorkflowOption.html index 97f6df1a9..ff943c1c9 100644 --- a/docs/io/dapr/workflows/client/class-use/NewWorkflowOption.html +++ b/docs/io/dapr/workflows/client/class-use/NewWorkflowOption.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html b/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html index 1345f2545..8c39823b9 100644 --- a/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html +++ b/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html b/docs/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html index 1390ea8d3..1d2d65b42 100644 --- a/docs/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html +++ b/docs/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/package-summary.html b/docs/io/dapr/workflows/client/package-summary.html index c4a254f03..6dfb25dcf 100644 --- a/docs/io/dapr/workflows/client/package-summary.html +++ b/docs/io/dapr/workflows/client/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.client (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/package-tree.html b/docs/io/dapr/workflows/client/package-tree.html index 77120f01a..74cea299f 100644 --- a/docs/io/dapr/workflows/client/package-tree.html +++ b/docs/io/dapr/workflows/client/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.client Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/client/package-use.html b/docs/io/dapr/workflows/client/package-use.html index 61f4c662f..8d1464d97 100644 --- a/docs/io/dapr/workflows/client/package-use.html +++ b/docs/io/dapr/workflows/client/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.client (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.workflows.client (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html b/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html index 50258fe12..4b60f0678 100644 --- a/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html +++ b/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -ApiTokenClientInterceptor (dapr-sdk-parent 1.11.0 API) + +ApiTokenClientInterceptor (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html b/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html index 37f317930..5c2c97c3a 100644 --- a/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html +++ b/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-summary.html b/docs/io/dapr/workflows/internal/package-summary.html index 0ed321c81..58f8cbed3 100644 --- a/docs/io/dapr/workflows/internal/package-summary.html +++ b/docs/io/dapr/workflows/internal/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.internal (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-tree.html b/docs/io/dapr/workflows/internal/package-tree.html index 92e005ec8..e2c74a4b4 100644 --- a/docs/io/dapr/workflows/internal/package-tree.html +++ b/docs/io/dapr/workflows/internal/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.internal Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-use.html b/docs/io/dapr/workflows/internal/package-use.html index 4c338fc34..d0b84a157 100644 --- a/docs/io/dapr/workflows/internal/package-use.html +++ b/docs/io/dapr/workflows/internal/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.internal (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.workflows.internal (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/package-summary.html b/docs/io/dapr/workflows/package-summary.html index e3c2153ab..a999eafc6 100644 --- a/docs/io/dapr/workflows/package-summary.html +++ b/docs/io/dapr/workflows/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/package-tree.html b/docs/io/dapr/workflows/package-tree.html index 48cfef01a..bba85cd3f 100644 --- a/docs/io/dapr/workflows/package-tree.html +++ b/docs/io/dapr/workflows/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/package-use.html b/docs/io/dapr/workflows/package-use.html index 7861d2a10..e0f76bbf8 100644 --- a/docs/io/dapr/workflows/package-use.html +++ b/docs/io/dapr/workflows/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.workflows (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/ActivityWrapper.html b/docs/io/dapr/workflows/runtime/ActivityWrapper.html index 64d1f53ca..6d004d507 100644 --- a/docs/io/dapr/workflows/runtime/ActivityWrapper.html +++ b/docs/io/dapr/workflows/runtime/ActivityWrapper.html @@ -1,11 +1,11 @@ - -ActivityWrapper (dapr-sdk-parent 1.11.0 API) + +ActivityWrapper (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/WorkflowActivity.html b/docs/io/dapr/workflows/runtime/WorkflowActivity.html index 9755b14f9..05e79704a 100644 --- a/docs/io/dapr/workflows/runtime/WorkflowActivity.html +++ b/docs/io/dapr/workflows/runtime/WorkflowActivity.html @@ -1,11 +1,11 @@ - -WorkflowActivity (dapr-sdk-parent 1.11.0 API) + +WorkflowActivity (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/WorkflowActivityContext.html b/docs/io/dapr/workflows/runtime/WorkflowActivityContext.html index d64826621..156c2432d 100644 --- a/docs/io/dapr/workflows/runtime/WorkflowActivityContext.html +++ b/docs/io/dapr/workflows/runtime/WorkflowActivityContext.html @@ -1,11 +1,11 @@ - -WorkflowActivityContext (dapr-sdk-parent 1.11.0 API) + +WorkflowActivityContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntime.html b/docs/io/dapr/workflows/runtime/WorkflowRuntime.html index 3f8ee1b71..94c68af63 100644 --- a/docs/io/dapr/workflows/runtime/WorkflowRuntime.html +++ b/docs/io/dapr/workflows/runtime/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -WorkflowRuntime (dapr-sdk-parent 1.11.0 API) + +WorkflowRuntime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html b/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html index 7c3d2fb52..3cc1845ba 100644 --- a/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html +++ b/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeBuilder (dapr-sdk-parent 1.11.0 API) + +WorkflowRuntimeBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html b/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html index 62cc57292..3b0e0778a 100644 --- a/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ b/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeStatus (dapr-sdk-parent 1.11.0 API) + +WorkflowRuntimeStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/ActivityWrapper.html b/docs/io/dapr/workflows/runtime/class-use/ActivityWrapper.html index 9ad8b66db..18f7c68f7 100644 --- a/docs/io/dapr/workflows/runtime/class-use/ActivityWrapper.html +++ b/docs/io/dapr/workflows/runtime/class-use/ActivityWrapper.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowActivity.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowActivity.html index 79e9ff764..dace9e393 100644 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowActivity.html +++ b/docs/io/dapr/workflows/runtime/class-use/WorkflowActivity.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html index 894c0225b..4eaaa3df4 100644 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html +++ b/docs/io/dapr/workflows/runtime/class-use/WorkflowActivityContext.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html index 5716a24f5..b7a47b681 100644 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html +++ b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html index c28083713..4a34fd85f 100644 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html +++ b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html index 811b06f48..9f43390ed 100644 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html +++ b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum Class io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-parent 1.11.0 API) + +Uses of Enum Class io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/package-summary.html b/docs/io/dapr/workflows/runtime/package-summary.html index a184393ee..3131b9268 100644 --- a/docs/io/dapr/workflows/runtime/package-summary.html +++ b/docs/io/dapr/workflows/runtime/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.runtime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/package-tree.html b/docs/io/dapr/workflows/runtime/package-tree.html index 7cb861748..0b5bf672f 100644 --- a/docs/io/dapr/workflows/runtime/package-tree.html +++ b/docs/io/dapr/workflows/runtime/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/runtime/package-use.html b/docs/io/dapr/workflows/runtime/package-use.html index 9bd7ca3ee..8a686ab8f 100644 --- a/docs/io/dapr/workflows/runtime/package-use.html +++ b/docs/io/dapr/workflows/runtime/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.runtime (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.workflows.runtime (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/DaprSagaContextImpl.html b/docs/io/dapr/workflows/saga/DaprSagaContextImpl.html index 665c7318b..5cc006b01 100644 --- a/docs/io/dapr/workflows/saga/DaprSagaContextImpl.html +++ b/docs/io/dapr/workflows/saga/DaprSagaContextImpl.html @@ -1,11 +1,11 @@ - -DaprSagaContextImpl (dapr-sdk-parent 1.11.0 API) + +DaprSagaContextImpl (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/Saga.html b/docs/io/dapr/workflows/saga/Saga.html index d27827752..5b50914c0 100644 --- a/docs/io/dapr/workflows/saga/Saga.html +++ b/docs/io/dapr/workflows/saga/Saga.html @@ -1,11 +1,11 @@ - -Saga (dapr-sdk-parent 1.11.0 API) + +Saga (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/SagaCompensationException.html b/docs/io/dapr/workflows/saga/SagaCompensationException.html index 9a1685d79..c43876c4f 100644 --- a/docs/io/dapr/workflows/saga/SagaCompensationException.html +++ b/docs/io/dapr/workflows/saga/SagaCompensationException.html @@ -1,11 +1,11 @@ - -SagaCompensationException (dapr-sdk-parent 1.11.0 API) + +SagaCompensationException (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/SagaContext.html b/docs/io/dapr/workflows/saga/SagaContext.html index 7031e5a4e..5fbe15c12 100644 --- a/docs/io/dapr/workflows/saga/SagaContext.html +++ b/docs/io/dapr/workflows/saga/SagaContext.html @@ -1,11 +1,11 @@ - -SagaContext (dapr-sdk-parent 1.11.0 API) + +SagaContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/SagaOption.Builder.html b/docs/io/dapr/workflows/saga/SagaOption.Builder.html index f96ce0246..37401cc04 100644 --- a/docs/io/dapr/workflows/saga/SagaOption.Builder.html +++ b/docs/io/dapr/workflows/saga/SagaOption.Builder.html @@ -1,11 +1,11 @@ - -SagaOption.Builder (dapr-sdk-parent 1.11.0 API) + +SagaOption.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/SagaOption.html b/docs/io/dapr/workflows/saga/SagaOption.html index 2940bd3f2..5b4a1c2fe 100644 --- a/docs/io/dapr/workflows/saga/SagaOption.html +++ b/docs/io/dapr/workflows/saga/SagaOption.html @@ -1,11 +1,11 @@ - -SagaOption (dapr-sdk-parent 1.11.0 API) + +SagaOption (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html b/docs/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html index 2dd7b7c9b..6f079066c 100644 --- a/docs/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html +++ b/docs/io/dapr/workflows/saga/class-use/DaprSagaContextImpl.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/Saga.html b/docs/io/dapr/workflows/saga/class-use/Saga.html index 1cee68e68..f122852c2 100644 --- a/docs/io/dapr/workflows/saga/class-use/Saga.html +++ b/docs/io/dapr/workflows/saga/class-use/Saga.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/SagaCompensationException.html b/docs/io/dapr/workflows/saga/class-use/SagaCompensationException.html index 16c43d3f2..29702044d 100644 --- a/docs/io/dapr/workflows/saga/class-use/SagaCompensationException.html +++ b/docs/io/dapr/workflows/saga/class-use/SagaCompensationException.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/SagaContext.html b/docs/io/dapr/workflows/saga/class-use/SagaContext.html index c3421cba1..4dff5bb3f 100644 --- a/docs/io/dapr/workflows/saga/class-use/SagaContext.html +++ b/docs/io/dapr/workflows/saga/class-use/SagaContext.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-parent 1.11.0 API) + +Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/SagaOption.Builder.html b/docs/io/dapr/workflows/saga/class-use/SagaOption.Builder.html index 62aa03170..af05764bb 100644 --- a/docs/io/dapr/workflows/saga/class-use/SagaOption.Builder.html +++ b/docs/io/dapr/workflows/saga/class-use/SagaOption.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/class-use/SagaOption.html b/docs/io/dapr/workflows/saga/class-use/SagaOption.html index 19903887c..e37b77600 100644 --- a/docs/io/dapr/workflows/saga/class-use/SagaOption.html +++ b/docs/io/dapr/workflows/saga/class-use/SagaOption.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-parent 1.11.0 API) + +Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/package-summary.html b/docs/io/dapr/workflows/saga/package-summary.html index 491ab3e5a..12111d878 100644 --- a/docs/io/dapr/workflows/saga/package-summary.html +++ b/docs/io/dapr/workflows/saga/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.saga (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.saga (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/package-tree.html b/docs/io/dapr/workflows/saga/package-tree.html index 10eaf3e9c..ad42518d2 100644 --- a/docs/io/dapr/workflows/saga/package-tree.html +++ b/docs/io/dapr/workflows/saga/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.saga Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +io.dapr.workflows.saga Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/io/dapr/workflows/saga/package-use.html b/docs/io/dapr/workflows/saga/package-use.html index 1e58cd2db..a2b8d9491 100644 --- a/docs/io/dapr/workflows/saga/package-use.html +++ b/docs/io/dapr/workflows/saga/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.saga (dapr-sdk-parent 1.11.0 API) + +Uses of Package io.dapr.workflows.saga (dapr-sdk-parent 1.12.0 API) - + diff --git a/docs/member-search-index.js b/docs/member-search-index.js index 349078783..1a18174dd 100644 --- a/docs/member-search-index.js +++ b/docs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"AbstractActor(ActorRuntimeContext, ActorId)","u":"%3Cinit%3E(io.dapr.actors.runtime.ActorRuntimeContext,io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ACTIVE_ACTORS_COUNT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"ACTIVE_ACTORS_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"ActivityWrapper(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ACTOR_RUNTIME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.actors.client","c":"ActorClient","l":"ActorClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors.client","c":"ActorClient","l":"ActorClient(ResiliencyOptions)","u":"%3Cinit%3E(io.dapr.client.resiliency.ResiliencyOptions)"},{"p":"io.dapr.actors","c":"ActorId","l":"ActorId(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"ActorObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"ActorProxyBuilder(Class, ActorClient)","u":"%3Cinit%3E(java.lang.Class,io.dapr.actors.client.ActorClient)"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"ActorProxyBuilder(String, Class, ActorClient)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,io.dapr.actors.client.ActorClient)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"ActorTrace()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors","c":"ActorUtils","l":"ActorUtils()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"ADD"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"add(String, T)","u":"add(java.lang.String,T)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(DaprProtos.ActiveActorsCount)","u":"addActiveActors(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActors(io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(int, DaprProtos.ActiveActorsCount)","u":"addActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(int, DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActorsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActorsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(DaprProtos.ActiveActorsCount)","u":"addActiveActorsCount(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActorsCount(io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(int, DaprProtos.ActiveActorsCount)","u":"addActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(int, DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCountBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCountBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addAllActiveActors(Iterable)","u":"addAllActiveActors(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllActiveActorsCount(Iterable)","u":"addAllActiveActorsCount(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addAllBindings(Iterable)","u":"addAllBindings(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addAllCapabilities(Iterable)","u":"addAllCapabilities(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllEnabledFeatures(Iterable)","u":"addAllEnabledFeatures(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addAllEntries(Iterable)","u":"addAllEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addAllEntries(Iterable)","u":"addAllEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addAllFailedEntries(Iterable)","u":"addAllFailedEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllHttpEndpoints(Iterable)","u":"addAllHttpEndpoints(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addAllItems(Iterable)","u":"addAllItems(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addAllOperations(Iterable)","u":"addAllOperations(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addAllOperations(Iterable)","u":"addAllOperations(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllRegisteredComponents(Iterable)","u":"addAllRegisteredComponents(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addAllResults(Iterable)","u":"addAllResults(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addAllRules(Iterable)","u":"addAllRules(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addAllRules(Iterable)","u":"addAllRules(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addAllStatuses(Iterable)","u":"addAllStatuses(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addAllSubscriptions(Iterable)","u":"addAllSubscriptions(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllSubscriptions(Iterable)","u":"addAllSubscriptions(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addAllTo(Iterable)","u":"addAllTo(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addBindings(String)","u":"addBindings(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addBindingsBytes(ByteString)","u":"addBindingsBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addCapabilities(String)","u":"addCapabilities(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addCapabilitiesBytes(ByteString)","u":"addCapabilitiesBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"addClause(V)"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"addClause(V)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addEnabledFeatures(String)","u":"addEnabledFeatures(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addEnabledFeaturesBytes(ByteString)","u":"addEnabledFeaturesBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"addEntries(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"addEntries(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(DaprProtos.BulkPublishRequestEntry)","u":"addEntries(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(DaprProtos.BulkPublishRequestEntry.Builder)","u":"addEntries(io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"addEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"addEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(int, DaprProtos.BulkPublishRequestEntry)","u":"addEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(int, DaprProtos.BulkPublishRequestEntry.Builder)","u":"addEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(DaprProtos.BulkPublishResponseFailedEntry)","u":"addFailedEntries(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"addFailedEntries(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry)","u":"addFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"addFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint)","u":"addHttpEndpoints(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint.Builder)","u":"addHttpEndpoints(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint)","u":"addHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint.Builder)","u":"addHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpointsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpointsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(DaprProtos.BulkStateItem)","u":"addItems(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(DaprProtos.BulkStateItem.Builder)","u":"addItems(io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(int, DaprProtos.BulkStateItem)","u":"addItems(int,io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(int, DaprProtos.BulkStateItem.Builder)","u":"addItems(int,io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItemsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItemsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalActorStateOperation)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalActorStateOperation.Builder)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalStateOperation)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalStateOperation.Builder)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalActorStateOperation)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalActorStateOperation.Builder)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalStateOperation)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalStateOperation.Builder)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperationsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperationsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(DaprProtos.RegisteredComponents)","u":"addRegisteredComponents(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(DaprProtos.RegisteredComponents.Builder)","u":"addRegisteredComponents(io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(int, DaprProtos.RegisteredComponents)","u":"addRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(int, DaprProtos.RegisteredComponents.Builder)","u":"addRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponentsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponentsBuilder(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(DaprProtos.QueryStateItem)","u":"addResults(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(DaprProtos.QueryStateItem.Builder)","u":"addResults(io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(int, DaprProtos.QueryStateItem)","u":"addResults(int,io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(int, DaprProtos.QueryStateItem.Builder)","u":"addResults(int,io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResultsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResultsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(DaprAppCallbackProtos.TopicRule)","u":"addRules(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(DaprAppCallbackProtos.TopicRule.Builder)","u":"addRules(io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(DaprProtos.PubsubSubscriptionRule)","u":"addRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(DaprProtos.PubsubSubscriptionRule.Builder)","u":"addRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(int, DaprAppCallbackProtos.TopicRule)","u":"addRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(int, DaprAppCallbackProtos.TopicRule.Builder)","u":"addRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(int, DaprProtos.PubsubSubscriptionRule)","u":"addRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(int, DaprProtos.PubsubSubscriptionRule.Builder)","u":"addRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"addStatuses(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"addStatuses(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"addStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"addStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatusesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatusesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(DaprAppCallbackProtos.TopicSubscription)","u":"addSubscriptions(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(DaprAppCallbackProtos.TopicSubscription.Builder)","u":"addSubscriptions(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(DaprProtos.PubsubSubscription)","u":"addSubscriptions(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(DaprProtos.PubsubSubscription.Builder)","u":"addSubscriptions(io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(int, DaprAppCallbackProtos.TopicSubscription)","u":"addSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(int, DaprAppCallbackProtos.TopicSubscription.Builder)","u":"addSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(int, DaprProtos.PubsubSubscription)","u":"addSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(int, DaprProtos.PubsubSubscription.Builder)","u":"addSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addTo(String)","u":"addTo(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addToBytes(ByteString)","u":"addToBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"allOf(List>)","u":"allOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"allOf(List>)","u":"allOf(java.util.List)"},{"p":"io.dapr.client","c":"DaprHttp","l":"ALPHA_1_API_VERSION"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"AndFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"anyOf(List>)","u":"anyOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"anyOf(List>)","u":"anyOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"anyOf(Task...)","u":"anyOf(com.microsoft.durabletask.Task...)"},{"p":"io.dapr.config","c":"Properties","l":"API_METHOD_INVOCATION_PROTOCOL"},{"p":"io.dapr.config","c":"Properties","l":"API_PROTOCOL"},{"p":"io.dapr.config","c":"Properties","l":"API_TOKEN"},{"p":"io.dapr.client","c":"DaprHttp","l":"API_VERSION"},{"p":"io.dapr.workflows.internal","c":"ApiTokenClientInterceptor","l":"ApiTokenClientInterceptor()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"APP_CONNECTION_PROPERTIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaImplBase","l":"AppCallbackAlphaImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase","l":"AppCallbackHealthCheckImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackImplBase","l":"AppCallbackImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.opencensus","c":"GrpcWrapper","l":"appendTracingToMetadata(ContextView, Metadata)","u":"appendTracingToMetadata(reactor.util.context.ContextView,io.grpc.Metadata)"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"apply(CallOptions)","u":"apply(io.grpc.CallOptions)"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"apply(Flux)","u":"apply(reactor.core.publisher.Flux)"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"apply(Mono)","u":"apply(reactor.core.publisher.Mono)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"ASC"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"BAD_REQUEST"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"BINDINGS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"bindService(AppCallbackAlphaGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackAlphaGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"bindService(AppCallbackGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"bindService(AppCallbackHealthCheckGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"bindService(DaprGrpc.AsyncService)","u":"bindService(io.dapr.v1.DaprGrpc.AsyncService)"},{"p":"io.dapr.utils","c":"TypeRef","l":"BOOLEAN"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"build()"},{"p":"io.dapr.client","c":"DaprHttpBuilder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"build()"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"build()"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"build(ActorId)","u":"build(io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"io.dapr.utils","c":"NetworkUtils","l":"buildGrpcManagedChannel(ClientInterceptor...)","u":"buildGrpcManagedChannel(io.grpc.ClientInterceptor...)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"buildPreviewClient()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"BULK_SUBSCRIBE_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"BulkPublishEntry(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"BulkPublishEntry(String, T, String, Map)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest, StreamObserver)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest, StreamObserver)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"BulkPublishRequest(String, String, List>)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"BulkPublishRequest(String, String, List>, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"BulkPublishResponse()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"BulkPublishResponse(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"BulkPublishResponseFailedEntry(BulkPublishEntry, String)","u":"%3Cinit%3E(io.dapr.client.domain.BulkPublishEntry,java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponse","l":"BulkSubscribeAppResponse(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"BulkSubscribeAppResponseEntry(String, BulkSubscribeAppResponseStatus)","u":"%3Cinit%3E(java.lang.String,io.dapr.client.domain.BulkSubscribeAppResponseStatus)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"BulkSubscribeMessage(List>, String, Map)","u":"%3Cinit%3E(java.util.List,java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"BulkSubscribeMessageEntry(String, T, String, Map)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map)"},{"p":"io.dapr.utils","c":"TypeRef","l":"BYTE"},{"p":"io.dapr.utils","c":"TypeRef","l":"BYTE_ARRAY"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"BYTES"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"BYTES_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String)","u":"callActivity(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Class)","u":"callActivity(java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object)","u":"callActivity(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, Class)","u":"callActivity(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, TaskOptions)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"callActivity(String, Object, TaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, TaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"CALLBACK_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String)","u":"callSubWorkflow(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object)","u":"callSubWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, TaskOptions)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"callSubWorkflow(String, Object, String, TaskOptions, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, TaskOptions, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"CANCELED"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"CAPABILITIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"CHANNEL_ADDRESS_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"CHAR"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"CIPHERTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"CIPHERTEXT_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearActiveActors()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearBindings()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearCapabilities()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearCiphertext()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearCloudEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearCreatedAt()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearDefault()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearDueTime()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearEnabled()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearEnabledFeatures()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearEntries()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearEntries()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearExtensions()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearFailedEntries()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearHttpEndpoints()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearInput()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearLockOwner()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearMessage()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearOk()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearOperationType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearParallelism()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearPort()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearPublicKey()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearQuery()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearQuerystring()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearRegisteredComponents()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearResults()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearSecrets()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearSeq()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearSignature()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearStatuses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearSubscriptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearSubscriptions()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearTo()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearToken()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearTtl()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearValid()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearWrappedKey()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.actors.client","c":"ActorClient","l":"close()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"close()"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"close()"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"close()"},{"p":"io.dapr.client","c":"DaprHttp","l":"close()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"close()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"CLOUD_EVENT"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"CLOUD_EVENT_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent(String, String, String, String, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent(String, String, String, String, String, T)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,T)"},{"p":"io.dapr.actors","c":"ActorId","l":"compareTo(ActorId)","u":"compareTo(io.dapr.actors.ActorId)"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"compensate()"},{"p":"io.dapr.workflows.saga","c":"SagaContext","l":"compensate()"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"compensate(WorkflowContext)","u":"compensate(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"COMPLETED"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_FIRST_WRITE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_FIRST_WRITE_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_LAST_WRITE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_LAST_WRITE_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_UNSPECIFIED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_UNSPECIFIED_VALUE"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"ConfigurationItem(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"ConfigurationItem(String, String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"CONNECT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"CONNECT"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"CONNECT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"CONNECT_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_EVENTUAL"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_EVENTUAL_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"CONSISTENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"CONSISTENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_STRONG"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_STRONG_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_UNSPECIFIED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_UNSPECIFIED_VALUE"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CONTENT_TYPE"},{"p":"io.dapr.client.domain","c":"Metadata","l":"CONTENT_TYPE"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"continueAsNew(Object)","u":"continueAsNew(java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"continueAsNew(Object)","u":"continueAsNew(java.lang.Object)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"continueAsNew(Object, boolean)","u":"continueAsNew(java.lang.Object,boolean)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"continueAsNew(Object, boolean)","u":"continueAsNew(java.lang.Object,boolean)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"CONTINUED_AS_NEW"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertBytesToEventFromGrpc(byte[], String, TypeRef)","u":"convertBytesToEventFromGrpc(byte[],java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertBytesToEventFromHttp(byte[], String, TypeRef)","u":"convertBytesToEventFromHttp(byte[],java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"DurationUtils","l":"convertDurationFromDaprFormat(String)","u":"convertDurationFromDaprFormat(java.lang.String)"},{"p":"io.dapr.utils","c":"DurationUtils","l":"convertDurationToDaprFormat(Duration)","u":"convertDurationToDaprFormat(java.time.Duration)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertEventToBytesForGrpc(T, String)","u":"convertEventToBytesForGrpc(T,java.lang.String)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertEventToBytesForHttp(T, String)","u":"convertEventToBytesForHttp(T,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"COUNT_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"create()"},{"p":"io.dapr.workflows","c":"Workflow","l":"create()"},{"p":"io.dapr.actors.runtime","c":"ActorFactory","l":"createActor(ActorRuntimeContext, ActorId)","u":"createActor(io.dapr.actors.runtime.ActorRuntimeContext,io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"CREATED_AT_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorId","l":"createRandom()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"createTaskHub(boolean)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"createTimer(Duration)","u":"createTimer(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"createTimer(Duration)","u":"createTimer(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"createTimer(ZonedDateTime)","u":"createTimer(java.time.ZonedDateTime)"},{"p":"io.dapr.client","c":"Headers","l":"DAPR_API_TOKEN"},{"p":"io.dapr.client","c":"Headers","l":"DAPR_USER_AGENT"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"DaprClientBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"DaprError()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"DaprErrorDetails(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"DaprErrorDetails(Status)","u":"%3Cinit%3E(com.google.rpc.Status)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(DaprError, byte[], int)","u":"%3Cinit%3E(io.dapr.exceptions.DaprError,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(DaprError, Throwable)","u":"%3Cinit%3E(io.dapr.exceptions.DaprError,java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, DaprErrorDetails, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.exceptions.DaprErrorDetails,byte[])"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, DaprErrorDetails, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.exceptions.DaprErrorDetails,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, List>, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, Throwable, DaprErrorDetails, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable,io.dapr.exceptions.DaprErrorDetails,byte[])"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"io.dapr.client","c":"DaprHttpBuilder","l":"DaprHttpBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"DaprHttpException(int, byte[])","u":"%3Cinit%3E(int,byte[])"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprImplBase","l":"DaprImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"DaprSagaContextImpl(Saga, WorkflowContext)","u":"%3Cinit%3E(io.dapr.workflows.saga.Saga,io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Logger)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,org.slf4j.Logger)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Logger, Saga)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,org.slf4j.Logger,io.dapr.workflows.saga.Saga)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Saga)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,io.dapr.workflows.saga.Saga)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"DATA_ENCRYPTION_CIPHER_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"deactivate(String, String)","u":"deactivate(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"DEAD_LETTER_TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"DEAD_LETTER_TOPIC_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"deadLetterTopic()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"DEBUG_INFO"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"decryptAlpha1(StreamObserver)","u":"decryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"decryptAlpha1(StreamObserver)","u":"decryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"DECRYPTION_KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"DEFAULT_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"DefaultContentTypeConverter()","u":"%3Cinit%3E()"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"DefaultObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"DELETE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"DELETE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"DELETE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"DELETE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"DELETE_VALUE"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest, StreamObserver)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest, StreamObserver)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"deleteState(DaprProtos.DeleteStateRequest)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"deleteState(DaprProtos.DeleteStateRequest)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"deleteState(DaprProtos.DeleteStateRequest, StreamObserver)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"deleteState(DaprProtos.DeleteStateRequest, StreamObserver)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(DeleteStateRequest)","u":"deleteState(io.dapr.client.domain.DeleteStateRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"deleteState(DeleteStateRequest)","u":"deleteState(io.dapr.client.domain.DeleteStateRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"deleteState(DeleteStateRequest)","u":"deleteState(io.dapr.client.domain.DeleteStateRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"deleteState(String, String)","u":"deleteState(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(String, String)","u":"deleteState(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"deleteState(String, String, String, StateOptions)","u":"deleteState(java.lang.String,java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(String, String, String, StateOptions)","u":"deleteState(java.lang.String,java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"DeleteStateRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"deleteTaskHub()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"DESC"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"deserialize(byte[])"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"deserialize(byte[], Class)","u":"deserialize(byte[],java.lang.Class)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"deserialize(byte[], Class)","u":"deserialize(byte[],java.lang.Class)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"DIGEST_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"DIGEST_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"DISABLED"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"DISABLED_VALUE"},{"p":"io.dapr.utils","c":"TypeRef","l":"DOUBLE"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"DROP"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"DROP"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"DROP_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"DUE_TIME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"DUE_TIME_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"DurationUtils","l":"DurationUtils()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ENABLED_FEATURES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"ENABLED_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"encodeQueryString()"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"encryptAlpha1(StreamObserver)","u":"encryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"encryptAlpha1(StreamObserver)","u":"encryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"ENTRIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"ENTRIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"EqFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"EqFilter(String, T)","u":"%3Cinit%3E(java.lang.String,T)"},{"p":"io.dapr.actors","c":"ActorId","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"State","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"ERROR_INFO"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"EVENT_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"EVENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"EVENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"EVENT_NOT_SET"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"EVENTUAL"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest, StreamObserver)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest, StreamObserver)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest, StreamObserver)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest, StreamObserver)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"executeStateTransaction(ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.client.domain.ExecuteStateTransactionRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"executeStateTransaction(ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.client.domain.ExecuteStateTransactionRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"executeStateTransaction(ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.client.domain.ExecuteStateTransactionRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"executeStateTransaction(String, List>)","u":"executeStateTransaction(java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClient","l":"executeStateTransaction(String, List>)","u":"executeStateTransaction(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"ExecuteStateTransactionRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"EXPIRY_IN_SECONDS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"EXTENDED_METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"EXTENSIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"EXTENSIONS_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"FAILED"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"FAILEDENTRIES_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"Filter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.actors","c":"ActorUtils","l":"findActorTypeName(Class)","u":"findActorTypeName(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"FIRST_WRITE"},{"p":"io.dapr.utils","c":"TypeRef","l":"FLOAT"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"FORMAT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"forNumber(int)"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"fromGrpcExecutionException(Metadata, Throwable)","u":"fromGrpcExecutionException(io.grpc.Metadata,java.lang.Throwable)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus)","u":"fromOrchestrationRuntimeStatus(com.microsoft.durabletask.OrchestrationRuntimeStatus)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"GET"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"GET"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"GET"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"GET_VALUE"},{"p":"io.dapr.config","c":"Property","l":"get()"},{"p":"io.dapr.utils","c":"TypeRef","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"get(DaprErrorDetails.ErrorDetailType, String, TypeRef)","u":"get(io.dapr.exceptions.DaprErrorDetails.ErrorDetailType,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"get(String, Class)","u":"get(java.lang.String,java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"get(String, TypeRef)","u":"get(java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"TypeRef","l":"get(Type)","u":"get(java.lang.reflect.Type)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getActorIdleTimeout()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getActorIdleTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntimeBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getActorScanInterval()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getActorScanInterval()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getActorState(DaprProtos.GetActorStateRequest)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getActorState(DaprProtos.GetActorStateRequest)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getActorState(DaprProtos.GetActorStateRequest, StreamObserver)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getActorState(DaprProtos.GetActorStateRequest, StreamObserver)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"getActorStateManager()"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionPropertiesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getAppId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getBinaryData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsList()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getBody()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getBody()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getBulkPublishEventAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest, StreamObserver)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest, StreamObserver)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.client.domain.GetBulkSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkSecret(GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.client.domain.GetBulkSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"getBulkSecret(GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.client.domain.GetBulkSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkSecret(String)","u":"getBulkSecret(java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(String)","u":"getBulkSecret(java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkSecret(String, Map)","u":"getBulkSecret(java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(String, Map)","u":"getBulkSecret(java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"GetBulkSecretRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getBulkState(DaprProtos.GetBulkStateRequest)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getBulkState(DaprProtos.GetBulkStateRequest)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getBulkState(DaprProtos.GetBulkStateRequest, StreamObserver)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getBulkState(DaprProtos.GetBulkStateRequest, StreamObserver)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(GetBulkStateRequest, TypeRef)","u":"getBulkState(io.dapr.client.domain.GetBulkStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkState(GetBulkStateRequest, TypeRef)","u":"getBulkState(io.dapr.client.domain.GetBulkStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"getBulkState(GetBulkStateRequest, TypeRef)","u":"getBulkState(io.dapr.client.domain.GetBulkStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkState(String, List, Class)","u":"getBulkState(java.lang.String,java.util.List,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(String, List, Class)","u":"getBulkState(java.lang.String,java.util.List,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getBulkState(String, List, TypeRef)","u":"getBulkState(java.lang.String,java.util.List,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(String, List, TypeRef)","u":"getBulkState(java.lang.String,java.util.List,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"GetBulkStateRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"GetBulkStateRequest(String, String...)","u":"%3Cinit%3E(java.lang.String,java.lang.String...)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribeBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getCallbackBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getCallbackBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getCallbackBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorMethodContext","l":"getCallType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesList()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesList()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesList()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponseOrBuilder","l":"getCiphertext()"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"getClauses()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"getClauses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEventBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"getCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getConcurrencyValue()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"getConfig()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getConfiguration(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(GetConfigurationRequest)","u":"getConfiguration(io.dapr.client.domain.GetConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getConfiguration(GetConfigurationRequest)","u":"getConfiguration(io.dapr.client.domain.GetConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"getConfiguration(GetConfigurationRequest)","u":"getConfiguration(io.dapr.client.domain.GetConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getConfiguration(String, List, Map)","u":"getConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, List, Map)","u":"getConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getConfiguration(String, String)","u":"getConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String)","u":"getConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getConfiguration(String, String, Map)","u":"getConfiguration(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String, Map)","u":"getConfiguration(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getConfiguration(String, String...)","u":"getConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String...)","u":"getConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"GetConfigurationRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getConsistencyValue()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getContentType()"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"getContentType()"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getCreatedAt()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAtBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getCurrentInstant()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getData()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getData()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayloadOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDataBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDataBuilder()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getDatacontenttype()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDecryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDeleteBulkStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDeleteStateMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getDetails()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getDigest()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getDrainBalancedActors()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getDrainBalancedActors()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getDrainOngoingCallTimeout()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getDrainOngoingCallTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getEnabled()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getEnabled()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getEnabled()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getEncryptAlpha1Method()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getEntries()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getEntries()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"getEntry()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getEntryId()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"getEntryId()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.config","c":"Property","l":"getEnvName()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getError()"},{"p":"io.dapr.client.domain","c":"State","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getErrorCode()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getErrorCode()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getErrorDetails()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorType()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getEtag()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getEtag()"},{"p":"io.dapr.client.domain","c":"State","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtagBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtagBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getEtagOrBuilder()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getEvent()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getExecuteActorStateTransactionMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getExecuteStateTransactionMethod()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"getFailedEntries()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getFailureDetails()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getFilter()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetActorStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetBulkSecretMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetBulkStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetConfigurationMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetMetadataMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetSecretMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetWorkflowBeta1Method()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getHeaders()"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getHeaders()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealthBuilder()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"getHealthCheckMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealthOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getHealthOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getHealthOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtensionBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getHttpStatusCode()"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"getId()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInput()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInput()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInput()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getInput()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"getInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponseOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponseOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"getInstanceState(String, boolean)","u":"getInstanceState(java.lang.String,boolean)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeActorMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeBindingMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeServiceMethod()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"getIsUnsubscribed()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getKey()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getKey()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getKey()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getKey()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getKey()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getKey()"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"getKey()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getKey()"},{"p":"io.dapr.client.domain","c":"State","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getKeys()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getKeys()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getLastUpdatedAt()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAtBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"getLimit()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getListInputBindingsMethod()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getListTopicSubscriptionsMethod()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getLockOwner()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getLockOwnerBytes()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getLogger()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getMaxMessagesCount()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"getMaxParallelThread()"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"getMaxRetries()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"getMessage()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessageBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessageOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getMessageOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getMessageOrBuilder()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"State","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getMetadata(DaprProtos.GetMetadataRequest)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getMetadata(DaprProtos.GetMetadataRequest)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getMetadata(DaprProtos.GetMetadataRequest, StreamObserver)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getMetadata(DaprProtos.GetMetadataRequest, StreamObserver)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getMethod()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMethodBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorMethodContext","l":"getMethodName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getMutableData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getMutableData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getMutableExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getMutableItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getMutableItems()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getMutableOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getMutableProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getMutableSecrets()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getName()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"getName()"},{"p":"io.dapr.config","c":"Property","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpointOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getName()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getName()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpointOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getNewOrchestrationInstanceOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getNumber()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getNumber()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnBindingEventMethod()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"getOnBulkTopicEventAlpha1Method()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnInvokeMethod()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnTopicEventMethod()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getOperation()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getOperationBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getOperationBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getOperationBytes()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getOperations()"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"getOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getOperationTypeBytes()"},{"p":"io.dapr.client.domain","c":"State","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"getOrder()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getPagination()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getParallelism()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPauseWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPauseWorkflowBeta1Method()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getPayload()"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponseOrBuilder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponseOrBuilder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPublishEventMethod()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getPubsubName()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getPubsubName()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPurgeWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPurgeWorkflowBeta1Method()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getQueryBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getQueryBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getQueryBytes()"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getQueryParams()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getQueryStateAlpha1Method()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getQuerystring()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getQuerystring()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getQuerystring()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getQueryString()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRaiseEventWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRaiseEventWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRegisterActorReminderMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRegisterActorTimerMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getRemindersStoragePartitions()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getRemindersStoragePartitions()"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequestBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getRequestOrBuilder()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getResourceId()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getResourceIdBytes()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getResults()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getResumeWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getResumeWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getRoutesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getRoutesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getRuntimeStatus()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getRuntimeStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getRuntimeStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getRuntimeStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getSagaContext()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getSagaContext()"},{"p":"io.dapr.workflows","c":"Workflow","l":"getSagaOption()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSaveStateMethod()"},{"p":"io.dapr.utils","c":"Version","l":"getSdkVersion()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getSecret(DaprProtos.GetSecretRequest)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getSecret(DaprProtos.GetSecretRequest)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getSecret(DaprProtos.GetSecretRequest, StreamObserver)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getSecret(DaprProtos.GetSecretRequest, StreamObserver)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(GetSecretRequest)","u":"getSecret(io.dapr.client.domain.GetSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getSecret(GetSecretRequest)","u":"getSecret(io.dapr.client.domain.GetSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"getSecret(GetSecretRequest)","u":"getSecret(io.dapr.client.domain.GetSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getSecret(String, String)","u":"getSecret(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(String, String)","u":"getSecret(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getSecret(String, String, Map)","u":"getSecret(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(String, String, Map)","u":"getSecret(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"GetSecretRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getSeq()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getSeq()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayloadOrBuilder","l":"getSeq()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedInput()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedOutput()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSetMetadataMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getShutdownMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponseOrBuilder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getSignature()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getSort()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSourceBytes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getSpecversion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSpecVersionBytes()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getStackTrace()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getStartTime()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getStartWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getStartWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getState(DaprProtos.GetStateRequest)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getState(DaprProtos.GetStateRequest)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getState(DaprProtos.GetStateRequest, StreamObserver)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getState(DaprProtos.GetStateRequest, StreamObserver)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(GetStateRequest, TypeRef)","u":"getState(io.dapr.client.domain.GetStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(GetStateRequest, TypeRef)","u":"getState(io.dapr.client.domain.GetStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"getState(GetStateRequest, TypeRef)","u":"getState(io.dapr.client.domain.GetStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, State, Class)","u":"getState(java.lang.String,io.dapr.client.domain.State,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, State, Class)","u":"getState(java.lang.String,io.dapr.client.domain.State,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, State, TypeRef)","u":"getState(java.lang.String,io.dapr.client.domain.State,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, State, TypeRef)","u":"getState(java.lang.String,io.dapr.client.domain.State,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, String, Class)","u":"getState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, Class)","u":"getState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, String, StateOptions, Class)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, StateOptions, Class)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, String, StateOptions, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, StateOptions, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"getState(String, String, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getStateOptions()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getStateOptions()"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getStateOptionsAsMap()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"GetStateRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"getStates()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getStateStoreName()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getStateStoreName()"},{"p":"io.dapr.actors.runtime","c":"Remindable","l":"getStateType()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponseOrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponseOrBuilder","l":"getStatus()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getStatusCode()"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"getStatusCode()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponse","l":"getStatuses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponseOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponseOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubscribeConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubscribeConfigurationMethod()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"getSubscriptionId()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"getSubscriptionId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleDecryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleEncryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleGetKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleSignAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleUnwrapKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleVerifyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleWrapKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponseOrBuilder","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponseOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponseOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTerminateWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTerminateWorkflowBeta1Method()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTime()"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"getTimeout()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToCount()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"getToken()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToList()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceId()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceParent()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceState()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTryLockAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getTtlBytes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getType()"},{"p":"io.dapr.utils","c":"TypeRef","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getUnknownFields()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnlockAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnregisterActorReminderMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnregisterActorTimerMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnsubscribeConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnsubscribeConfigurationMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getValid()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getValid()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponseOrBuilder","l":"getValid()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getValue()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getValue()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"getValue()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getValue()"},{"p":"io.dapr.client.domain","c":"State","l":"getValue()"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"getValue()"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.EtagOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValueBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.EtagOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValueOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getValueOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getValueOrBuilder()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getValues()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getVerbValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getVerbValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getVerbValue()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getVersion()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponseOrBuilder","l":"getWrappedKey()"},{"p":"io.dapr.client","c":"DaprApiProtocol","l":"GRPC"},{"p":"io.dapr.config","c":"Properties","l":"GRPC_ENDPOINT"},{"p":"io.dapr.config","c":"Properties","l":"GRPC_PORT"},{"p":"io.dapr.client","c":"Headers","l":"GRPC_TRACE_BIN"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hasEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"hasExtensions()"},{"p":"io.dapr.actors","c":"ActorId","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"State","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"hashCode()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"hasHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"hasHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"hasHealth()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"hasMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"hasMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"hasMessage()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hasOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"hasValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"hasValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"hasValue()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"HEAD"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"HEAD"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HEAD"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"HEAD_VALUE"},{"p":"io.dapr.client","c":"Headers","l":"Headers()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_CHECK_PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"HEALTH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_PROBE_INTERVAL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_PROBE_TIMEOUT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_THRESHOLD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub","l":"healthCheck(Empty)","u":"healthCheck(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub","l":"healthCheck(Empty)","u":"healthCheck(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub","l":"healthCheck(Empty, StreamObserver)","u":"healthCheck(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AsyncService","l":"healthCheck(Empty, StreamObserver)","u":"healthCheck(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"HELP"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"HOST_READY_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprApiProtocol","l":"HTTP"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_MAX_IDLE_CONNECTIONS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_MAX_REQUESTS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_READ_TIMEOUT_SECONDS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_ENDPOINT"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"HTTP_ENDPOINTS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"HTTP_EXTENSION_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_PORT"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HttpExtension(DaprHttp.HttpMethods)","u":"%3Cinit%3E(io.dapr.client.DaprHttp.HttpMethods)"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HttpExtension(DaprHttp.HttpMethods, Map>, Map)","u":"%3Cinit%3E(io.dapr.client.DaprHttp.HttpMethods,java.util.Map,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter(String, T...)","u":"%3Cinit%3E(java.lang.String,T...)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"INITIALIZING"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"INITIALIZING_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"INPUT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"INT"},{"p":"io.dapr.utils","c":"TypeRef","l":"INT_ARRAY"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"intercept(ContextView, DaprGrpc.DaprStub, Consumer)","u":"intercept(reactor.util.context.ContextView,io.dapr.v1.DaprGrpc.DaprStub,java.util.function.Consumer)"},{"p":"io.dapr.workflows.internal","c":"ApiTokenClientInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"INTERNAL_ERROR"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"INTERNAL_ERROR"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"INTERNAL_ERROR_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"internalGetValueMap()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invoke(String, String, String, byte[])","u":"invoke(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeActor(DaprProtos.InvokeActorRequest)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeActor(DaprProtos.InvokeActorRequest)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeActor(DaprProtos.InvokeActorRequest, StreamObserver)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeActor(DaprProtos.InvokeActorRequest, StreamObserver)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, byte[], Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,byte[],java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, String, Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,java.lang.String,java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeBinding(DaprProtos.InvokeBindingRequest, StreamObserver)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest, StreamObserver)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(InvokeBindingRequest, TypeRef)","u":"invokeBinding(io.dapr.client.domain.InvokeBindingRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(InvokeBindingRequest, TypeRef)","u":"invokeBinding(io.dapr.client.domain.InvokeBindingRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"invokeBinding(InvokeBindingRequest, TypeRef)","u":"invokeBinding(io.dapr.client.domain.InvokeBindingRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, byte[], Map)","u":"invokeBinding(java.lang.String,java.lang.String,byte[],java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, byte[], Map)","u":"invokeBinding(java.lang.String,java.lang.String,byte[],java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, Object)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, Object, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, Object, Map, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Map, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, Object, Map, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Map, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeBinding(String, String, Object, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"InvokeBindingRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(InvokeMethodRequest, TypeRef)","u":"invokeMethod(io.dapr.client.domain.InvokeMethodRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(InvokeMethodRequest, TypeRef)","u":"invokeMethod(io.dapr.client.domain.InvokeMethodRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"invokeMethod(InvokeMethodRequest, TypeRef)","u":"invokeMethod(io.dapr.client.domain.InvokeMethodRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String)","u":"invokeMethod(java.lang.String)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Class)","u":"invokeMethod(java.lang.String,java.lang.Class)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object)","u":"invokeMethod(java.lang.String,java.lang.Object)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object, Class)","u":"invokeMethod(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, byte[], HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,byte[],io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, byte[], HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,byte[],io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"invokeMethod(String, String, Object, HttpExtension, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, TypeRef)","u":"invokeMethod(java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"InvokeMethodRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invokeReminder(String, String, String, byte[])","u":"invokeReminder(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeService(DaprProtos.InvokeServiceRequest)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeService(DaprProtos.InvokeServiceRequest)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeService(DaprProtos.InvokeServiceRequest, StreamObserver)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeService(DaprProtos.InvokeServiceRequest, StreamObserver)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invokeTimer(String, String, String, byte[])","u":"invokeTimer(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isBinaryContentType(String)","u":"isBinaryContentType(java.lang.String)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isCloudEventContentType(String)","u":"isCloudEventContentType(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isCompleted()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"isContinueWithError()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isJsonContentType(String)","u":"isJsonContentType(java.lang.String)"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"isParallelCompensation()"},{"p":"io.dapr.utils","c":"TypeRef","l":"isPrimitive(TypeRef)","u":"isPrimitive(io.dapr.utils.TypeRef)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"isReplaying()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isRunning()"},{"p":"io.dapr.workflows","c":"Workflow","l":"isSagaEnabled()"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isStringContentType(String)","u":"isStringContentType(java.lang.String)"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"isSuccessfulHttpStatusCode(int)"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"isValid()"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"isValidHttpStatusCode(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"JSON"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"JSON_REQUEST_MAPPER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"JSON_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"KEY_WRAP_ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"LAST_UPDATED_AT_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"LAST_WRITE"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"listInputBindings(Empty)","u":"listInputBindings(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"listInputBindings(Empty)","u":"listInputBindings(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"listInputBindings(Empty, StreamObserver)","u":"listInputBindings(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"listInputBindings(Empty, StreamObserver)","u":"listInputBindings(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"listTopicSubscriptions(Empty)","u":"listTopicSubscriptions(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"listTopicSubscriptions(Empty)","u":"listTopicSubscriptions(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"listTopicSubscriptions(Empty, StreamObserver)","u":"listTopicSubscriptions(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"listTopicSubscriptions(Empty, StreamObserver)","u":"listTopicSubscriptions(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"LOCALIZED_MESSAGE"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"LOCK_BELONG_TO_OTHERS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_BELONGS_TO_OTHERS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_BELONGS_TO_OTHERS_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_DOES_NOT_EXIST"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_DOES_NOT_EXIST_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"LOCK_OWNER_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"LOCK_OWNER_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"LOCK_UNEXIST"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"LockRequest(String, String, String, Integer)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.utils","c":"TypeRef","l":"LONG"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"MATCH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"MATCH_FIELD_NUMBER"},{"p":"io.dapr","c":"Rule","l":"match()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"MAX_AWAIT_DURATION_MS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"MAX_CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"MAX_MESSAGES_COUNT_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"MAX_RETRIES"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeActorRuntime(DaprProtos.ActorRuntime)","u":"mergeActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeAppConnectionProperties(DaprProtos.AppConnectionProperties)","u":"mergeAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"mergeBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeCloudEvent(DaprAppCallbackProtos.TopicEventCERequest)","u":"mergeCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeCreatedAt(Timestamp)","u":"mergeCreatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeEtag(CommonProtos.Etag)","u":"mergeEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeEtag(CommonProtos.Etag)","u":"mergeEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeExtensions(Struct)","u":"mergeExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeExtensions(Struct)","u":"mergeExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(CommonProtos.ConfigurationItem)","u":"mergeFrom(io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(CommonProtos.Etag)","u":"mergeFrom(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(CommonProtos.HTTPExtension)","u":"mergeFrom(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(CommonProtos.InvokeRequest)","u":"mergeFrom(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(CommonProtos.InvokeResponse)","u":"mergeFrom(io.dapr.v1.CommonProtos.InvokeResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(CommonProtos.StateItem)","u":"mergeFrom(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(CommonProtos.StateOptions)","u":"mergeFrom(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(CommonProtos.StreamPayload)","u":"mergeFrom(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.BindingEventRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.BindingEventResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.HealthCheckResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.ListInputBindingsResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.ListTopicSubscriptionsResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventCERequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicRoutes)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicRule)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicSubscription)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(DaprProtos.ActiveActorsCount)","u":"mergeFrom(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(DaprProtos.ActorRuntime)","u":"mergeFrom(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(DaprProtos.AppConnectionHealthProperties)","u":"mergeFrom(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(DaprProtos.AppConnectionProperties)","u":"mergeFrom(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(DaprProtos.BulkPublishRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(DaprProtos.BulkPublishRequestEntry)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(DaprProtos.BulkPublishResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(DaprProtos.BulkPublishResponseFailedEntry)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(DaprProtos.BulkStateItem)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(DaprProtos.DecryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(DaprProtos.DecryptRequestOptions)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(DaprProtos.DecryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(DaprProtos.DeleteBulkStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(DaprProtos.DeleteStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(DaprProtos.EncryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(DaprProtos.EncryptRequestOptions)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(DaprProtos.EncryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(DaprProtos.ExecuteActorStateTransactionRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(DaprProtos.ExecuteStateTransactionRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(DaprProtos.GetActorStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(DaprProtos.GetActorStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetActorStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(DaprProtos.GetBulkSecretRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(DaprProtos.GetBulkSecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(DaprProtos.GetBulkStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(DaprProtos.GetBulkStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.GetConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.GetConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(DaprProtos.GetMetadataRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(DaprProtos.GetMetadataResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetMetadataResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(DaprProtos.GetSecretRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(DaprProtos.GetSecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(DaprProtos.GetStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(DaprProtos.GetStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.GetWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(DaprProtos.GetWorkflowResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(DaprProtos.InvokeActorRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(DaprProtos.InvokeActorResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeActorResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(DaprProtos.InvokeBindingRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(DaprProtos.InvokeBindingResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeBindingResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(DaprProtos.InvokeServiceRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(DaprProtos.MetadataHTTPEndpoint)","u":"mergeFrom(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.PauseWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(DaprProtos.PublishEventRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(DaprProtos.PubsubSubscription)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(DaprProtos.PubsubSubscriptionRule)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(DaprProtos.PubsubSubscriptionRules)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.PurgeWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(DaprProtos.QueryStateItem)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(DaprProtos.QueryStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(DaprProtos.QueryStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.RaiseEventWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(DaprProtos.RegisterActorReminderRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(DaprProtos.RegisterActorTimerRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(DaprProtos.RegisteredComponents)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.ResumeWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(DaprProtos.SaveStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(DaprProtos.SecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(DaprProtos.SetMetadataRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(DaprProtos.ShutdownRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.StartWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(DaprProtos.StartWorkflowResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.StartWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.SubscribeConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.SubscribeConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(DaprProtos.SubtleDecryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(DaprProtos.SubtleDecryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleDecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(DaprProtos.SubtleEncryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(DaprProtos.SubtleEncryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleEncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleGetKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleGetKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleGetKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(DaprProtos.SubtleSignRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(DaprProtos.SubtleSignResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleSignResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleUnwrapKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleUnwrapKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleVerifyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleVerifyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleVerifyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleWrapKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleWrapKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleWrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.TerminateWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(DaprProtos.TransactionalActorStateOperation)","u":"mergeFrom(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(DaprProtos.TransactionalStateOperation)","u":"mergeFrom(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(DaprProtos.TryLockRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(DaprProtos.TryLockResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.TryLockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(DaprProtos.UnlockRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(DaprProtos.UnlockResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnlockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(DaprProtos.UnregisterActorReminderRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(DaprProtos.UnregisterActorTimerRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.UnsubscribeConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.UnsubscribeConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeHealth(DaprProtos.AppConnectionHealthProperties)","u":"mergeHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeHttpExtension(CommonProtos.HTTPExtension)","u":"mergeHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeLastUpdatedAt(Timestamp)","u":"mergeLastUpdatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeMessage(CommonProtos.InvokeRequest)","u":"mergeMessage(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeOptions(CommonProtos.StateOptions)","u":"mergeOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeOptions(CommonProtos.StateOptions)","u":"mergeOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeOptions(DaprProtos.DecryptRequestOptions)","u":"mergeOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeOptions(DaprProtos.EncryptRequestOptions)","u":"mergeOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeRequest(CommonProtos.StateItem)","u":"mergeRequest(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeRoutes(DaprAppCallbackProtos.TopicRoutes)","u":"mergeRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeRules(DaprProtos.PubsubSubscriptionRules)","u":"mergeRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeValue(Any)","u":"mergeValue(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"MESSAGE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"MESSAGE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"metadata()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"METHOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"METHOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorMethod","l":"name()"},{"p":"io.dapr.actors","c":"ActorType","l":"name()"},{"p":"io.dapr","c":"Topic","l":"name()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilder(CommonProtos.ConfigurationItem)","u":"newBuilder(io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilder(CommonProtos.Etag)","u":"newBuilder(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilder(CommonProtos.HTTPExtension)","u":"newBuilder(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilder(CommonProtos.InvokeRequest)","u":"newBuilder(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilder(CommonProtos.InvokeResponse)","u":"newBuilder(io.dapr.v1.CommonProtos.InvokeResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilder(CommonProtos.StateItem)","u":"newBuilder(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilder(CommonProtos.StateOptions)","u":"newBuilder(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilder(CommonProtos.StreamPayload)","u":"newBuilder(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilder(DaprAppCallbackProtos.BindingEventRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilder(DaprAppCallbackProtos.BindingEventResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilder(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilder(DaprAppCallbackProtos.HealthCheckResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilder(DaprAppCallbackProtos.ListInputBindingsResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilder(DaprAppCallbackProtos.ListTopicSubscriptionsResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventCERequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilder(DaprAppCallbackProtos.TopicEventResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilder(DaprAppCallbackProtos.TopicRoutes)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilder(DaprAppCallbackProtos.TopicRule)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilder(DaprAppCallbackProtos.TopicSubscription)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilder(DaprProtos.ActiveActorsCount)","u":"newBuilder(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilder(DaprProtos.ActorRuntime)","u":"newBuilder(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilder(DaprProtos.AppConnectionHealthProperties)","u":"newBuilder(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilder(DaprProtos.AppConnectionProperties)","u":"newBuilder(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilder(DaprProtos.BulkPublishRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilder(DaprProtos.BulkPublishRequestEntry)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilder(DaprProtos.BulkPublishResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilder(DaprProtos.BulkPublishResponseFailedEntry)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilder(DaprProtos.BulkStateItem)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilder(DaprProtos.DecryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilder(DaprProtos.DecryptRequestOptions)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilder(DaprProtos.DecryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilder(DaprProtos.DeleteBulkStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilder(DaprProtos.DeleteStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilder(DaprProtos.EncryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilder(DaprProtos.EncryptRequestOptions)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilder(DaprProtos.EncryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilder(DaprProtos.ExecuteActorStateTransactionRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilder(DaprProtos.ExecuteStateTransactionRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilder(DaprProtos.GetActorStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilder(DaprProtos.GetActorStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetActorStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilder(DaprProtos.GetBulkSecretRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilder(DaprProtos.GetBulkSecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilder(DaprProtos.GetBulkStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilder(DaprProtos.GetBulkStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilder(DaprProtos.GetConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilder(DaprProtos.GetConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilder(DaprProtos.GetMetadataRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilder(DaprProtos.GetMetadataResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetMetadataResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilder(DaprProtos.GetSecretRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilder(DaprProtos.GetSecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilder(DaprProtos.GetStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilder(DaprProtos.GetStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilder(DaprProtos.GetWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilder(DaprProtos.GetWorkflowResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilder(DaprProtos.InvokeActorRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilder(DaprProtos.InvokeActorResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeActorResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilder(DaprProtos.InvokeBindingRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilder(DaprProtos.InvokeBindingResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeBindingResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilder(DaprProtos.InvokeServiceRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilder(DaprProtos.MetadataHTTPEndpoint)","u":"newBuilder(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilder(DaprProtos.PauseWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilder(DaprProtos.PublishEventRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilder(DaprProtos.PubsubSubscription)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilder(DaprProtos.PubsubSubscriptionRule)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilder(DaprProtos.PubsubSubscriptionRules)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilder(DaprProtos.PurgeWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilder(DaprProtos.QueryStateItem)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilder(DaprProtos.QueryStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilder(DaprProtos.QueryStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilder(DaprProtos.RaiseEventWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilder(DaprProtos.RegisterActorReminderRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilder(DaprProtos.RegisterActorTimerRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilder(DaprProtos.RegisteredComponents)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilder(DaprProtos.ResumeWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilder(DaprProtos.SaveStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilder(DaprProtos.SecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilder(DaprProtos.SetMetadataRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilder(DaprProtos.ShutdownRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilder(DaprProtos.StartWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilder(DaprProtos.StartWorkflowResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.StartWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilder(DaprProtos.SubscribeConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilder(DaprProtos.SubscribeConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilder(DaprProtos.SubtleDecryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilder(DaprProtos.SubtleDecryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleDecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilder(DaprProtos.SubtleEncryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilder(DaprProtos.SubtleEncryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleEncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilder(DaprProtos.SubtleGetKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilder(DaprProtos.SubtleGetKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleGetKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilder(DaprProtos.SubtleSignRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilder(DaprProtos.SubtleSignResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleSignResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilder(DaprProtos.SubtleUnwrapKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilder(DaprProtos.SubtleUnwrapKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilder(DaprProtos.SubtleVerifyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilder(DaprProtos.SubtleVerifyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleVerifyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilder(DaprProtos.SubtleWrapKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilder(DaprProtos.SubtleWrapKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleWrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilder(DaprProtos.TerminateWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilder(DaprProtos.TransactionalActorStateOperation)","u":"newBuilder(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilder(DaprProtos.TransactionalStateOperation)","u":"newBuilder(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilder(DaprProtos.TryLockRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilder(DaprProtos.TryLockResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.TryLockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilder(DaprProtos.UnlockRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilder(DaprProtos.UnlockResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.UnlockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilder(DaprProtos.UnregisterActorReminderRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilder(DaprProtos.UnregisterActorTimerRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilder(DaprProtos.UnsubscribeConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilder(DaprProtos.UnsubscribeConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"newUuid()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"NewWorkflowOption()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"NONE"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"NONE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"NONE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"NONE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"NONE_VALUE"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"OBJECT_MAPPER"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"OBJECT_MAPPER"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"objectSerializer"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"ObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"OK_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"OMIT_DECRYPTION_KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onActivate()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest, StreamObserver)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest, StreamObserver)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest, StreamObserver)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AsyncService","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest, StreamObserver)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onDeactivate()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onInvoke(CommonProtos.InvokeRequest)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onInvoke(CommonProtos.InvokeRequest)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onInvoke(CommonProtos.InvokeRequest, StreamObserver)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onInvoke(CommonProtos.InvokeRequest, StreamObserver)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onPostActorMethod(ActorMethodContext)","u":"onPostActorMethod(io.dapr.actors.runtime.ActorMethodContext)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onPreActorMethod(ActorMethodContext)","u":"onPreActorMethod(io.dapr.actors.runtime.ActorMethodContext)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest, StreamObserver)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest, StreamObserver)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"OPERATION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"OPERATIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"OPERATIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"OPERATIONTYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"OPERATIONTYPE_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"OPTIONS"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"OPTIONS"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"OPTIONS"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"OPTIONS_VALUE"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"OrFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"Pagination(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"PARALLEL"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"PARALLEL_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"PARALLELISM_FIELD_NUMBER"},{"p":"io.dapr.config","c":"BooleanProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"GenericProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"IntegerProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"MillisecondsDurationProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"Property","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"StringProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.internal.exceptions","c":"DaprHttpException","l":"parseHttpStatusCode(String)","u":"parseHttpStatusCode(java.lang.String)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"parseNode(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PATCH"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PATCH_VALUE"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"PEM"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"PEM_VALUE"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"PENDING"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"PERIOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"PERIOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"PLACEMENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"PLAINTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"PLAINTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"PLAINTEXT_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"PLAINTEXT_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"PORT_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"POST"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"POST"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"POST"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"POST_VALUE"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"PRECONDITION_FAILURE"},{"p":"io.dapr","c":"Rule","l":"priority()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"propagate(Throwable)","u":"propagate(java.lang.Throwable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"PROPERTIES_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"Properties()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"PROTOCOL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"PUBLIC_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"publishEvent(DaprProtos.PublishEventRequest)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"publishEvent(DaprProtos.PublishEventRequest)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"publishEvent(DaprProtos.PublishEventRequest, StreamObserver)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"publishEvent(DaprProtos.PublishEventRequest, StreamObserver)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(PublishEventRequest)","u":"publishEvent(io.dapr.client.domain.PublishEventRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvent(PublishEventRequest)","u":"publishEvent(io.dapr.client.domain.PublishEventRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"publishEvent(PublishEventRequest)","u":"publishEvent(io.dapr.client.domain.PublishEventRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvent(String, String, Object)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(String, String, Object)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvent(String, String, Object, Map)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(String, String, Object, Map)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object,java.util.Map)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"PublishEventRequest(String, String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvents(BulkPublishRequest)","u":"publishEvents(io.dapr.client.domain.BulkPublishRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"publishEvents(BulkPublishRequest)","u":"publishEvents(io.dapr.client.domain.BulkPublishRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(BulkPublishRequest)","u":"publishEvents(io.dapr.client.domain.BulkPublishRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvents(String, String, String, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvents(String, String, String, Map, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, Map, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvents(String, String, String, Map, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,T...)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, Map, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,T...)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"publishEvents(String, String, String, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,T...)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,T...)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"pubsubName()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"purgeInstance(String)","u":"purgeInstance(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"PUT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PUT"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"PUT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PUT_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"putAllData(Map)","u":"putAllData(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"putAllData(Map)","u":"putAllData(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"putAllExtendedMetadata(Map)","u":"putAllExtendedMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"putAllItems(Map)","u":"putAllItems(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"putAllItems(Map)","u":"putAllItems(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"putAllOptions(Map)","u":"putAllOptions(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"putAllProperties(Map)","u":"putAllProperties(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"putAllSecrets(Map)","u":"putAllSecrets(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"putData(String, DaprProtos.SecretResponse)","u":"putData(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"putData(String, String)","u":"putData(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"putExtendedMetadata(String, String)","u":"putExtendedMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"putItems(String, CommonProtos.ConfigurationItem)","u":"putItems(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"putItems(String, CommonProtos.ConfigurationItem)","u":"putItems(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"putOptions(String, String)","u":"putOptions(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"putProperties(String, String)","u":"putProperties(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"putSecrets(String, String)","u":"putSecrets(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"QUERY_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query","c":"Query","l":"Query()","u":"%3Cinit%3E()"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(QueryStateRequest, Class)","u":"queryState(io.dapr.client.domain.QueryStateRequest,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(QueryStateRequest, Class)","u":"queryState(io.dapr.client.domain.QueryStateRequest,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(QueryStateRequest, TypeRef)","u":"queryState(io.dapr.client.domain.QueryStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"queryState(QueryStateRequest, TypeRef)","u":"queryState(io.dapr.client.domain.QueryStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(QueryStateRequest, TypeRef)","u":"queryState(io.dapr.client.domain.QueryStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, Query, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, Query, Map, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Map, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, Query, Map, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Map, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, Query, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, String, Class)","u":"queryState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Class)","u":"queryState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, String, Map, Class)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Map, Class)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, String, Map, TypeRef)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Map, TypeRef)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"queryState(String, String, TypeRef)","u":"queryState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, TypeRef)","u":"queryState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"queryStateAlpha1(DaprProtos.QueryStateRequest, StreamObserver)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest, StreamObserver)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"QueryStateRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"QueryStateResponse(List>, String)","u":"%3Cinit%3E(java.util.List,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"QUERYSTRING_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"QUOTA_FAILURE"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"raiseEvent(String, String, Object)","u":"raiseEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"readInputAs(Class)","u":"readInputAs(java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"readOutputAs(Class)","u":"readOutputAs(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"Remindable","l":"receiveReminder(String, T, Duration, Duration)","u":"receiveReminder(java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(Class)","u":"registerActivity(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class)","u":"registerActor(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, ActorFactory)","u":"registerActor(java.lang.Class,io.dapr.actors.runtime.ActorFactory)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, ActorFactory, DaprObjectSerializer, DaprObjectSerializer)","u":"registerActor(java.lang.Class,io.dapr.actors.runtime.ActorFactory,io.dapr.serializer.DaprObjectSerializer,io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, DaprObjectSerializer, DaprObjectSerializer)","u":"registerActor(java.lang.Class,io.dapr.serializer.DaprObjectSerializer,io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest, StreamObserver)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest, StreamObserver)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest, StreamObserver)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest, StreamObserver)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"registerActorTimer(String, String, T, Duration, Duration)","u":"registerActorTimer(java.lang.String,java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.v1","c":"CommonProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"DaprProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"CommonProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"SagaContext","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"registerCompensation(String, Object, TaskOptions)","u":"registerCompensation(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"REGISTERED_COMPONENTS_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"registerReminder(String, T, Duration, Duration)","u":"registerReminder(java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(Class)","u":"registerWorkflow(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"REMOVE"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"removeActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"removeData(String)","u":"removeData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"removeData(String)","u":"removeData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"removeEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"removeEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeExtendedMetadata(String)","u":"removeExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"removeFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"removeItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"removeItems(String)","u":"removeItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"removeItems(String)","u":"removeItems(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"removeOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"removeOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"removeOptions(String)","u":"removeOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"removeProperties(String)","u":"removeProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"removeResults(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"removeRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"removeRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"removeSecrets(String)","u":"removeSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"removeStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"removeSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"REQUEST_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"REQUEST_INFO"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"ResiliencyOptions()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"RESOURCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"RESOURCE_ID_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"RESOURCE_INFO"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"Response(byte[], Map, int)","u":"%3Cinit%3E(byte[],java.util.Map,int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"RESULTS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"RETRY"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"RETRY"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"RETRY_INFO"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"RETRY_VALUE"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"RetryPolicy()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"RetryPolicy(Integer)","u":"%3Cinit%3E(java.lang.Integer)"},{"p":"io.dapr.actors","c":"ActorMethod","l":"returns()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"ROUTES_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"rule()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivity","l":"run(WorkflowActivityContext)","u":"run(io.dapr.workflows.runtime.WorkflowActivityContext)"},{"p":"io.dapr.workflows","c":"Workflow","l":"run(WorkflowContext)","u":"run(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.workflows","c":"WorkflowStub","l":"run(WorkflowContext)","u":"run(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"RUNNING"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"RUNNING"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"RUNNING_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"RUNTIME_STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"RUNTIME_STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"RUNTIME_VERSION_FIELD_NUMBER"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"Saga(SagaOption)","u":"%3Cinit%3E(io.dapr.workflows.saga.SagaOption)"},{"p":"io.dapr.workflows.saga","c":"SagaCompensationException","l":"SagaCompensationException(String, Exception)","u":"%3Cinit%3E(java.lang.String,java.lang.Exception)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"save()"},{"p":"io.dapr.client","c":"DaprClient","l":"saveBulkState(SaveStateRequest)","u":"saveBulkState(io.dapr.client.domain.SaveStateRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"saveBulkState(SaveStateRequest)","u":"saveBulkState(io.dapr.client.domain.SaveStateRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"saveBulkState(SaveStateRequest)","u":"saveBulkState(io.dapr.client.domain.SaveStateRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"saveBulkState(String, List>)","u":"saveBulkState(java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveBulkState(String, List>)","u":"saveBulkState(java.lang.String,java.util.List)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"saveState()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"saveState(DaprProtos.SaveStateRequest)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"saveState(DaprProtos.SaveStateRequest)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"saveState(DaprProtos.SaveStateRequest, StreamObserver)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"saveState(DaprProtos.SaveStateRequest, StreamObserver)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"saveState(String, String, Object)","u":"saveState(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveState(String, String, Object)","u":"saveState(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"saveState(String, String, String, Object, StateOptions)","u":"saveState(java.lang.String,java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveState(String, String, String, Object, StateOptions)","u":"saveState(java.lang.String,java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"SaveStateRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class)","u":"scheduleNewWorkflow(java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, NewWorkflowOption)","u":"scheduleNewWorkflow(java.lang.Class,io.dapr.workflows.client.NewWorkflowOption)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, Object)","u":"scheduleNewWorkflow(java.lang.Class,java.lang.Object)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, Object, String)","u":"scheduleNewWorkflow(java.lang.Class,java.lang.Object,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"SECRETS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"SEQ_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"SEQUENTIAL"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"SEQUENTIAL_VALUE"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"serialize(Duration, JsonGenerator, SerializerProvider)","u":"serialize(java.time.Duration,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"serializeConfig()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"set(String, T)","u":"set(java.lang.String,T)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setActiveActors(int, DaprProtos.ActiveActorsCount)","u":"setActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setActiveActors(int, DaprProtos.ActiveActorsCount.Builder)","u":"setActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActiveActorsCount(int, DaprProtos.ActiveActorsCount)","u":"setActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActiveActorsCount(int, DaprProtos.ActiveActorsCount.Builder)","u":"setActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setActorIdleTimeout(Duration)","u":"setActorIdleTimeout(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setActorIdleTimeout(Duration)","u":"setActorIdleTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActorRuntime(DaprProtos.ActorRuntime)","u":"setActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActorRuntime(DaprProtos.ActorRuntime.Builder)","u":"setActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime.Builder)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setActorScanInterval(Duration)","u":"setActorScanInterval(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setActorScanInterval(Duration)","u":"setActorScanInterval(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setAppConnectionProperties(DaprProtos.AppConnectionProperties)","u":"setAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setAppConnectionProperties(DaprProtos.AppConnectionProperties.Builder)","u":"setAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setBinaryData(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setBindings(int, String)","u":"setBindings(int,java.lang.String)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setBody(Object)","u":"setBody(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"setBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig.Builder)","u":"setBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setBytes(ByteString)","u":"setBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setCallback(String)","u":"setCallback(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setCallbackBytes(ByteString)","u":"setCallbackBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setCapabilities(int, String)","u":"setCapabilities(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setChannelAddress(String)","u":"setChannelAddress(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setChannelAddressBytes(ByteString)","u":"setChannelAddressBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setCiphertext(ByteString)","u":"setCiphertext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setCiphertext(ByteString)","u":"setCiphertext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setCloudEvent(DaprAppCallbackProtos.TopicEventCERequest)","u":"setCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setCloudEvent(DaprAppCallbackProtos.TopicEventCERequest.Builder)","u":"setCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConcurrency(CommonProtos.StateOptions.StateConcurrency)","u":"setConcurrency(io.dapr.v1.CommonProtos.StateOptions.StateConcurrency)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setConcurrency(DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency)","u":"setConcurrency(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConcurrencyValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setConcurrencyValue(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConsistency(CommonProtos.StateOptions.StateConsistency)","u":"setConsistency(io.dapr.v1.CommonProtos.StateOptions.StateConsistency)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setConsistency(CommonProtos.StateOptions.StateConsistency)","u":"setConsistency(io.dapr.v1.CommonProtos.StateOptions.StateConsistency)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConsistencyValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setConsistencyValue(int)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setContinueWithError(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setCreatedAt(Timestamp)","u":"setCreatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setCreatedAt(Timestamp.Builder)","u":"setCreatedAt(com.google.protobuf.Timestamp.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"setData(Object)","u":"setData(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setData(T)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setDatacontenttype(String)","u":"setDatacontenttype(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDataEncryptionCipher(String)","u":"setDataEncryptionCipher(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDataEncryptionCipherBytes(ByteString)","u":"setDataEncryptionCipherBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setDeadLetterTopic(String)","u":"setDeadLetterTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setDeadLetterTopic(String)","u":"setDeadLetterTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setDeadLetterTopicBytes(ByteString)","u":"setDeadLetterTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setDeadLetterTopicBytes(ByteString)","u":"setDeadLetterTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDecryptionKeyName(String)","u":"setDecryptionKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDecryptionKeyNameBytes(ByteString)","u":"setDecryptionKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setDefault(String)","u":"setDefault(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setDefaultBytes(ByteString)","u":"setDefaultBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setDetails(List>)","u":"setDetails(java.util.List)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setDigest(ByteString)","u":"setDigest(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setDigest(ByteString)","u":"setDigest(com.google.protobuf.ByteString)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setDrainBalancedActors(Boolean)","u":"setDrainBalancedActors(java.lang.Boolean)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setDrainBalancedActors(Boolean)","u":"setDrainBalancedActors(java.lang.Boolean)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setDrainOngoingCallTimeout(Duration)","u":"setDrainOngoingCallTimeout(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setDrainOngoingCallTimeout(Duration)","u":"setDrainOngoingCallTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setDueTime(String)","u":"setDueTime(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setDueTime(String)","u":"setDueTime(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setDueTimeBytes(ByteString)","u":"setDueTimeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setDueTimeBytes(ByteString)","u":"setDueTimeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setEnabled(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setEnabledFeatures(int, String)","u":"setEnabledFeatures(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"setEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"setEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setEntries(int, DaprProtos.BulkPublishRequestEntry)","u":"setEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setEntries(int, DaprProtos.BulkPublishRequestEntry.Builder)","u":"setEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setErrorCode(String)","u":"setErrorCode(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setEtag(CommonProtos.Etag)","u":"setEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setEtag(CommonProtos.Etag)","u":"setEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setEtag(CommonProtos.Etag.Builder)","u":"setEtag(io.dapr.v1.CommonProtos.Etag.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setEtag(CommonProtos.Etag.Builder)","u":"setEtag(io.dapr.v1.CommonProtos.Etag.Builder)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEvent(ByteString)","u":"setEvent(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventData(ByteString)","u":"setEventData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventName(String)","u":"setEventName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventNameBytes(ByteString)","u":"setEventNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setExpiryInSeconds(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setExtensions(Struct)","u":"setExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setExtensions(Struct)","u":"setExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setExtensions(Struct.Builder)","u":"setExtensions(com.google.protobuf.Struct.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setExtensions(Struct.Builder)","u":"setExtensions(com.google.protobuf.Struct.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry)","u":"setFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"setFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setFilter(Filter)","u":"setFilter(io.dapr.client.domain.query.filters.Filter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setFormat(DaprProtos.SubtleGetKeyRequest.KeyFormat)","u":"setFormat(io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setFormatValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setHealth(DaprProtos.AppConnectionHealthProperties)","u":"setHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setHealth(DaprProtos.AppConnectionHealthProperties.Builder)","u":"setHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthCheckPath(String)","u":"setHealthCheckPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthCheckPathBytes(ByteString)","u":"setHealthCheckPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeInterval(String)","u":"setHealthProbeInterval(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeIntervalBytes(ByteString)","u":"setHealthProbeIntervalBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeTimeout(String)","u":"setHealthProbeTimeout(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeTimeoutBytes(ByteString)","u":"setHealthProbeTimeoutBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthThreshold(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setHostReady(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint)","u":"setHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint.Builder)","u":"setHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension.Builder)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension.Builder)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setHttpExtension(HttpExtension)","u":"setHttpExtension(io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInput(ByteString)","u":"setInput(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setInput(Object)","u":"setInput(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setItems(int, DaprProtos.BulkStateItem)","u":"setItems(int,io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setItems(int, DaprProtos.BulkStateItem.Builder)","u":"setItems(int,io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyWrapAlgorithm(String)","u":"setKeyWrapAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyWrapAlgorithmBytes(ByteString)","u":"setKeyWrapAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setLastUpdatedAt(Timestamp)","u":"setLastUpdatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setLastUpdatedAt(Timestamp.Builder)","u":"setLastUpdatedAt(com.google.protobuf.Timestamp.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setLockOwner(String)","u":"setLockOwner(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setLockOwner(String)","u":"setLockOwner(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setLockOwnerBytes(ByteString)","u":"setLockOwnerBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setLockOwnerBytes(ByteString)","u":"setLockOwnerBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setMatch(String)","u":"setMatch(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setMatch(String)","u":"setMatch(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setMatchBytes(ByteString)","u":"setMatchBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setMatchBytes(ByteString)","u":"setMatchBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setMaxAwaitDurationMs(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setMaxConcurrency(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setMaxMessagesCount(int)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setMaxParallelThread(int)"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"setMaxRetries(Integer)","u":"setMaxRetries(java.lang.Integer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setMessage(CommonProtos.InvokeRequest)","u":"setMessage(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setMessage(CommonProtos.InvokeRequest.Builder)","u":"setMessage(io.dapr.v1.CommonProtos.InvokeRequest.Builder)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setMessageBytes(ByteString)","u":"setMessageBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"setMetadata(DaprProtos.SetMetadataRequest)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"setMetadata(DaprProtos.SetMetadataRequest)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"setMetadata(DaprProtos.SetMetadataRequest, StreamObserver)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"setMetadata(DaprProtos.SetMetadataRequest, StreamObserver)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setMethodBytes(ByteString)","u":"setMethodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setMethodBytes(ByteString)","u":"setMethodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setOk(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setOmitDecryptionKeyName(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setOperation(String)","u":"setOperation(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setOperationBytes(ByteString)","u":"setOperationBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalActorStateOperation)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalActorStateOperation.Builder)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalStateOperation)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalStateOperation.Builder)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"setOperations(List>)","u":"setOperations(java.util.List)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setOperationType(String)","u":"setOperationType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setOperationType(String)","u":"setOperationType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setOperationTypeBytes(ByteString)","u":"setOperationTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setOperationTypeBytes(ByteString)","u":"setOperationTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setOptions(CommonProtos.StateOptions)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setOptions(CommonProtos.StateOptions)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setOptions(CommonProtos.StateOptions.Builder)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setOptions(CommonProtos.StateOptions.Builder)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setOptions(DaprProtos.DecryptRequestOptions)","u":"setOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setOptions(DaprProtos.DecryptRequestOptions.Builder)","u":"setOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setOptions(DaprProtos.EncryptRequestOptions)","u":"setOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setOptions(DaprProtos.EncryptRequestOptions.Builder)","u":"setOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setPagination(Pagination)","u":"setPagination(io.dapr.client.domain.query.Pagination)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setParallelCompensation(boolean)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"setParallelism(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setParallelism(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setPeriod(String)","u":"setPeriod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setPeriod(String)","u":"setPeriod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setPeriodBytes(ByteString)","u":"setPeriodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setPeriodBytes(ByteString)","u":"setPeriodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setPlacement(String)","u":"setPlacement(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setPlacementBytes(ByteString)","u":"setPlacementBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setPlaintext(ByteString)","u":"setPlaintext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setPlaintext(ByteString)","u":"setPlaintext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setPlaintextKey(ByteString)","u":"setPlaintextKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setPlaintextKey(ByteString)","u":"setPlaintextKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setPort(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setProtocol(String)","u":"setProtocol(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setProtocolBytes(ByteString)","u":"setProtocolBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setPublicKey(String)","u":"setPublicKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setPublicKeyBytes(ByteString)","u":"setPublicKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setQuery(Query)","u":"setQuery(io.dapr.client.domain.query.Query)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setQuery(String)","u":"setQuery(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setQueryBytes(ByteString)","u":"setQueryBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setQuerystring(String)","u":"setQuerystring(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setQueryString(String)","u":"setQueryString(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setQuerystringBytes(ByteString)","u":"setQuerystringBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRegisteredComponents(int, DaprProtos.RegisteredComponents)","u":"setRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRegisteredComponents(int, DaprProtos.RegisteredComponents.Builder)","u":"setRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setRemindersStoragePartitions(Integer)","u":"setRemindersStoragePartitions(java.lang.Integer)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setRemindersStoragePartitions(Integer)","u":"setRemindersStoragePartitions(java.lang.Integer)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRequest(CommonProtos.StateItem)","u":"setRequest(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRequest(CommonProtos.StateItem.Builder)","u":"setRequest(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setResourceId(String)","u":"setResourceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setResourceId(String)","u":"setResourceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setResourceIdBytes(ByteString)","u":"setResourceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setResourceIdBytes(ByteString)","u":"setResourceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setResults(int, DaprProtos.QueryStateItem)","u":"setResults(int,io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setResults(int, DaprProtos.QueryStateItem.Builder)","u":"setResults(int,io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRoutes(DaprAppCallbackProtos.TopicRoutes)","u":"setRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRoutes(DaprAppCallbackProtos.TopicRoutes.Builder)","u":"setRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRules(DaprProtos.PubsubSubscriptionRules)","u":"setRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRules(DaprProtos.PubsubSubscriptionRules.Builder)","u":"setRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRules(int, DaprAppCallbackProtos.TopicRule)","u":"setRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRules(int, DaprAppCallbackProtos.TopicRule.Builder)","u":"setRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRules(int, DaprProtos.PubsubSubscriptionRule)","u":"setRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRules(int, DaprProtos.PubsubSubscriptionRule.Builder)","u":"setRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRuntimeStatus(DaprProtos.ActorRuntime.ActorRuntimeStatus)","u":"setRuntimeStatus(io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRuntimeStatus(String)","u":"setRuntimeStatus(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRuntimeStatusBytes(ByteString)","u":"setRuntimeStatusBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRuntimeStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRuntimeVersion(String)","u":"setRuntimeVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRuntimeVersionBytes(ByteString)","u":"setRuntimeVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setSeq(long)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setSignature(ByteString)","u":"setSignature(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setSignature(ByteString)","u":"setSignature(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setSort(List)","u":"setSort(java.util.List)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSourceBytes(ByteString)","u":"setSourceBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSourceBytes(ByteString)","u":"setSourceBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setSpecversion(String)","u":"setSpecversion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSpecVersion(String)","u":"setSpecVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSpecVersion(String)","u":"setSpecVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSpecVersionBytes(ByteString)","u":"setSpecVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSpecVersionBytes(ByteString)","u":"setSpecVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setStartTime(Instant)","u":"setStartTime(java.time.Instant)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setStateOptions(StateOptions)","u":"setStateOptions(io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"setStateOptions(StateOptions)","u":"setStateOptions(io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"setStates(List>)","u":"setStates(java.util.List)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"setStates(State...)","u":"setStates(io.dapr.client.domain.State...)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setStatus(DaprProtos.UnlockResponse.Status)","u":"setStatus(io.dapr.v1.DaprProtos.UnlockResponse.Status)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"setStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"setStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setSubscriptions(int, DaprAppCallbackProtos.TopicSubscription)","u":"setSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setSubscriptions(int, DaprAppCallbackProtos.TopicSubscription.Builder)","u":"setSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setSubscriptions(int, DaprProtos.PubsubSubscription)","u":"setSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setSubscriptions(int, DaprProtos.PubsubSubscription.Builder)","u":"setSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setSuccess(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTime(OffsetDateTime)","u":"setTime(java.time.OffsetDateTime)"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"setTimeout(Duration)","u":"setTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setTo(int, String)","u":"setTo(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setTokenBytes(ByteString)","u":"setTokenBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceId(String)","u":"setTraceId(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceParent(String)","u":"setTraceParent(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceState(String)","u":"setTraceState(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setTtl(String)","u":"setTtl(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setTtl(String)","u":"setTtl(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setTtlBytes(ByteString)","u":"setTtlBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setTtlBytes(ByteString)","u":"setTtlBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setValid(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setValue(Any)","u":"setValue(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setValue(Any.Builder)","u":"setValue(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setValue(ByteString)","u":"setValue(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setVerb(CommonProtos.HTTPExtension.Verb)","u":"setVerb(io.dapr.v1.CommonProtos.HTTPExtension.Verb)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setVerbValue(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setVersionBytes(ByteString)","u":"setVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setVersionBytes(ByteString)","u":"setVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setWorkflowName(String)","u":"setWorkflowName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowName(String)","u":"setWorkflowName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setWorkflowNameBytes(ByteString)","u":"setWorkflowNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowNameBytes(ByteString)","u":"setWorkflowNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setWrappedKey(ByteString)","u":"setWrappedKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setWrappedKey(ByteString)","u":"setWrappedKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.utils","c":"TypeRef","l":"SHORT"},{"p":"io.dapr.client","c":"DaprClient","l":"shutdown()"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"shutdown()"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"shutdown()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"shutdown(DaprProtos.ShutdownRequest)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"shutdown(DaprProtos.ShutdownRequest)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"shutdown(DaprProtos.ShutdownRequest, StreamObserver)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"shutdown(DaprProtos.ShutdownRequest, StreamObserver)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.config","c":"Properties","l":"SIDECAR_IP"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"SIGNATURE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"SIGNATURE_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"Sorting(String, Sorting.Order)","u":"%3Cinit%3E(java.lang.String,io.dapr.client.domain.query.Sorting.Order)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"SOURCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"SOURCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"SPEC_VERSION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"SPEC_VERSION_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start(boolean)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, String, StateOptions)","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String, Map, StateOptions)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String, StateOptions)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationDeserializer","l":"StateOptionDurationDeserializer(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"StateOptionDurationSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"StateOptionDurationSerializer(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"StateOptions(StateOptions.Consistency, StateOptions.Concurrency)","u":"%3Cinit%3E(io.dapr.client.domain.StateOptions.Consistency,io.dapr.client.domain.StateOptions.Concurrency)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"stateSerializer"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"STATUSES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"STORENAME_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"STRING"},{"p":"io.dapr.utils","c":"TypeRef","l":"STRING_ARRAY"},{"p":"io.dapr.config","c":"Properties","l":"STRING_CHARSET"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"STRONG"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"subscribeConfiguration(String, List, Map)","u":"subscribeConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(String, List, Map)","u":"subscribeConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"subscribeConfiguration(String, String...)","u":"subscribeConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(String, String...)","u":"subscribeConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.client.domain.SubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"subscribeConfiguration(SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.client.domain.SubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"subscribeConfiguration(SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.client.domain.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"SubscribeConfigurationRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"SubscribeConfigurationResponse(String, Map)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"SUBSCRIPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"SUBSCRIPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest, StreamObserver)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest, StreamObserver)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest, StreamObserver)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest, StreamObserver)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest, StreamObserver)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest, StreamObserver)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest, StreamObserver)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest, StreamObserver)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest, StreamObserver)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest, StreamObserver)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest, StreamObserver)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest, StreamObserver)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest, StreamObserver)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest, StreamObserver)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"SUCCESS"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"SUCCESS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"SUCCESS_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"SUCCESS_VALUE"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"SUSPENDED"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"TERMINATED"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"terminateWorkflow(String, Object)","u":"terminateWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.config","c":"Properties","l":"TIMEOUT"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"TimeoutPolicy()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"TimeoutPolicy(Duration)","u":"%3Cinit%3E(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"TO_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"TOKEN_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"toOrchestrationRuntimeStatus(List)","u":"toOrchestrationRuntimeStatus(java.util.List)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"toOrchestrationRuntimeStatus(WorkflowRuntimeStatus)","u":"toOrchestrationRuntimeStatus(io.dapr.workflows.runtime.WorkflowRuntimeStatus)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorId","l":"toString()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"toString()"},{"p":"io.dapr.client.domain","c":"State","l":"toString()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"toString()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"TRACE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"TRACE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"TRACE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"TRACE_VALUE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"TransactionalStateOperation(TransactionalStateOperation.OperationType, State)","u":"%3Cinit%3E(io.dapr.client.domain.TransactionalStateOperation.OperationType,io.dapr.client.domain.State)"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"TransactionalStateRequest(List>, Map)","u":"%3Cinit%3E(java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"tryLock(LockRequest)","u":"tryLock(io.dapr.client.domain.LockRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"tryLock(LockRequest)","u":"tryLock(io.dapr.client.domain.LockRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"tryLock(LockRequest)","u":"tryLock(io.dapr.client.domain.LockRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"tryLock(String, String, String, Integer)","u":"tryLock(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"tryLock(String, String, String, Integer)","u":"tryLock(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"tryLockAlpha1(DaprProtos.TryLockRequest, StreamObserver)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest, StreamObserver)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"TTL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"TTL_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"Metadata","l":"TTL_IN_SECONDS"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"TypeRef()","u":"%3Cinit%3E()"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"unlock(String, String, String)","u":"unlock(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"unlock(String, String, String)","u":"unlock(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"unlock(UnlockRequest)","u":"unlock(io.dapr.client.domain.UnlockRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"unlock(UnlockRequest)","u":"unlock(io.dapr.client.domain.UnlockRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"unlock(UnlockRequest)","u":"unlock(io.dapr.client.domain.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unlockAlpha1(DaprProtos.UnlockRequest)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unlockAlpha1(DaprProtos.UnlockRequest)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unlockAlpha1(DaprProtos.UnlockRequest, StreamObserver)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unlockAlpha1(DaprProtos.UnlockRequest, StreamObserver)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"UnlockRequest(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest, StreamObserver)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest, StreamObserver)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest, StreamObserver)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest, StreamObserver)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"unregisterReminder(String)","u":"unregisterReminder(java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"unregisterTimer(String)","u":"unregisterTimer(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"unsubscribeConfiguration(String, String)","u":"unsubscribeConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"unsubscribeConfiguration(String, String)","u":"unsubscribeConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"unsubscribeConfiguration(UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.client.domain.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"unsubscribeConfiguration(UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.client.domain.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"unsubscribeConfiguration(UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.client.domain.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"UnsubscribeConfigurationRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"UnsubscribeConfigurationResponse(boolean, String)","u":"%3Cinit%3E(boolean,java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"UPDATE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"UPSERT"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"VALID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(int)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client","c":"DaprApiProtocol","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"values()"},{"p":"io.dapr.client","c":"DaprApiProtocol","l":"values()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"values()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"values()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"values()"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"values()"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"values()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"values()"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"values()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"values()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"VERB_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"VERSION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"VERSION_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"Version","l":"Version()","u":"%3Cinit%3E()"},{"p":"io.dapr.utils","c":"TypeRef","l":"VOID"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String)","u":"waitForExternalEvent(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String)","u":"waitForExternalEvent(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Class)","u":"waitForExternalEvent(java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String, Duration)","u":"waitForExternalEvent(java.lang.String,java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Duration)","u":"waitForExternalEvent(java.lang.String,java.time.Duration)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String, Duration, Class)","u":"waitForExternalEvent(java.lang.String,java.time.Duration,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Duration, Class)","u":"waitForExternalEvent(java.lang.String,java.time.Duration,java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"waitForInstanceCompletion(String, Duration, boolean)","u":"waitForInstanceCompletion(java.lang.String,java.time.Duration,boolean)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"waitForInstanceStart(String, Duration, boolean)","u":"waitForInstanceStart(java.lang.String,java.time.Duration,boolean)"},{"p":"io.dapr.client","c":"DaprClient","l":"waitForSidecar(int)"},{"p":"io.dapr.client","c":"DaprClientGrpc","l":"waitForSidecar(int)"},{"p":"io.dapr.client","c":"DaprClientHttp","l":"waitForSidecar(int)"},{"p":"io.dapr.utils","c":"NetworkUtils","l":"waitForSocket(String, int, int)","u":"waitForSocket(java.lang.String,int,int)"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"withObjectSerializer(DaprObjectSerializer)","u":"withObjectSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withObjectSerializer(DaprObjectSerializer)","u":"withObjectSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withResiliencyOptions(ResiliencyOptions)","u":"withResiliencyOptions(io.dapr.client.resiliency.ResiliencyOptions)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withStateSerializer(DaprObjectSerializer)","u":"withStateSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"WORKFLOW_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"WORKFLOW_NAME_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"Workflow","l":"Workflow()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"WorkflowActivityContext(TaskActivityContext)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskActivityContext)"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"WorkflowFailureDetails(FailureDetails)","u":"%3Cinit%3E(com.microsoft.durabletask.FailureDetails)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"WorkflowInstanceStatus(OrchestrationMetadata)","u":"%3Cinit%3E(com.microsoft.durabletask.OrchestrationMetadata)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"WorkflowRuntime(DurableTaskGrpcWorker)","u":"%3Cinit%3E(com.microsoft.durabletask.DurableTaskGrpcWorker)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Callable)","u":"wrap(java.util.concurrent.Callable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Runnable)","u":"wrap(java.lang.Runnable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Throwable)","u":"wrap(java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrapFlux(Exception)","u":"wrapFlux(java.lang.Exception)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrapMono(Exception)","u":"wrapMono(java.lang.Exception)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"WRAPPED_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"WRAPPED_KEY_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeError(String, String, String, Object...)","u":"writeError(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeInfo(String, String, String, Object...)","u":"writeInfo(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeWarning(String, String, String, Object...)","u":"writeWarning(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"AbstractActor(ActorRuntimeContext, ActorId)","u":"%3Cinit%3E(io.dapr.actors.runtime.ActorRuntimeContext,io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ACTIVE_ACTORS_COUNT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"ACTIVE_ACTORS_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"ActivityWrapper(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"ACTOR_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ACTOR_RUNTIME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"ACTOR_TYPE_FIELD_NUMBER"},{"p":"io.dapr.actors.client","c":"ActorClient","l":"ActorClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors","c":"ActorId","l":"ActorId(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"ActorMetadata","l":"ActorMetadata(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"ActorObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"ActorProxyBuilder(Class, ActorClient)","u":"%3Cinit%3E(java.lang.Class,io.dapr.actors.client.ActorClient)"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"ActorProxyBuilder(String, Class, ActorClient)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,io.dapr.actors.client.ActorClient)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"ActorTrace()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors","c":"ActorUtils","l":"ActorUtils()","u":"%3Cinit%3E()"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"ADD"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"add(String, T)","u":"add(java.lang.String,T)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(DaprProtos.ActiveActorsCount)","u":"addActiveActors(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActors(io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(int, DaprProtos.ActiveActorsCount)","u":"addActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActors(int, DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActorsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addActiveActorsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(DaprProtos.ActiveActorsCount)","u":"addActiveActorsCount(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActorsCount(io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(int, DaprProtos.ActiveActorsCount)","u":"addActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCount(int, DaprProtos.ActiveActorsCount.Builder)","u":"addActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCountBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addActiveActorsCountBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addAllActiveActors(Iterable)","u":"addAllActiveActors(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllActiveActorsCount(Iterable)","u":"addAllActiveActorsCount(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addAllBindings(Iterable)","u":"addAllBindings(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addAllCapabilities(Iterable)","u":"addAllCapabilities(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllEnabledFeatures(Iterable)","u":"addAllEnabledFeatures(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addAllEntries(Iterable)","u":"addAllEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addAllEntries(Iterable)","u":"addAllEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addAllFailedEntries(Iterable)","u":"addAllFailedEntries(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllHttpEndpoints(Iterable)","u":"addAllHttpEndpoints(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addAllItems(Iterable)","u":"addAllItems(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addAllKeys(Iterable)","u":"addAllKeys(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addAllOperations(Iterable)","u":"addAllOperations(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addAllOperations(Iterable)","u":"addAllOperations(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllRegisteredComponents(Iterable)","u":"addAllRegisteredComponents(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addAllResults(Iterable)","u":"addAllResults(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addAllRules(Iterable)","u":"addAllRules(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addAllRules(Iterable)","u":"addAllRules(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addAllStates(Iterable)","u":"addAllStates(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addAllStatuses(Iterable)","u":"addAllStatuses(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addAllSubscriptions(Iterable)","u":"addAllSubscriptions(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addAllSubscriptions(Iterable)","u":"addAllSubscriptions(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addAllTo(Iterable)","u":"addAllTo(java.lang.Iterable)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addBindings(String)","u":"addBindings(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addBindingsBytes(ByteString)","u":"addBindingsBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addCapabilities(String)","u":"addCapabilities(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addCapabilitiesBytes(ByteString)","u":"addCapabilitiesBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"addClause(V)"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"addClause(V)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addEnabledFeatures(String)","u":"addEnabledFeatures(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addEnabledFeaturesBytes(ByteString)","u":"addEnabledFeaturesBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"addEntries(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"addEntries(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(DaprProtos.BulkPublishRequestEntry)","u":"addEntries(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(DaprProtos.BulkPublishRequestEntry.Builder)","u":"addEntries(io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"addEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"addEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(int, DaprProtos.BulkPublishRequestEntry)","u":"addEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntries(int, DaprProtos.BulkPublishRequestEntry.Builder)","u":"addEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(DaprProtos.BulkPublishResponseFailedEntry)","u":"addFailedEntries(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"addFailedEntries(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry)","u":"addFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"addFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntriesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addFailedEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint)","u":"addHttpEndpoints(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint.Builder)","u":"addHttpEndpoints(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint)","u":"addHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint.Builder)","u":"addHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpointsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addHttpEndpointsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(DaprProtos.BulkStateItem)","u":"addItems(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(DaprProtos.BulkStateItem.Builder)","u":"addItems(io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(int, DaprProtos.BulkStateItem)","u":"addItems(int,io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItems(int, DaprProtos.BulkStateItem.Builder)","u":"addItems(int,io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItemsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addItemsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addKeys(String)","u":"addKeys(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addKeysBytes(ByteString)","u":"addKeysBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalActorStateOperation)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalActorStateOperation.Builder)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalStateOperation)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(DaprProtos.TransactionalStateOperation.Builder)","u":"addOperations(io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalActorStateOperation)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalActorStateOperation.Builder)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalStateOperation)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperations(int, DaprProtos.TransactionalStateOperation.Builder)","u":"addOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperationsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperationsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(DaprProtos.RegisteredComponents)","u":"addRegisteredComponents(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(DaprProtos.RegisteredComponents.Builder)","u":"addRegisteredComponents(io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(int, DaprProtos.RegisteredComponents)","u":"addRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponents(int, DaprProtos.RegisteredComponents.Builder)","u":"addRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponentsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRegisteredComponentsBuilder(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"addRepeatedField(Descriptors.FieldDescriptor, Object)","u":"addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(DaprProtos.QueryStateItem)","u":"addResults(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(DaprProtos.QueryStateItem.Builder)","u":"addResults(io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(int, DaprProtos.QueryStateItem)","u":"addResults(int,io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResults(int, DaprProtos.QueryStateItem.Builder)","u":"addResults(int,io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResultsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"addResultsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(DaprAppCallbackProtos.TopicRule)","u":"addRules(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(DaprAppCallbackProtos.TopicRule.Builder)","u":"addRules(io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(DaprProtos.PubsubSubscriptionRule)","u":"addRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(DaprProtos.PubsubSubscriptionRule.Builder)","u":"addRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(int, DaprAppCallbackProtos.TopicRule)","u":"addRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRules(int, DaprAppCallbackProtos.TopicRule.Builder)","u":"addRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(int, DaprProtos.PubsubSubscriptionRule)","u":"addRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRules(int, DaprProtos.PubsubSubscriptionRule.Builder)","u":"addRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"addRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"addRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(CommonProtos.StateItem)","u":"addStates(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(CommonProtos.StateItem.Builder)","u":"addStates(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStates(int, CommonProtos.StateItem.Builder)","u":"addStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStatesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"addStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"addStatuses(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"addStatuses(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"addStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"addStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatusesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"addStatusesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(DaprAppCallbackProtos.TopicSubscription)","u":"addSubscriptions(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(DaprAppCallbackProtos.TopicSubscription.Builder)","u":"addSubscriptions(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(DaprProtos.PubsubSubscription)","u":"addSubscriptions(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(DaprProtos.PubsubSubscription.Builder)","u":"addSubscriptions(io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(int, DaprAppCallbackProtos.TopicSubscription)","u":"addSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptions(int, DaprAppCallbackProtos.TopicSubscription.Builder)","u":"addSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(int, DaprProtos.PubsubSubscription)","u":"addSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptions(int, DaprProtos.PubsubSubscription.Builder)","u":"addSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"addSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"addSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addTo(String)","u":"addTo(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"addToBytes(ByteString)","u":"addToBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"allOf(List>)","u":"allOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"allOf(List>)","u":"allOf(java.util.List)"},{"p":"io.dapr.client","c":"DaprHttp","l":"ALPHA_1_API_VERSION"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"AndFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"anyOf(List>)","u":"anyOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"anyOf(List>)","u":"anyOf(java.util.List)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"anyOf(Task...)","u":"anyOf(com.microsoft.durabletask.Task...)"},{"p":"io.dapr.config","c":"Properties","l":"API_TOKEN"},{"p":"io.dapr.client","c":"DaprHttp","l":"API_VERSION"},{"p":"io.dapr.workflows.internal","c":"ApiTokenClientInterceptor","l":"ApiTokenClientInterceptor()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"APP_CONNECTION_PROPERTIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaImplBase","l":"AppCallbackAlphaImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase","l":"AppCallbackHealthCheckImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackImplBase","l":"AppCallbackImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesHealthMetadata","l":"AppConnectionPropertiesHealthMetadata(String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"AppConnectionPropertiesMetadata(int, String, String, int, AppConnectionPropertiesHealthMetadata)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,int,io.dapr.client.domain.AppConnectionPropertiesHealthMetadata)"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"apply(CallOptions)","u":"apply(io.grpc.CallOptions)"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"apply(Flux)","u":"apply(reactor.core.publisher.Flux)"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"apply(Mono)","u":"apply(reactor.core.publisher.Mono)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"ASC"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"ASSOCIATED_DATA_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"BAD_REQUEST"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"BINDINGS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprImplBase","l":"bindService()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"bindService(AppCallbackAlphaGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackAlphaGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"bindService(AppCallbackGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"bindService(AppCallbackHealthCheckGrpc.AsyncService)","u":"bindService(io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"bindService(DaprGrpc.AsyncService)","u":"bindService(io.dapr.v1.DaprGrpc.AsyncService)"},{"p":"io.dapr.utils","c":"TypeRef","l":"BOOLEAN"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"build()"},{"p":"io.dapr.client","c":"DaprHttpBuilder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"build()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"build()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"build()"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"build()"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"build(ActorId)","u":"build(io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"build(Channel, CallOptions)","u":"build(io.grpc.Channel,io.grpc.CallOptions)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"io.dapr.utils","c":"NetworkUtils","l":"buildGrpcManagedChannel(ClientInterceptor...)","u":"buildGrpcManagedChannel(io.grpc.ClientInterceptor...)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"buildPartial()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"buildPartial()"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"buildPreviewClient()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"BULK_SUBSCRIBE_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"BulkPublishEntry(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"BulkPublishEntry(String, T, String, Map)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest, StreamObserver)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"bulkPublishEventAlpha1(DaprProtos.BulkPublishRequest, StreamObserver)","u":"bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"BulkPublishRequest(String, String, List>)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"BulkPublishRequest(String, String, List>, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"BulkPublishResponse()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"BulkPublishResponse(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"BulkPublishResponseFailedEntry(BulkPublishEntry, String)","u":"%3Cinit%3E(io.dapr.client.domain.BulkPublishEntry,java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponse","l":"BulkSubscribeAppResponse(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"BulkSubscribeAppResponseEntry(String, BulkSubscribeAppResponseStatus)","u":"%3Cinit%3E(java.lang.String,io.dapr.client.domain.BulkSubscribeAppResponseStatus)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"BulkSubscribeMessage(List>, String, Map)","u":"%3Cinit%3E(java.util.List,java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"BulkSubscribeMessageEntry(String, T, String, Map)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map)"},{"p":"io.dapr.utils","c":"TypeRef","l":"BYTE"},{"p":"io.dapr.utils","c":"TypeRef","l":"BYTE_ARRAY"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"BYTES"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"BYTES_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String)","u":"callActivity(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Class)","u":"callActivity(java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object)","u":"callActivity(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, Class)","u":"callActivity(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, TaskOptions)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"callActivity(String, Object, TaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, TaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"CALLBACK_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String)","u":"callSubWorkflow(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object)","u":"callSubWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, TaskOptions)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"callSubWorkflow(String, Object, String, TaskOptions, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callSubWorkflow(String, Object, String, TaskOptions, Class)","u":"callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"CANCELED"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"CAPABILITIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"CHANNEL_ADDRESS_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"CHAR"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"CIPHERTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"CIPHERTEXT_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clear()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearActiveActors()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearAssociatedData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearBindings()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearCapabilities()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearCiphertext()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearCloudEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearComponentName()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearCreatedAt()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearDefault()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearDueTime()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearEnabled()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearEnabledFeatures()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearEntries()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearEntries()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearError()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearEtag()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clearEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearExtensions()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearFailedEntries()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearField(Descriptors.FieldDescriptor)","u":"clearField(com.google.protobuf.Descriptors.FieldDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearHttpEndpoints()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clearInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearInput()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"clearJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"clearJob()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearLockOwner()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearMessage()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearOk()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clearOneof(Descriptors.OneofDescriptor)","u":"clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clearOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clearOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearOperationType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearParallelism()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clearPath()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clearPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clearPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clearPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clearPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clearPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearPort()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clearProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clearPublicKey()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearQuery()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearQuerystring()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearRegisteredComponents()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clearRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearResults()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clearRules()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clearRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clearSecrets()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clearSeq()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clearSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clearSignature()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearStates()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clearStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clearStatuses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clearStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clearSubscribeTopicEventsRequestType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clearSubscriptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clearSubscriptions()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clearSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearTag()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clearTo()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clearToken()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clearTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clearTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clearTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clearTtl()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clearValid()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clearValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clearVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clearVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clearVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clearWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clearWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clearWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clearWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clearWrappedKey()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"clone()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"clone()"},{"p":"io.dapr.actors.client","c":"ActorClient","l":"close()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"close()"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"close()"},{"p":"io.dapr.client","c":"DaprHttp","l":"close()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"close()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"CLOUD_EVENT"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"CLOUD_EVENT_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent(String, String, String, String, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CloudEvent(String, String, String, String, String, T)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,T)"},{"p":"io.dapr.actors","c":"ActorId","l":"compareTo(ActorId)","u":"compareTo(io.dapr.actors.ActorId)"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"compensate()"},{"p":"io.dapr.workflows.saga","c":"SagaContext","l":"compensate()"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"compensate(WorkflowContext)","u":"compensate(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"COMPLETED"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"COMPONENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"ComponentMetadata","l":"ComponentMetadata(String, String, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_FIRST_WRITE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_FIRST_WRITE_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_LAST_WRITE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_LAST_WRITE_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_UNSPECIFIED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"CONCURRENCY_UNSPECIFIED_VALUE"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"ConfigurationItem(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"ConfigurationItem(String, String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"CONNECT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"CONNECT"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"CONNECT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"CONNECT_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_EVENTUAL"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_EVENTUAL_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"CONSISTENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"CONSISTENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_STRONG"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_STRONG_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_UNSPECIFIED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"CONSISTENCY_UNSPECIFIED_VALUE"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"containsData(String)","u":"containsData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"containsExtendedMetadata(String)","u":"containsExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"containsItems(String)","u":"containsItems(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"containsMetadata(String)","u":"containsMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"containsOptions(String)","u":"containsOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"containsProperties(String)","u":"containsProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"containsSecrets(String)","u":"containsSecrets(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"CONTENT_TYPE"},{"p":"io.dapr.client.domain","c":"Metadata","l":"CONTENT_TYPE"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"continueAsNew(Object)","u":"continueAsNew(java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"continueAsNew(Object)","u":"continueAsNew(java.lang.Object)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"continueAsNew(Object, boolean)","u":"continueAsNew(java.lang.Object,boolean)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"continueAsNew(Object, boolean)","u":"continueAsNew(java.lang.Object,boolean)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"CONTINUED_AS_NEW"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertBytesToEventFromGrpc(byte[], String, TypeRef)","u":"convertBytesToEventFromGrpc(byte[],java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertBytesToEventFromHttp(byte[], String, TypeRef)","u":"convertBytesToEventFromHttp(byte[],java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"DurationUtils","l":"convertDurationFromDaprFormat(String)","u":"convertDurationFromDaprFormat(java.lang.String)"},{"p":"io.dapr.utils","c":"DurationUtils","l":"convertDurationToDaprFormat(Duration)","u":"convertDurationToDaprFormat(java.time.Duration)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertEventToBytesForGrpc(T, String)","u":"convertEventToBytesForGrpc(T,java.lang.String)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"convertEventToBytesForHttp(T, String)","u":"convertEventToBytesForHttp(T,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"COUNT_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"create()"},{"p":"io.dapr.workflows","c":"Workflow","l":"create()"},{"p":"io.dapr.actors.runtime","c":"ActorFactory","l":"createActor(ActorRuntimeContext, ActorId)","u":"createActor(io.dapr.actors.runtime.ActorRuntimeContext,io.dapr.actors.ActorId)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"CREATED_AT_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorId","l":"createRandom()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"createTaskHub(boolean)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"createTimer(Duration)","u":"createTimer(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"createTimer(Duration)","u":"createTimer(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"createTimer(ZonedDateTime)","u":"createTimer(java.time.ZonedDateTime)"},{"p":"io.dapr.client","c":"Headers","l":"DAPR_API_TOKEN"},{"p":"io.dapr.client","c":"Headers","l":"DAPR_USER_AGENT"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprApiTokenInterceptor","l":"DaprApiTokenInterceptor()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprAppIdInterceptor","l":"DaprAppIdInterceptor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"DaprClientBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"DaprClientGrpcInterceptors()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"DaprError()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"DaprErrorDetails(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"DaprErrorDetails(Status)","u":"%3Cinit%3E(com.google.rpc.Status)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(DaprError, byte[], int)","u":"%3Cinit%3E(io.dapr.exceptions.DaprError,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(DaprError, Throwable)","u":"%3Cinit%3E(io.dapr.exceptions.DaprError,java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, DaprErrorDetails, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.exceptions.DaprErrorDetails,byte[])"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, DaprErrorDetails, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.exceptions.DaprErrorDetails,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, List>, byte[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,byte[],int)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(String, String, Throwable, DaprErrorDetails, byte[])","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable,io.dapr.exceptions.DaprErrorDetails,byte[])"},{"p":"io.dapr.exceptions","c":"DaprException","l":"DaprException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"io.dapr.client","c":"DaprHttpBuilder","l":"DaprHttpBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprImplBase","l":"DaprImplBase()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"DaprMetadata(String, String, List, List, Map, List, List, List, AppConnectionPropertiesMetadata)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,java.util.List,java.util.Map,java.util.List,java.util.List,java.util.List,io.dapr.client.domain.AppConnectionPropertiesMetadata)"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"DaprSagaContextImpl(Saga, WorkflowContext)","u":"%3Cinit%3E(io.dapr.workflows.saga.Saga,io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprTimeoutInterceptor","l":"DaprTimeoutInterceptor(TimeoutPolicy)","u":"%3Cinit%3E(io.dapr.internal.resiliency.TimeoutPolicy)"},{"p":"io.dapr.client","c":"DaprTracingInterceptor","l":"DaprTracingInterceptor(ContextView)","u":"%3Cinit%3E(reactor.util.context.ContextView)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprTracingInterceptor","l":"DaprTracingInterceptor(ContextView)","u":"%3Cinit%3E(reactor.util.context.ContextView)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Logger)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,org.slf4j.Logger)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Logger, Saga)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,org.slf4j.Logger,io.dapr.workflows.saga.Saga)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"DaprWorkflowContextImpl(TaskOrchestrationContext, Saga)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,io.dapr.workflows.saga.Saga)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"DATA_CONTENT_TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"DATA_ENCRYPTION_CIPHER_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"DATA_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"deactivate(String, String)","u":"deactivate(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"DEAD_LETTER_TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"DEAD_LETTER_TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"DEAD_LETTER_TOPIC_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"deadLetterTopic()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"DEBUG_INFO"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"DECLARATIVE"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"DECLARATIVE_VALUE"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"decryptAlpha1(StreamObserver)","u":"decryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"decryptAlpha1(StreamObserver)","u":"decryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"DECRYPTION_KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"DEFAULT_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"DefaultContentTypeConverter()","u":"%3Cinit%3E()"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"DefaultObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"DELETE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"DELETE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"DELETE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"DELETE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"DELETE_VALUE"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest, StreamObserver)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"deleteBulkState(DaprProtos.DeleteBulkStateRequest, StreamObserver)","u":"deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"deleteJobAlpha1(DaprProtos.DeleteJobRequest)","u":"deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"deleteJobAlpha1(DaprProtos.DeleteJobRequest)","u":"deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"deleteJobAlpha1(DaprProtos.DeleteJobRequest, StreamObserver)","u":"deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"deleteJobAlpha1(DaprProtos.DeleteJobRequest, StreamObserver)","u":"deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"deleteState(DaprProtos.DeleteStateRequest)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"deleteState(DaprProtos.DeleteStateRequest)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"deleteState(DaprProtos.DeleteStateRequest, StreamObserver)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"deleteState(DaprProtos.DeleteStateRequest, StreamObserver)","u":"deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(DeleteStateRequest)","u":"deleteState(io.dapr.client.domain.DeleteStateRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"deleteState(DeleteStateRequest)","u":"deleteState(io.dapr.client.domain.DeleteStateRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"deleteState(String, String)","u":"deleteState(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(String, String)","u":"deleteState(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"deleteState(String, String, String, StateOptions)","u":"deleteState(java.lang.String,java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client","c":"DaprClient","l":"deleteState(String, String, String, StateOptions)","u":"deleteState(java.lang.String,java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"DeleteStateRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"deleteTaskHub()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"DESC"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"deserialize(byte[])"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"deserialize(byte[], Class)","u":"deserialize(byte[],java.lang.Class)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"deserialize(byte[], Class)","u":"deserialize(byte[],java.lang.Class)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"deserialize(byte[], TypeRef)","u":"deserialize(byte[],io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"DIGEST_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"DIGEST_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"DISABLED"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"DISABLED_VALUE"},{"p":"io.dapr.utils","c":"TypeRef","l":"DOUBLE"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"DROP"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"DROP"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"DROP_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"DUE_TIME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"DUE_TIME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"DUE_TIME_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"DurationUtils","l":"DurationUtils()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ENABLED_FEATURES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"ENABLED_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"encodeQueryString()"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"encryptAlpha1(StreamObserver)","u":"encryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"encryptAlpha1(StreamObserver)","u":"encryptAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"ENTRIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"ENTRIES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"ENTRY_ID_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"EqFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"EqFilter(String, T)","u":"%3Cinit%3E(java.lang.String,T)"},{"p":"io.dapr.actors","c":"ActorId","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"State","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"ERROR_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"ERROR_INFO"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"ETAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"EVENT_DATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"EVENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"EVENT_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"EVENT_NOT_SET"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"EVENT_RESPONSE"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"EVENT_RESPONSE_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"EVENTUAL"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest, StreamObserver)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest, StreamObserver)","u":"executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest, StreamObserver)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest, StreamObserver)","u":"executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"executeStateTransaction(ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.client.domain.ExecuteStateTransactionRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"executeStateTransaction(ExecuteStateTransactionRequest)","u":"executeStateTransaction(io.dapr.client.domain.ExecuteStateTransactionRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"executeStateTransaction(String, List>)","u":"executeStateTransaction(java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClient","l":"executeStateTransaction(String, List>)","u":"executeStateTransaction(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"ExecuteStateTransactionRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"EXPIRY_IN_SECONDS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"EXTENDED_METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"EXTENSIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"EXTENSIONS_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"FAILED"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"FAILEDENTRIES_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"Filter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.actors","c":"ActorUtils","l":"findActorTypeName(Class)","u":"findActorTypeName(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"FIRST_WRITE"},{"p":"io.dapr.utils","c":"TypeRef","l":"FLOAT"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"FORMAT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"forNumber(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"forNumber(int)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus)","u":"fromOrchestrationRuntimeStatus(com.microsoft.durabletask.OrchestrationRuntimeStatus)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"GET"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"GET"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"GET"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"GET_VALUE"},{"p":"io.dapr.config","c":"Property","l":"get()"},{"p":"io.dapr.utils","c":"TypeRef","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"get(DaprErrorDetails.ErrorDetailType, String, TypeRef)","u":"get(io.dapr.exceptions.DaprErrorDetails.ErrorDetailType,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"get(String, Class)","u":"get(java.lang.String,java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"get(String, TypeRef)","u":"get(java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.utils","c":"TypeRef","l":"get(Type)","u":"get(java.lang.reflect.Type)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActiveActorsCountOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getActiveActorsOrBuilderList()"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorId()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorIdBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getActorIdleTimeout()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getActorIdleTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntimeBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getActorRuntimeOrBuilder()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getActors()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getActorScanInterval()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getActorScanInterval()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getActorState(DaprProtos.GetActorStateRequest)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getActorState(DaprProtos.GetActorStateRequest)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getActorState(DaprProtos.GetActorStateRequest, StreamObserver)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getActorState(DaprProtos.GetActorStateRequest, StreamObserver)","u":"getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"getActorStateManager()"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getActorTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAlgorithmBytes()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionPropertiesBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getAppConnectionPropertiesOrBuilder()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getAppId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getAssociatedData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getAssociatedData()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getAttributes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getBinaryData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindings(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getBindingsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getBindingsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder","l":"getBindingsList()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getBody()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getBody()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getBulkPublishEventAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest, StreamObserver)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getBulkSecret(DaprProtos.GetBulkSecretRequest, StreamObserver)","u":"getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.client.domain.GetBulkSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkSecret(GetBulkSecretRequest)","u":"getBulkSecret(io.dapr.client.domain.GetBulkSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkSecret(String)","u":"getBulkSecret(java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(String)","u":"getBulkSecret(java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkSecret(String, Map)","u":"getBulkSecret(java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkSecret(String, Map)","u":"getBulkSecret(java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"GetBulkSecretRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getBulkState(DaprProtos.GetBulkStateRequest)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getBulkState(DaprProtos.GetBulkStateRequest)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getBulkState(DaprProtos.GetBulkStateRequest, StreamObserver)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getBulkState(DaprProtos.GetBulkStateRequest, StreamObserver)","u":"getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(GetBulkStateRequest, TypeRef)","u":"getBulkState(io.dapr.client.domain.GetBulkStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkState(GetBulkStateRequest, TypeRef)","u":"getBulkState(io.dapr.client.domain.GetBulkStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkState(String, List, Class)","u":"getBulkState(java.lang.String,java.util.List,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(String, List, Class)","u":"getBulkState(java.lang.String,java.util.List,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getBulkState(String, List, TypeRef)","u":"getBulkState(java.lang.String,java.util.List,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getBulkState(String, List, TypeRef)","u":"getBulkState(java.lang.String,java.util.List,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"GetBulkStateRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"GetBulkStateRequest(String, String...)","u":"%3Cinit%3E(java.lang.String,java.lang.String...)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribeBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getBulkSubscribeOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getCallback()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getCallbackBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getCallbackBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getCallbackBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorMethodContext","l":"getCallType()"},{"p":"io.dapr.client.domain","c":"ComponentMetadata","l":"getCapabilities()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilities(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getCapabilitiesList()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getCapabilitiesList()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getCapabilitiesList()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getChannelAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getChannelAddressBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getCiphertext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponseOrBuilder","l":"getCiphertext()"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"getClauses()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"getClauses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEventBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getCloudEventOrBuilder()"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"getCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getComponentName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getComponentNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getComponentNameBytes()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getComponents()"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getConcurrency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getConcurrencyValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getConcurrencyValue()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"getConfig()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getConfiguration(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getConfiguration(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(GetConfigurationRequest)","u":"getConfiguration(io.dapr.client.domain.GetConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getConfiguration(GetConfigurationRequest)","u":"getConfiguration(io.dapr.client.domain.GetConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getConfiguration(String, List, Map)","u":"getConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, List, Map)","u":"getConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getConfiguration(String, String)","u":"getConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String)","u":"getConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getConfiguration(String, String, Map)","u":"getConfiguration(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String, Map)","u":"getConfiguration(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getConfiguration(String, String...)","u":"getConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"getConfiguration(String, String...)","u":"getConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getConfigurationAlpha1(DaprProtos.GetConfigurationRequest, StreamObserver)","u":"getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"GetConfigurationRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getConsistency()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getConsistency()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptionsOrBuilder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getConsistencyValue()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getConsistencyValue()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getContentType()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getContentType()"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"getContentType()"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getContentType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getContentTypeBytes()"},{"p":"io.dapr.client.domain","c":"ActorMetadata","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getCreatedAt()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAtBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getCreatedAtOrBuilder()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getCurrentInstant()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getData()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getData()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayloadOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getData()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDataBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDataBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getDataBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDataBuilder()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getDatacontenttype()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getDataContentType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getDataContentTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDataEncryptionCipher()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDataEncryptionCipherBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getDataOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataOrDefault(String, DaprProtos.SecretResponse)","u":"getDataOrDefault(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataOrDefault(String, String)","u":"getDataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponseOrBuilder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponseOrBuilder","l":"getDataOrThrow(String)","u":"getDataOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getDeadLetterTopicBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDecryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getDecryptionKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getDefault()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getDefaultBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDefaultInstance()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDefaultInstanceForType()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDeleteBulkStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDeleteJobAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getDeleteStateMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getDescriptorForType()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getDetails()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getDigest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getDigest()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getDrainBalancedActors()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getDrainBalancedActors()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getDrainOngoingCallTimeout()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getDrainOngoingCallTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getDueTimeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getEnabled()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getEnabled()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getEnabled()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getEnabledFeatures()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeatures(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getEnabledFeaturesList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getEncryptAlpha1Method()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getEntries()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getEntries()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntries(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getEntriesOrBuilderList()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"getEntry()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getEntryId()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"getEntryId()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getEntryId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getEntryIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getEntryIdBytes()"},{"p":"io.dapr.config","c":"Property","l":"getEnvName()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getError()"},{"p":"io.dapr.client.domain","c":"State","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getError()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntryOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getErrorBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getErrorBytes()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getErrorCode()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getErrorCode()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getErrorDetails()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponseFailedEntry","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorType()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getEtag()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getEtag()"},{"p":"io.dapr.client.domain","c":"State","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtagBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtagBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getEtagBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getEtagOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getEtagOrBuilder()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getEvent()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getEventCase()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventData()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventName()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getEventNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"getEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getEventResponseBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getEventResponseOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getEventResponseOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"getEventResponseOrBuilder()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getExecuteActorStateTransactionMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getExecuteStateTransactionMethod()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getExpiryInSeconds()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataOrDefault(String, String)","u":"getExtendedMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getExtendedMetadataOrThrow(String)","u":"getExtendedMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensionsBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getExtensionsOrBuilder()"},{"p":"io.dapr.client.domain","c":"BulkPublishResponse","l":"getFailedEntries()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseOrBuilder","l":"getFailedEntriesOrBuilderList()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getFailureDetails()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getFilter()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getFormat()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getFormatValue()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetActorStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetBulkSecretMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetBulkStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetConfigurationMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetJobAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetMetadataMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetSecretMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetStateMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getGetWorkflowBeta1Method()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getHeaders()"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getHeaders()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealthBuilder()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"getHealthCheckMethod()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesHealthMetadata","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthCheckPath()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthCheckPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getHealthOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getHealthOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getHealthOrBuilder()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesHealthMetadata","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeInterval()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeIntervalBytes()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesHealthMetadata","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeTimeout()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthProbeTimeoutBytes()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesHealthMetadata","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getHealthThreshold()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthPropertiesOrBuilder","l":"getHealthThreshold()"},{"p":"io.dapr.utils","c":"NetworkUtils","l":"getHostLoopbackAddress()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getHostReady()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getHostReady()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getHttpEndpoints()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getHttpEndpointsOrBuilderList()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtensionBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getHttpExtensionBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getHttpExtensionOrBuilder()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getHttpStatusCode()"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"getId()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getId()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getId()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"getInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getInitialRequestBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getInitialRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getInitialRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"getInitialRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInput()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInput()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInput()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getInput()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"getInstance()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponseOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponseOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getInstanceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getInstanceIdBytes()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"getInstanceState(String, boolean)","u":"getInstanceState(java.lang.String,boolean)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeActorMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeBindingMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getInvokeServiceMethod()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"getIsUnsubscribed()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItems()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponseOrBuilder","l":"getItemsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsOrDefault(String, CommonProtos.ConfigurationItem)","u":"getItemsOrDefault(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponseOrBuilder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponseOrBuilder","l":"getItemsOrThrow(String)","u":"getItemsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponseOrBuilder","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequestOrBuilder","l":"getJob()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getJobAlpha1(DaprProtos.GetJobRequest)","u":"getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getJobAlpha1(DaprProtos.GetJobRequest)","u":"getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getJobAlpha1(DaprProtos.GetJobRequest, StreamObserver)","u":"getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getJobAlpha1(DaprProtos.GetJobRequest, StreamObserver)","u":"getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getJobBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getJobBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"getJobOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getJobOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponseOrBuilder","l":"getJobOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"getJobOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getJobOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequestOrBuilder","l":"getJobOrBuilder()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getKey()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getKey()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getKey()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getKey()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getKey()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getKey()"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"getKey()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getKey()"},{"p":"io.dapr.client.domain","c":"State","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getKey()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getKey()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItemOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptionsOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getKeyNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getKeyNameBytes()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getKeys()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getKeys()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getKeys()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeys(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysBytes(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getKeysList()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyWrapAlgorithm()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getKeyWrapAlgorithmBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getLastUpdatedAt()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAtBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getLastUpdatedAtOrBuilder()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"getLimit()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getListInputBindingsMethod()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getListTopicSubscriptionsMethod()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getLockOwner()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getLockOwner()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getLockOwnerBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getLockOwnerBytes()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getLogger()"},{"p":"io.dapr.client.domain","c":"RuleMetadata","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getMatch()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getMatchBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getMaxAwaitDurationMs()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getMaxConcurrency()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"getMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getMaxMessagesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder","l":"getMaxMessagesCount()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"getMaxParallelThread()"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"getMaxRetries()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"getMessage()"},{"p":"io.dapr.exceptions","c":"DaprError","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessageBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getMessageBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"getMessageOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getMessageOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"getMessageOrBuilder()"},{"p":"io.dapr.client","c":"DaprClient","l":"getMetadata()"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkPublishEntry","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessageEntry","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"State","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"getMetadata()"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadata()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getMetadata(DaprProtos.GetMetadataRequest)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getMetadata(DaprProtos.GetMetadataRequest)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getMetadata(DaprProtos.GetMetadataRequest, StreamObserver)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getMetadata(DaprProtos.GetMetadataRequest, StreamObserver)","u":"getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataCount()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataMap()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataOrDefault(String, String)","u":"getMetadataOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntryOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItemOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getMetadataOrThrow(String)","u":"getMetadataOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getMethod()"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMethod()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getMethodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequestOrBuilder","l":"getMethodBytes()"},{"p":"io.dapr.actors.runtime","c":"ActorMethodContext","l":"getMethodName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"getMutableData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"getMutableData()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getMutableExtendedMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"getMutableItems()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"getMutableItems()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getMutableMetadata()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getMutableOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getMutableProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getMutableSecrets()"},{"p":"io.dapr.client.domain","c":"ComponentMetadata","l":"getName()"},{"p":"io.dapr.client.domain","c":"HttpEndpointMetadata","l":"getName()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getName()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"getName()"},{"p":"io.dapr.config","c":"Property","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpointOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getName()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getName()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"ActivityWrapper","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpointOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequestOrBuilder","l":"getNameBytes()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getNewOrchestrationInstanceOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getNonce()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getNonce()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getNumber()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getNumber()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getNumber()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponseOrBuilder","l":"getOk()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptionsOrBuilder","l":"getOmitDecryptionKeyName()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnBindingEventMethod()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"getOnBulkTopicEventAlpha1Method()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnInvokeMethod()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"getOnJobEventAlpha1Method()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getOnTopicEventMethod()"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"getOperation()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getOperation()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"getOperationBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getOperationBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequestOrBuilder","l":"getOperationBytes()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getOperations()"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"getOperations()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequestOrBuilder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getOperationsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getOperationType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getOperationTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getOperationTypeBytes()"},{"p":"io.dapr.client.domain","c":"State","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptionsBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getOptionsOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsOrDefault(String, String)","u":"getOptionsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getOptionsOrThrow(String)","u":"getOptionsOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"getOrder()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getPagination()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getParallelism()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getParallelism()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getParserForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getParserForType()"},{"p":"io.dapr.client.domain","c":"RuleMetadata","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getPath()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRuleOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRuleOrBuilder","l":"getPathBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPauseWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPauseWorkflowBeta1Method()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"getPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayloadBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"getPayloadOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getPeriod()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getPeriodBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getPlacement()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getPlacementBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponseOrBuilder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequestOrBuilder","l":"getPlaintext()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponseOrBuilder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getPlaintextKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequestOrBuilder","l":"getPlaintextKey()"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getPort()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesMap()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesOrDefault(String, String)","u":"getPropertiesOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getPropertiesOrThrow(String)","u":"getPropertiesOrThrow(java.lang.String)"},{"p":"io.dapr.client.domain","c":"AppConnectionPropertiesMetadata","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getProtocol()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"getProtocolBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getPublicKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponseOrBuilder","l":"getPublicKeyBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPublishEventMethod()"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"getPubsubname()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getPubsubName()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getPubsubName()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getPubsubName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getPubsubNameBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPurgeWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getPurgeWorkflowBeta1Method()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getQuery()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getQueryBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getQueryBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getQueryBytes()"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"getQueryParams()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getQueryStateAlpha1Method()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getQuerystring()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getQuerystring()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getQuerystring()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getQueryString()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getQuerystringBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRaiseEventWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRaiseEventWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRegisterActorReminderMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getRegisterActorTimerMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRegisteredComponentsOrBuilderList()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"getRemindersStoragePartitions()"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"getRemindersStoragePartitions()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getRepeats()"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"getRepresentation()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequestBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"getRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getRequestOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"getRequestOrBuilder()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getResourceId()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getResourceId()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getResourceIdBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getResourceIdBytes()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getResults()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResults(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getResultsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getResumeWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getResumeWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getRoutesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getRoutesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getRoutesOrBuilder()"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getRules()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRulesBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getRulesOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutesOrBuilder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRulesOrBuilder","l":"getRulesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getRuntimeStatus()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getRuntimeStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getRuntimeStatusBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"getRuntimeStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getRuntimeStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntimeOrBuilder","l":"getRuntimeStatusValue()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRuntimeVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getRuntimeVersionBytes()"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"getSagaContext()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getSagaContext()"},{"p":"io.dapr.workflows","c":"Workflow","l":"getSagaOption()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSaveStateMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getScheduleBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getScheduleBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getScheduleBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getScheduleJobAlpha1Method()"},{"p":"io.dapr.utils","c":"Version","l":"getSdkVersion()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getSecret(DaprProtos.GetSecretRequest)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getSecret(DaprProtos.GetSecretRequest)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getSecret(DaprProtos.GetSecretRequest, StreamObserver)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getSecret(DaprProtos.GetSecretRequest, StreamObserver)","u":"getSecret(io.dapr.v1.DaprProtos.GetSecretRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(GetSecretRequest)","u":"getSecret(io.dapr.client.domain.GetSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getSecret(GetSecretRequest)","u":"getSecret(io.dapr.client.domain.GetSecretRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getSecret(String, String)","u":"getSecret(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(String, String)","u":"getSecret(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getSecret(String, String, Map)","u":"getSecret(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"getSecret(String, String, Map)","u":"getSecret(java.lang.String,java.lang.String,java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"GetSecretRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecrets()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsOrDefault(String, String)","u":"getSecretsOrDefault(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponseOrBuilder","l":"getSecretsOrThrow(String)","u":"getSecretsOrThrow(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"getSeq()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getSeq()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayloadOrBuilder","l":"getSeq()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedInput()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedOutput()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"getSerializedSize()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getServiceDescriptor()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSetMetadataMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getShutdownMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponseOrBuilder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"getSignature()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequestOrBuilder","l":"getSignature()"},{"p":"io.dapr.client.domain.query","c":"Query","l":"getSort()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSource()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSourceBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSourceBytes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getSpecversion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSpecVersion()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getSpecVersionBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getSpecVersionBytes()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getStackTrace()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getStartTime()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getStartWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getStartWorkflowBeta1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getState(DaprProtos.GetStateRequest)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getState(DaprProtos.GetStateRequest)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getState(DaprProtos.GetStateRequest, StreamObserver)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getState(DaprProtos.GetStateRequest, StreamObserver)","u":"getState(io.dapr.v1.DaprProtos.GetStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(GetStateRequest, TypeRef)","u":"getState(io.dapr.client.domain.GetStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(GetStateRequest, TypeRef)","u":"getState(io.dapr.client.domain.GetStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, State, Class)","u":"getState(java.lang.String,io.dapr.client.domain.State,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, State, Class)","u":"getState(java.lang.String,io.dapr.client.domain.State,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, State, TypeRef)","u":"getState(java.lang.String,io.dapr.client.domain.State,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, State, TypeRef)","u":"getState(java.lang.String,io.dapr.client.domain.State,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, String, Class)","u":"getState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, Class)","u":"getState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, String, StateOptions, Class)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, StateOptions, Class)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, String, StateOptions, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, StateOptions, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"getState(String, String, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"getState(String, String, TypeRef)","u":"getState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getStateOptions()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getStateOptions()"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"getStateOptionsAsMap()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"GetStateRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"getStates()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStatesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStatesOrBuilderList()"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"getStateStoreName()"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"getStateStoreName()"},{"p":"io.dapr.actors.runtime","c":"Remindable","l":"getStateType()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseEntry","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponseOrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponseOrBuilder","l":"getStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getStatusBuilder()"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"getStatusCode()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponse","l":"getStatuses()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder","l":"getStatusesOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"getStatusOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"getStatusOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder","l":"getStatusOrBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponseOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"getStatusValue()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponseOrBuilder","l":"getStatusValue()"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"getStoreName()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getStoreName()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequestOrBuilder","l":"getStoreNameBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubscribeConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubscribeConfigurationMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubscribeTopicEventsAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"getSubscribeTopicEventsRequestTypeCase()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"getSubscribeTopicEventsRequestTypeCase()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"getSubscribeTopicEventsRequestTypeCase()"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"getSubscriptionId()"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"getSubscriptionId()"},{"p":"io.dapr.client.domain","c":"DaprMetadata","l":"getSubscriptions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsOrBuilder(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"getSubscriptionsOrBuilderList()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleDecryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleEncryptAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleGetKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleSignAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleUnwrapKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleVerifyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getSubtleWrapKeyAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponseOrBuilder","l":"getSuccess()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequestOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponseOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponseOrBuilder","l":"getTag()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTerminateWorkflowAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTerminateWorkflowBeta1Method()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTime()"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"getTimeout()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getTo(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToBytes(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToCount()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToCount()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"getToken()"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getToken()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponseOrBuilder","l":"getTokenBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"getToList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"getToList()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponseOrBuilder","l":"getToList()"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeMessage","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"getTopic()"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getTopic()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequestOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"getTopicBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"getTopicBytes()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceId()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceParent()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getTraceState()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getTryLockAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequestOrBuilder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"getTtlBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequestOrBuilder","l":"getTtlBytes()"},{"p":"io.dapr.client.domain","c":"ActorMetadata","l":"getType()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"getType()"},{"p":"io.dapr.client.domain","c":"ComponentMetadata","l":"getType()"},{"p":"io.dapr.utils","c":"TypeRef","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCountOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getTypeBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"getTypeValue()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"getTypeValue()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"getTypeValue()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnlockAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnregisterActorReminderMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnregisterActorTimerMethod()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnsubscribeConfigurationAlpha1Method()"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"getUnsubscribeConfigurationMethod()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"getValid()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"getValid()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponseOrBuilder","l":"getValid()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getValue()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"getValue()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"getValue()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"getValue()"},{"p":"io.dapr.client.domain","c":"State","l":"getValue()"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"getValue()"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.EtagOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"getValue()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValueBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.EtagOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequestOrBuilder","l":"getValueBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"getValueDescriptor()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"getValueOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"getValueOrBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"getValueOrBuilder()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"getValues()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getVerb()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"getVerbValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"getVerbValue()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtensionOrBuilder","l":"getVerbValue()"},{"p":"io.dapr.client.domain","c":"ComponentMetadata","l":"getVersion()"},{"p":"io.dapr.client.domain","c":"ConfigurationItem","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getVersion()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getVersion()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"getVersion()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItemOrBuilder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponentsOrBuilder","l":"getVersionBytes()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"getWorkflowBeta1(DaprProtos.GetWorkflowRequest, StreamObserver)","u":"getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getWorkflowComponent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequestOrBuilder","l":"getWorkflowComponentBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowName()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequestOrBuilder","l":"getWorkflowNameBytes()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequestOrBuilder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"getWrappedKey()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponseOrBuilder","l":"getWrappedKey()"},{"p":"io.dapr.config","c":"Properties","l":"GRPC_ENDPOINT"},{"p":"io.dapr.config","c":"Properties","l":"GRPC_PORT"},{"p":"io.dapr.client","c":"Headers","l":"GRPC_TRACE_BIN"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"hasActorRuntime()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponseOrBuilder","l":"hasAppConnectionProperties()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"hasBulkSubscribe()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"hasBytes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder","l":"hasCloudEvent()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"hasCreatedAt()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"hasData()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponseOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"hasData()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"hasDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"hasDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder","l":"hasDeadLetterTopic()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"hasDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hasDueTime()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"hasDueTime()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hasEtag()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"hasEtag()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"hasEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"hasEventResponse()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"hasEventResponse()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequestOrBuilder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"hasExtensions()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequestOrBuilder","l":"hasExtensions()"},{"p":"io.dapr.actors","c":"ActorId","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"State","l":"hashCode()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"hashCode()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"hashCode()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"hasHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"hasHealth()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionPropertiesOrBuilder","l":"hasHealth()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequestOrBuilder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequestOrBuilder","l":"hasHttpExtension()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"hasInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"hasInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder","l":"hasInitialRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponseOrBuilder","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequestOrBuilder","l":"hasJob()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponseOrBuilder","l":"hasLastUpdatedAt()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"hasMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"hasMessage()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequestOrBuilder","l":"hasMessage()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"hasOptions()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItemOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"hasOptions()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponseOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponseOrBuilder","l":"hasPayload()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"hasRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hasRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"hasRepeats()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperationOrBuilder","l":"hasRequest()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscriptionOrBuilder","l":"hasRoutes()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionOrBuilder","l":"hasRules()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"hasSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hasSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"hasSchedule()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"hasStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"hasStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder","l":"hasStatus()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"hasTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"hasTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.JobOrBuilder","l":"hasTtl()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"hasValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"hasValue()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperationOrBuilder","l":"hasValue()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"HEAD"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"HEAD"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HEAD"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"HEAD_VALUE"},{"p":"io.dapr.client","c":"Headers","l":"Headers()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_CHECK_PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"HEALTH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_PROBE_INTERVAL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_PROBE_TIMEOUT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"HEALTH_THRESHOLD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub","l":"healthCheck(Empty)","u":"healthCheck(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub","l":"healthCheck(Empty)","u":"healthCheck(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub","l":"healthCheck(Empty, StreamObserver)","u":"healthCheck(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc.AsyncService","l":"healthCheck(Empty, StreamObserver)","u":"healthCheck(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"HELP"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"HOST_READY_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_MAX_IDLE_CONNECTIONS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_MAX_REQUESTS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_CLIENT_READ_TIMEOUT_SECONDS"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_ENDPOINT"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"HTTP_ENDPOINTS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"HTTP_EXTENSION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"HTTP_EXTENSION_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"HTTP_PORT"},{"p":"io.dapr.client.domain","c":"HttpEndpointMetadata","l":"HttpEndpointMetadata(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HttpExtension(DaprHttp.HttpMethods)","u":"%3Cinit%3E(io.dapr.client.DaprHttp.HttpMethods)"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"HttpExtension(DaprHttp.HttpMethods, Map>, Map)","u":"%3Cinit%3E(io.dapr.client.DaprHttp.HttpMethods,java.util.Map,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"ID_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"InFilter(String, T...)","u":"%3Cinit%3E(java.lang.String,T...)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"INITIAL_REQUEST"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"INITIAL_REQUEST_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"INITIALIZING"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"INITIALIZING_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"INPUT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"INSTANCE_ID_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"INT"},{"p":"io.dapr.utils","c":"TypeRef","l":"INT_ARRAY"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(String, T)","u":"intercept(java.lang.String,T)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(String, T, ContextView)","u":"intercept(java.lang.String,T,reactor.util.context.ContextView)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(String, T, TimeoutPolicy)","u":"intercept(java.lang.String,T,io.dapr.internal.resiliency.TimeoutPolicy)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(String, T, TimeoutPolicy, ContextView)","u":"intercept(java.lang.String,T,io.dapr.internal.resiliency.TimeoutPolicy,reactor.util.context.ContextView)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(T)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(T, ContextView)","u":"intercept(T,reactor.util.context.ContextView)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(T, TimeoutPolicy)","u":"intercept(T,io.dapr.internal.resiliency.TimeoutPolicy)"},{"p":"io.dapr.internal.grpc","c":"DaprClientGrpcInterceptors","l":"intercept(T, TimeoutPolicy, ContextView)","u":"intercept(T,io.dapr.internal.resiliency.TimeoutPolicy,reactor.util.context.ContextView)"},{"p":"io.dapr.client","c":"DaprTracingInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprApiTokenInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprAppIdInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprTimeoutInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.internal.grpc.interceptors","c":"DaprTracingInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.workflows.internal","c":"ApiTokenClientInterceptor","l":"interceptCall(MethodDescriptor, CallOptions, Channel)","u":"interceptCall(io.grpc.MethodDescriptor,io.grpc.CallOptions,io.grpc.Channel)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"INTERNAL_ERROR"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"INTERNAL_ERROR"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"INTERNAL_ERROR_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"internalGetFieldAccessorTable()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"internalGetMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"internalGetMutableMapField(int)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"internalGetValueMap()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"internalGetValueMap()"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invoke(String, String, String, byte[])","u":"invoke(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeActor(DaprProtos.InvokeActorRequest)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeActor(DaprProtos.InvokeActorRequest)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeActor(DaprProtos.InvokeActorRequest, StreamObserver)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeActor(DaprProtos.InvokeActorRequest, StreamObserver)","u":"invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, byte[], Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,byte[],java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.client","c":"DaprHttp","l":"invokeApi(String, String[], Map>, String, Map, ContextView)","u":"invokeApi(java.lang.String,java.lang.String[],java.util.Map,java.lang.String,java.util.Map,reactor.util.context.ContextView)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeBinding(DaprProtos.InvokeBindingRequest, StreamObserver)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeBinding(DaprProtos.InvokeBindingRequest, StreamObserver)","u":"invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(InvokeBindingRequest, TypeRef)","u":"invokeBinding(io.dapr.client.domain.InvokeBindingRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(InvokeBindingRequest, TypeRef)","u":"invokeBinding(io.dapr.client.domain.InvokeBindingRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, byte[], Map)","u":"invokeBinding(java.lang.String,java.lang.String,byte[],java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, byte[], Map)","u":"invokeBinding(java.lang.String,java.lang.String,byte[],java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, Object)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, Object, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, Object, Map, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Map, Class)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, Object, Map, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, Map, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeBinding(String, String, Object, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeBinding(String, String, Object, TypeRef)","u":"invokeBinding(java.lang.String,java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"InvokeBindingRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(InvokeMethodRequest, TypeRef)","u":"invokeMethod(io.dapr.client.domain.InvokeMethodRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(InvokeMethodRequest, TypeRef)","u":"invokeMethod(io.dapr.client.domain.InvokeMethodRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String)","u":"invokeMethod(java.lang.String)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Class)","u":"invokeMethod(java.lang.String,java.lang.Class)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object)","u":"invokeMethod(java.lang.String,java.lang.Object)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object, Class)","u":"invokeMethod(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, Object, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.Object,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, byte[], HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,byte[],io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, byte[], HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,byte[],io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map, Class)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, Map, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"invokeMethod(String, String, Object, HttpExtension, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClient","l":"invokeMethod(String, String, Object, HttpExtension, TypeRef)","u":"invokeMethod(java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.HttpExtension,io.dapr.utils.TypeRef)"},{"p":"io.dapr.actors.client","c":"ActorProxy","l":"invokeMethod(String, TypeRef)","u":"invokeMethod(java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"InvokeMethodRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invokeReminder(String, String, String, byte[])","u":"invokeReminder(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"invokeService(DaprProtos.InvokeServiceRequest)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"invokeService(DaprProtos.InvokeServiceRequest)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"invokeService(DaprProtos.InvokeServiceRequest, StreamObserver)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"invokeService(DaprProtos.InvokeServiceRequest, StreamObserver)","u":"invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"invokeTimer(String, String, String, byte[])","u":"invokeTimer(java.lang.String,java.lang.String,java.lang.String,byte[])"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isBinaryContentType(String)","u":"isBinaryContentType(java.lang.String)"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isCloudEventContentType(String)","u":"isCloudEventContentType(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isCompleted()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"isContinueWithError()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"isInitialized()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"isInitialized()"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isJsonContentType(String)","u":"isJsonContentType(java.lang.String)"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"isParallelCompensation()"},{"p":"io.dapr.utils","c":"TypeRef","l":"isPrimitive(TypeRef)","u":"isPrimitive(io.dapr.utils.TypeRef)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"isReplaying()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isRunning()"},{"p":"io.dapr.workflows","c":"Workflow","l":"isSagaEnabled()"},{"p":"io.dapr.utils","c":"DefaultContentTypeConverter","l":"isStringContentType(String)","u":"isStringContentType(java.lang.String)"},{"p":"io.dapr.client.domain.query.filters","c":"AndFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"EqFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"Filter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"InFilter","l":"isValid()"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"isValid()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"ITEMS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"JOB_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"JOB_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"JSON"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"JSON_REQUEST_MAPPER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"JSON_VALUE"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"KEY_WRAP_ALGORITHM_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"KEYS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"LAST_UPDATED_AT_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"LAST_WRITE"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"listInputBindings(Empty)","u":"listInputBindings(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"listInputBindings(Empty)","u":"listInputBindings(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"listInputBindings(Empty, StreamObserver)","u":"listInputBindings(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"listInputBindings(Empty, StreamObserver)","u":"listInputBindings(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"listTopicSubscriptions(Empty)","u":"listTopicSubscriptions(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"listTopicSubscriptions(Empty)","u":"listTopicSubscriptions(com.google.protobuf.Empty)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"listTopicSubscriptions(Empty, StreamObserver)","u":"listTopicSubscriptions(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"listTopicSubscriptions(Empty, StreamObserver)","u":"listTopicSubscriptions(com.google.protobuf.Empty,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"LOCALIZED_MESSAGE"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"LOCK_BELONG_TO_OTHERS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_BELONGS_TO_OTHERS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_BELONGS_TO_OTHERS_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_DOES_NOT_EXIST"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"LOCK_DOES_NOT_EXIST_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"LOCK_OWNER_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"LOCK_OWNER_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"LOCK_UNEXIST"},{"p":"io.dapr.client.domain","c":"LockRequest","l":"LockRequest(String, String, String, Integer)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.utils","c":"TypeRef","l":"LONG"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"MATCH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"MATCH_FIELD_NUMBER"},{"p":"io.dapr","c":"Rule","l":"match()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"MAX_AWAIT_DURATION_MS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"MAX_CONCURRENCY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"MAX_MESSAGES_COUNT_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"MAX_RETRIES"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeActorRuntime(DaprProtos.ActorRuntime)","u":"mergeActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeAppConnectionProperties(DaprProtos.AppConnectionProperties)","u":"mergeAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"mergeBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeCloudEvent(DaprAppCallbackProtos.TopicEventCERequest)","u":"mergeCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeCreatedAt(Timestamp)","u":"mergeCreatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"mergeData(Any)","u":"mergeData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeEtag(CommonProtos.Etag)","u":"mergeEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeEtag(CommonProtos.Etag)","u":"mergeEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeEventResponse(DaprProtos.SubscribeTopicEventsResponseAlpha1)","u":"mergeEventResponse(io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeExtensions(Struct)","u":"mergeExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeExtensions(Struct)","u":"mergeExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(CodedInputStream, ExtensionRegistryLite)","u":"mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(CommonProtos.ConfigurationItem)","u":"mergeFrom(io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(CommonProtos.Etag)","u":"mergeFrom(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(CommonProtos.HTTPExtension)","u":"mergeFrom(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(CommonProtos.InvokeRequest)","u":"mergeFrom(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(CommonProtos.InvokeResponse)","u":"mergeFrom(io.dapr.v1.CommonProtos.InvokeResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(CommonProtos.StateItem)","u":"mergeFrom(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(CommonProtos.StateOptions)","u":"mergeFrom(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(CommonProtos.StreamPayload)","u":"mergeFrom(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.BindingEventRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.BindingEventResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.HealthCheckResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.JobEventRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.JobEventResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.JobEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.ListInputBindingsResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.ListTopicSubscriptionsResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventCERequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventRequest)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicEventResponse)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicRoutes)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicRule)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(DaprAppCallbackProtos.TopicSubscription)","u":"mergeFrom(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(DaprProtos.ActiveActorsCount)","u":"mergeFrom(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(DaprProtos.ActorRuntime)","u":"mergeFrom(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(DaprProtos.AppConnectionHealthProperties)","u":"mergeFrom(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(DaprProtos.AppConnectionProperties)","u":"mergeFrom(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(DaprProtos.BulkPublishRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(DaprProtos.BulkPublishRequestEntry)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(DaprProtos.BulkPublishResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(DaprProtos.BulkPublishResponseFailedEntry)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(DaprProtos.BulkStateItem)","u":"mergeFrom(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(DaprProtos.DecryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(DaprProtos.DecryptRequestOptions)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(DaprProtos.DecryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.DecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(DaprProtos.DeleteBulkStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"mergeFrom(DaprProtos.DeleteJobRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"mergeFrom(DaprProtos.DeleteJobResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(DaprProtos.DeleteStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(DaprProtos.EncryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(DaprProtos.EncryptRequestOptions)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(DaprProtos.EncryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.EncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(DaprProtos.ExecuteActorStateTransactionRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(DaprProtos.ExecuteStateTransactionRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(DaprProtos.GetActorStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(DaprProtos.GetActorStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetActorStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(DaprProtos.GetBulkSecretRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(DaprProtos.GetBulkSecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(DaprProtos.GetBulkStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(DaprProtos.GetBulkStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetBulkStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.GetConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.GetConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"mergeFrom(DaprProtos.GetJobRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"mergeFrom(DaprProtos.GetJobResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(DaprProtos.GetMetadataRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(DaprProtos.GetMetadataResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetMetadataResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(DaprProtos.GetSecretRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(DaprProtos.GetSecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(DaprProtos.GetStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(DaprProtos.GetStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.GetWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(DaprProtos.GetWorkflowResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.GetWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(DaprProtos.InvokeActorRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(DaprProtos.InvokeActorResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeActorResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(DaprProtos.InvokeBindingRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(DaprProtos.InvokeBindingResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeBindingResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(DaprProtos.InvokeServiceRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"mergeFrom(DaprProtos.Job)","u":"mergeFrom(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(DaprProtos.MetadataHTTPEndpoint)","u":"mergeFrom(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.PauseWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(DaprProtos.PublishEventRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(DaprProtos.PubsubSubscription)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(DaprProtos.PubsubSubscriptionRule)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(DaprProtos.PubsubSubscriptionRules)","u":"mergeFrom(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.PurgeWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(DaprProtos.QueryStateItem)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(DaprProtos.QueryStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(DaprProtos.QueryStateResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.QueryStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.RaiseEventWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(DaprProtos.RegisterActorReminderRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(DaprProtos.RegisterActorTimerRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(DaprProtos.RegisteredComponents)","u":"mergeFrom(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.ResumeWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(DaprProtos.SaveStateRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"mergeFrom(DaprProtos.ScheduleJobRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ScheduleJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"mergeFrom(DaprProtos.ScheduleJobResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.ScheduleJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(DaprProtos.SecretResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(DaprProtos.SetMetadataRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(DaprProtos.ShutdownRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.StartWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(DaprProtos.StartWorkflowResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.StartWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.SubscribeConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.SubscribeConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"mergeFrom(DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeFrom(DaprProtos.SubscribeTopicEventsRequestAlpha1)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"mergeFrom(DaprProtos.SubscribeTopicEventsResponseAlpha1)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(DaprProtos.SubtleDecryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(DaprProtos.SubtleDecryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleDecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(DaprProtos.SubtleEncryptRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(DaprProtos.SubtleEncryptResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleEncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleGetKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleGetKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleGetKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(DaprProtos.SubtleSignRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(DaprProtos.SubtleSignResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleSignResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleUnwrapKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleUnwrapKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleVerifyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleVerifyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleVerifyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(DaprProtos.SubtleWrapKeyRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(DaprProtos.SubtleWrapKeyResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.SubtleWrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(DaprProtos.TerminateWorkflowRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(DaprProtos.TransactionalActorStateOperation)","u":"mergeFrom(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(DaprProtos.TransactionalStateOperation)","u":"mergeFrom(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(DaprProtos.TryLockRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(DaprProtos.TryLockResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.TryLockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(DaprProtos.UnlockRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(DaprProtos.UnlockResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnlockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(DaprProtos.UnregisterActorReminderRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(DaprProtos.UnregisterActorTimerRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(DaprProtos.UnsubscribeConfigurationRequest)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(DaprProtos.UnsubscribeConfigurationResponse)","u":"mergeFrom(io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeFrom(Message)","u":"mergeFrom(com.google.protobuf.Message)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeHealth(DaprProtos.AppConnectionHealthProperties)","u":"mergeHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeHttpExtension(CommonProtos.HTTPExtension)","u":"mergeHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeHttpExtension(CommonProtos.HTTPExtension)","u":"mergeHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeInitialRequest(DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)","u":"mergeInitialRequest(io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"mergeJob(DaprProtos.Job)","u":"mergeJob(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"mergeJob(DaprProtos.Job)","u":"mergeJob(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeLastUpdatedAt(Timestamp)","u":"mergeLastUpdatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeMessage(CommonProtos.InvokeRequest)","u":"mergeMessage(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeOptions(CommonProtos.StateOptions)","u":"mergeOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeOptions(CommonProtos.StateOptions)","u":"mergeOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeOptions(DaprProtos.DecryptRequestOptions)","u":"mergeOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeOptions(DaprProtos.EncryptRequestOptions)","u":"mergeOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergePayload(CommonProtos.StreamPayload)","u":"mergePayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeRequest(CommonProtos.StateItem)","u":"mergeRequest(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeRoutes(DaprAppCallbackProtos.TopicRoutes)","u":"mergeRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeRules(DaprProtos.PubsubSubscriptionRules)","u":"mergeRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"mergeStatus(DaprAppCallbackProtos.TopicEventResponse)","u":"mergeStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"mergeUnknownFields(UnknownFieldSet)","u":"mergeUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"mergeValue(Any)","u":"mergeValue(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"MESSAGE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"MESSAGE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"METADATA_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"metadata()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"METHOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"METHOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"METHOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"NAME_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorMethod","l":"name()"},{"p":"io.dapr.actors","c":"ActorType","l":"name()"},{"p":"io.dapr","c":"Topic","l":"name()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newBlockingStub(Channel)","u":"newBlockingStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilder()"},{"p":"io.dapr.workflows.saga","c":"SagaOption","l":"newBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilder(CommonProtos.ConfigurationItem)","u":"newBuilder(io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilder(CommonProtos.Etag)","u":"newBuilder(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilder(CommonProtos.HTTPExtension)","u":"newBuilder(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilder(CommonProtos.InvokeRequest)","u":"newBuilder(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilder(CommonProtos.InvokeResponse)","u":"newBuilder(io.dapr.v1.CommonProtos.InvokeResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilder(CommonProtos.StateItem)","u":"newBuilder(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilder(CommonProtos.StateOptions)","u":"newBuilder(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilder(CommonProtos.StreamPayload)","u":"newBuilder(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilder(DaprAppCallbackProtos.BindingEventRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilder(DaprAppCallbackProtos.BindingEventResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilder(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilder(DaprAppCallbackProtos.HealthCheckResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"newBuilder(DaprAppCallbackProtos.JobEventRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"newBuilder(DaprAppCallbackProtos.JobEventResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.JobEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilder(DaprAppCallbackProtos.ListInputBindingsResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilder(DaprAppCallbackProtos.ListTopicSubscriptionsResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilder(DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventCERequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilder(DaprAppCallbackProtos.TopicEventRequest)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilder(DaprAppCallbackProtos.TopicEventResponse)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilder(DaprAppCallbackProtos.TopicRoutes)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilder(DaprAppCallbackProtos.TopicRule)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilder(DaprAppCallbackProtos.TopicSubscription)","u":"newBuilder(io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilder(DaprProtos.ActiveActorsCount)","u":"newBuilder(io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilder(DaprProtos.ActorRuntime)","u":"newBuilder(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilder(DaprProtos.AppConnectionHealthProperties)","u":"newBuilder(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilder(DaprProtos.AppConnectionProperties)","u":"newBuilder(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilder(DaprProtos.BulkPublishRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilder(DaprProtos.BulkPublishRequestEntry)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilder(DaprProtos.BulkPublishResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilder(DaprProtos.BulkPublishResponseFailedEntry)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilder(DaprProtos.BulkStateItem)","u":"newBuilder(io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilder(DaprProtos.DecryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilder(DaprProtos.DecryptRequestOptions)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilder(DaprProtos.DecryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.DecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilder(DaprProtos.DeleteBulkStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"newBuilder(DaprProtos.DeleteJobRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"newBuilder(DaprProtos.DeleteJobResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilder(DaprProtos.DeleteStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.DeleteStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilder(DaprProtos.EncryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilder(DaprProtos.EncryptRequestOptions)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilder(DaprProtos.EncryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.EncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilder(DaprProtos.ExecuteActorStateTransactionRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilder(DaprProtos.ExecuteStateTransactionRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilder(DaprProtos.GetActorStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetActorStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilder(DaprProtos.GetActorStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetActorStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilder(DaprProtos.GetBulkSecretRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilder(DaprProtos.GetBulkSecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilder(DaprProtos.GetBulkStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilder(DaprProtos.GetBulkStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetBulkStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilder(DaprProtos.GetConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilder(DaprProtos.GetConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"newBuilder(DaprProtos.GetJobRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"newBuilder(DaprProtos.GetJobResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilder(DaprProtos.GetMetadataRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilder(DaprProtos.GetMetadataResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetMetadataResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilder(DaprProtos.GetSecretRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetSecretRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilder(DaprProtos.GetSecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetSecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilder(DaprProtos.GetStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilder(DaprProtos.GetStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilder(DaprProtos.GetWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.GetWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilder(DaprProtos.GetWorkflowResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.GetWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilder(DaprProtos.InvokeActorRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeActorRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilder(DaprProtos.InvokeActorResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeActorResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilder(DaprProtos.InvokeBindingRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeBindingRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilder(DaprProtos.InvokeBindingResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeBindingResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilder(DaprProtos.InvokeServiceRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.InvokeServiceRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"newBuilder(DaprProtos.Job)","u":"newBuilder(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilder(DaprProtos.MetadataHTTPEndpoint)","u":"newBuilder(io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilder(DaprProtos.PauseWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilder(DaprProtos.PublishEventRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilder(DaprProtos.PubsubSubscription)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilder(DaprProtos.PubsubSubscriptionRule)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilder(DaprProtos.PubsubSubscriptionRules)","u":"newBuilder(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilder(DaprProtos.PurgeWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilder(DaprProtos.QueryStateItem)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilder(DaprProtos.QueryStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilder(DaprProtos.QueryStateResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.QueryStateResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilder(DaprProtos.RaiseEventWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilder(DaprProtos.RegisterActorReminderRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilder(DaprProtos.RegisterActorTimerRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilder(DaprProtos.RegisteredComponents)","u":"newBuilder(io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilder(DaprProtos.ResumeWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilder(DaprProtos.SaveStateRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"newBuilder(DaprProtos.ScheduleJobRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ScheduleJobRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"newBuilder(DaprProtos.ScheduleJobResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.ScheduleJobResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilder(DaprProtos.SecretResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilder(DaprProtos.SetMetadataRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilder(DaprProtos.ShutdownRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilder(DaprProtos.StartWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilder(DaprProtos.StartWorkflowResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.StartWorkflowResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilder(DaprProtos.SubscribeConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilder(DaprProtos.SubscribeConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"newBuilder(DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"newBuilder(DaprProtos.SubscribeTopicEventsRequestAlpha1)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"newBuilder(DaprProtos.SubscribeTopicEventsResponseAlpha1)","u":"newBuilder(io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilder(DaprProtos.SubtleDecryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilder(DaprProtos.SubtleDecryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleDecryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilder(DaprProtos.SubtleEncryptRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilder(DaprProtos.SubtleEncryptResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleEncryptResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilder(DaprProtos.SubtleGetKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilder(DaprProtos.SubtleGetKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleGetKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilder(DaprProtos.SubtleSignRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilder(DaprProtos.SubtleSignResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleSignResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilder(DaprProtos.SubtleUnwrapKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilder(DaprProtos.SubtleUnwrapKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilder(DaprProtos.SubtleVerifyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilder(DaprProtos.SubtleVerifyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleVerifyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilder(DaprProtos.SubtleWrapKeyRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilder(DaprProtos.SubtleWrapKeyResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.SubtleWrapKeyResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilder(DaprProtos.TerminateWorkflowRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilder(DaprProtos.TransactionalActorStateOperation)","u":"newBuilder(io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilder(DaprProtos.TransactionalStateOperation)","u":"newBuilder(io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilder(DaprProtos.TryLockRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilder(DaprProtos.TryLockResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.TryLockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilder(DaprProtos.UnlockRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilder(DaprProtos.UnlockResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.UnlockResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilder(DaprProtos.UnregisterActorReminderRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilder(DaprProtos.UnregisterActorTimerRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilder(DaprProtos.UnsubscribeConfigurationRequest)","u":"newBuilder(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilder(DaprProtos.UnsubscribeConfigurationResponse)","u":"newBuilder(io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilderForType()"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newBuilderForType(GeneratedMessageV3.BuilderParent)","u":"newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newFutureStub(Channel)","u":"newFutureStub(io.grpc.Channel)"},{"p":"io.dapr.client","c":"DaprClient","l":"newGrpcStub(String, Function)","u":"newGrpcStub(java.lang.String,java.util.function.Function)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"newGrpcStub(String, Function)","u":"newGrpcStub(java.lang.String,java.util.function.Function)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"newInstance(GeneratedMessageV3.UnusedPrivateParameter)","u":"newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"newStub(Channel)","u":"newStub(io.grpc.Channel)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"newUuid()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"NewWorkflowOption()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"NONCE_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"NONE"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"NONE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"NONE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"NONE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"NONE_VALUE"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"OBJECT_MAPPER"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"OBJECT_MAPPER"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"objectSerializer"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"ObjectSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"OK_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"OMIT_DECRYPTION_KEY_NAME_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onActivate()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest, StreamObserver)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onBindingEvent(DaprAppCallbackProtos.BindingEventRequest, StreamObserver)","u":"onBindingEvent(io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaStub","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest, StreamObserver)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AsyncService","l":"onBulkTopicEventAlpha1(DaprAppCallbackProtos.TopicEventBulkRequest, StreamObserver)","u":"onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onDeactivate()"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onInvoke(CommonProtos.InvokeRequest)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onInvoke(CommonProtos.InvokeRequest)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onInvoke(CommonProtos.InvokeRequest, StreamObserver)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onInvoke(CommonProtos.InvokeRequest, StreamObserver)","u":"onInvoke(io.dapr.v1.CommonProtos.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub","l":"onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest)","u":"onJobEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub","l":"onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest)","u":"onJobEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AppCallbackAlphaStub","l":"onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest, StreamObserver)","u":"onJobEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc.AsyncService","l":"onJobEventAlpha1(DaprAppCallbackProtos.JobEventRequest, StreamObserver)","u":"onJobEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.JobEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onPostActorMethod(ActorMethodContext)","u":"onPostActorMethod(io.dapr.actors.runtime.ActorMethodContext)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"onPreActorMethod(ActorMethodContext)","u":"onPreActorMethod(io.dapr.actors.runtime.ActorMethodContext)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackBlockingStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackFutureStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AppCallbackStub","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest, StreamObserver)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"AppCallbackGrpc.AsyncService","l":"onTopicEvent(DaprAppCallbackProtos.TopicEventRequest, StreamObserver)","u":"onTopicEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"OPERATION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"OPERATIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"OPERATIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"OPERATIONTYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"OPERATIONTYPE_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"OPTIONS"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"OPTIONS"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"OPTIONS"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"OPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"OPTIONS_VALUE"},{"p":"io.dapr.client.domain.query.filters","c":"OrFilter","l":"OrFilter()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain.query","c":"Pagination","l":"Pagination(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"PARALLEL"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"PARALLEL_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"PARALLELISM_FIELD_NUMBER"},{"p":"io.dapr.config","c":"BooleanProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"GenericProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"IntegerProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"MillisecondsDurationProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"Property","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.config","c":"StringProperty","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream)","u":"parseDelimitedFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseDelimitedFrom(InputStream, ExtensionRegistryLite)","u":"parseDelimitedFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(byte[], ExtensionRegistryLite)","u":"parseFrom(byte[],com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteBuffer)","u":"parseFrom(java.nio.ByteBuffer)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteBuffer, ExtensionRegistryLite)","u":"parseFrom(java.nio.ByteBuffer,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteString)","u":"parseFrom(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(ByteString, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.ByteString,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(CodedInputStream)","u":"parseFrom(com.google.protobuf.CodedInputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(CodedInputStream, ExtensionRegistryLite)","u":"parseFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(InputStream)","u":"parseFrom(java.io.InputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parseFrom(InputStream, ExtensionRegistryLite)","u":"parseFrom(java.io.InputStream,com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"parseNode(byte[])"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"parser()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"parser()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"parser()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PATCH"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PATCH_VALUE"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"PATH_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest, StreamObserver)","u":"pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"PAYLOAD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"PEM"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"PEM_VALUE"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"PENDING"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"PERIOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"PERIOD_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"PLACEMENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"PLAINTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"PLAINTEXT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"PLAINTEXT_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"PLAINTEXT_KEY_FIELD_NUMBER"},{"p":"io.dapr.internal.opencensus","c":"GrpcHelper","l":"populateMetadata(ContextView, Metadata)","u":"populateMetadata(reactor.util.context.ContextView,io.grpc.Metadata)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"PORT_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"POST"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"POST"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"POST"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"POST_VALUE"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"PRECONDITION_FAILURE"},{"p":"io.dapr","c":"Rule","l":"priority()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"PROGRAMMATIC"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"PROGRAMMATIC_VALUE"},{"p":"io.dapr.exceptions","c":"DaprException","l":"propagate(Throwable)","u":"propagate(java.lang.Throwable)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"PROPERTIES_FIELD_NUMBER"},{"p":"io.dapr.config","c":"Properties","l":"Properties()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"PROTOCOL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"PUBLIC_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"publishEvent(DaprProtos.PublishEventRequest)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"publishEvent(DaprProtos.PublishEventRequest)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"publishEvent(DaprProtos.PublishEventRequest, StreamObserver)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"publishEvent(DaprProtos.PublishEventRequest, StreamObserver)","u":"publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(PublishEventRequest)","u":"publishEvent(io.dapr.client.domain.PublishEventRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvent(PublishEventRequest)","u":"publishEvent(io.dapr.client.domain.PublishEventRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvent(String, String, Object)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(String, String, Object)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvent(String, String, Object, Map)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"publishEvent(String, String, Object, Map)","u":"publishEvent(java.lang.String,java.lang.String,java.lang.Object,java.util.Map)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"PublishEventRequest(String, String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvents(BulkPublishRequest)","u":"publishEvents(io.dapr.client.domain.BulkPublishRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(BulkPublishRequest)","u":"publishEvents(io.dapr.client.domain.BulkPublishRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvents(String, String, String, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvents(String, String, String, Map, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, Map, List)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvents(String, String, String, Map, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,T...)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, Map, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,java.util.Map,T...)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"publishEvents(String, String, String, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,T...)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"publishEvents(String, String, String, T...)","u":"publishEvents(java.lang.String,java.lang.String,java.lang.String,T...)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"PUBSUB_NAME_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"pubsubName()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"purgeInstance(String)","u":"purgeInstance(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest, StreamObserver)","u":"purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"PUT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PUT"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"PUT"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"PUT_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"putAllData(Map)","u":"putAllData(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"putAllData(Map)","u":"putAllData(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"putAllExtendedMetadata(Map)","u":"putAllExtendedMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"putAllItems(Map)","u":"putAllItems(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"putAllItems(Map)","u":"putAllItems(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"putAllMetadata(Map)","u":"putAllMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"putAllOptions(Map)","u":"putAllOptions(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"putAllProperties(Map)","u":"putAllProperties(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"putAllSecrets(Map)","u":"putAllSecrets(java.util.Map)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"putData(String, DaprProtos.SecretResponse)","u":"putData(java.lang.String,io.dapr.v1.DaprProtos.SecretResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"putData(String, String)","u":"putData(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"putExtendedMetadata(String, String)","u":"putExtendedMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"putItems(String, CommonProtos.ConfigurationItem)","u":"putItems(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"putItems(String, CommonProtos.ConfigurationItem)","u":"putItems(java.lang.String,io.dapr.v1.CommonProtos.ConfigurationItem)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"putMetadata(String, String)","u":"putMetadata(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"putOptions(String, String)","u":"putOptions(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"putProperties(String, String)","u":"putProperties(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"putSecrets(String, String)","u":"putSecrets(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"QUERY_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query","c":"Query","l":"Query()","u":"%3Cinit%3E()"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(QueryStateRequest, Class)","u":"queryState(io.dapr.client.domain.QueryStateRequest,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(QueryStateRequest, Class)","u":"queryState(io.dapr.client.domain.QueryStateRequest,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(QueryStateRequest, TypeRef)","u":"queryState(io.dapr.client.domain.QueryStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(QueryStateRequest, TypeRef)","u":"queryState(io.dapr.client.domain.QueryStateRequest,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, Query, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, Query, Map, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Map, Class)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, Query, Map, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, Map, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, Query, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, Query, TypeRef)","u":"queryState(java.lang.String,io.dapr.client.domain.query.Query,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, String, Class)","u":"queryState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Class)","u":"queryState(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, String, Map, Class)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Map, Class)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,java.lang.Class)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, String, Map, TypeRef)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, Map, TypeRef)","u":"queryState(java.lang.String,java.lang.String,java.util.Map,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"queryState(String, String, TypeRef)","u":"queryState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"queryState(String, String, TypeRef)","u":"queryState(java.lang.String,java.lang.String,io.dapr.utils.TypeRef)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"queryStateAlpha1(DaprProtos.QueryStateRequest, StreamObserver)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"queryStateAlpha1(DaprProtos.QueryStateRequest, StreamObserver)","u":"queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"QueryStateItem(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"QueryStateRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"QueryStateResponse(List>, String)","u":"%3Cinit%3E(java.util.List,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"QUERYSTRING_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"QUOTA_FAILURE"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"raiseEvent(String, String, Object)","u":"raiseEvent(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver)","u":"raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"readInputAs(Class)","u":"readInputAs(java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"readOutputAs(Class)","u":"readOutputAs(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"Remindable","l":"receiveReminder(String, T, Duration, Duration)","u":"receiveReminder(java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(Class)","u":"registerActivity(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class)","u":"registerActor(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, ActorFactory)","u":"registerActor(java.lang.Class,io.dapr.actors.runtime.ActorFactory)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, ActorFactory, DaprObjectSerializer, DaprObjectSerializer)","u":"registerActor(java.lang.Class,io.dapr.actors.runtime.ActorFactory,io.dapr.serializer.DaprObjectSerializer,io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"registerActor(Class, DaprObjectSerializer, DaprObjectSerializer)","u":"registerActor(java.lang.Class,io.dapr.serializer.DaprObjectSerializer,io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest, StreamObserver)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"registerActorReminder(DaprProtos.RegisterActorReminderRequest, StreamObserver)","u":"registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest, StreamObserver)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"registerActorTimer(DaprProtos.RegisterActorTimerRequest, StreamObserver)","u":"registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"registerActorTimer(String, String, T, Duration, Duration)","u":"registerActorTimer(java.lang.String,java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.v1","c":"CommonProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"DaprProtos","l":"registerAllExtensions(ExtensionRegistry)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistry)"},{"p":"io.dapr.v1","c":"CommonProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.v1","c":"DaprProtos","l":"registerAllExtensions(ExtensionRegistryLite)","u":"registerAllExtensions(com.google.protobuf.ExtensionRegistryLite)"},{"p":"io.dapr.workflows.saga","c":"DaprSagaContextImpl","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"SagaContext","l":"registerCompensation(String, Object)","u":"registerCompensation(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"registerCompensation(String, Object, TaskOptions)","u":"registerCompensation(java.lang.String,java.lang.Object,com.microsoft.durabletask.TaskOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"REGISTERED_COMPONENTS_FIELD_NUMBER"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"registerReminder(String, T, Duration, Duration)","u":"registerReminder(java.lang.String,T,java.time.Duration,java.time.Duration)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(Class)","u":"registerWorkflow(java.lang.Class)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"REMOVE"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"removeActiveActors(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeActiveActorsCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"removeData(String)","u":"removeData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"removeData(String)","u":"removeData(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"removeEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"removeEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeExtendedMetadata(String)","u":"removeExtendedMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"removeFailedEntries(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeHttpEndpoints(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"removeItems(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"removeItems(String)","u":"removeItems(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"removeItems(String)","u":"removeItems(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"removeMetadata(String)","u":"removeMetadata(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"removeOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"removeOperations(int)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"removeOptions(String)","u":"removeOptions(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"removeProperties(String)","u":"removeProperties(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeRegisteredComponents(int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"removeResults(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"removeRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"removeRules(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"removeSecrets(String)","u":"removeSecrets(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"removeStates(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"removeStatuses(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"removeSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"removeSubscriptions(int)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"REPEATS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"REQUEST_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"REQUEST_INFO"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"ResiliencyOptions()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"RESOURCE_ID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"RESOURCE_ID_FIELD_NUMBER"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"RESOURCE_INFO"},{"p":"io.dapr.client","c":"DaprHttp.Response","l":"Response(byte[], Map, int)","u":"%3Cinit%3E(byte[],java.util.Map,int)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"RESULTS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest, StreamObserver)","u":"resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"RETRY"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"RETRY"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"RETRY_INFO"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"RETRY_VALUE"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"RetryPolicy()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.resiliency","c":"RetryPolicy","l":"RetryPolicy(Integer)","u":"%3Cinit%3E(java.lang.Integer)"},{"p":"io.dapr.actors","c":"ActorMethod","l":"returns()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"ROUTES_FIELD_NUMBER"},{"p":"io.dapr","c":"Topic","l":"rule()"},{"p":"io.dapr.client.domain","c":"RuleMetadata","l":"RuleMetadata(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"RULES_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivity","l":"run(WorkflowActivityContext)","u":"run(io.dapr.workflows.runtime.WorkflowActivityContext)"},{"p":"io.dapr.workflows","c":"Workflow","l":"run(WorkflowContext)","u":"run(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.workflows","c":"WorkflowStub","l":"run(WorkflowContext)","u":"run(io.dapr.workflows.WorkflowContext)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"RUNNING"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"RUNNING"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"RUNNING_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"RUNTIME_STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"RUNTIME_STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"RUNTIME_VERSION_FIELD_NUMBER"},{"p":"io.dapr.workflows.saga","c":"Saga","l":"Saga(SagaOption)","u":"%3Cinit%3E(io.dapr.workflows.saga.SagaOption)"},{"p":"io.dapr.workflows.saga","c":"SagaCompensationException","l":"SagaCompensationException(String, Exception)","u":"%3Cinit%3E(java.lang.String,java.lang.Exception)"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"save()"},{"p":"io.dapr.client","c":"DaprClient","l":"saveBulkState(SaveStateRequest)","u":"saveBulkState(io.dapr.client.domain.SaveStateRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"saveBulkState(SaveStateRequest)","u":"saveBulkState(io.dapr.client.domain.SaveStateRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"saveBulkState(String, List>)","u":"saveBulkState(java.lang.String,java.util.List)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveBulkState(String, List>)","u":"saveBulkState(java.lang.String,java.util.List)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"saveState()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"saveState(DaprProtos.SaveStateRequest)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"saveState(DaprProtos.SaveStateRequest)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"saveState(DaprProtos.SaveStateRequest, StreamObserver)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"saveState(DaprProtos.SaveStateRequest, StreamObserver)","u":"saveState(io.dapr.v1.DaprProtos.SaveStateRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"saveState(String, String, Object)","u":"saveState(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveState(String, String, Object)","u":"saveState(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"saveState(String, String, String, Object, StateOptions)","u":"saveState(java.lang.String,java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client","c":"DaprClient","l":"saveState(String, String, String, Object, StateOptions)","u":"saveState(java.lang.String,java.lang.String,java.lang.String,java.lang.Object,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"SaveStateRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"SCHEDULE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"scheduleJobAlpha1(DaprProtos.ScheduleJobRequest)","u":"scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"scheduleJobAlpha1(DaprProtos.ScheduleJobRequest)","u":"scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"scheduleJobAlpha1(DaprProtos.ScheduleJobRequest, StreamObserver)","u":"scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"scheduleJobAlpha1(DaprProtos.ScheduleJobRequest, StreamObserver)","u":"scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class)","u":"scheduleNewWorkflow(java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, NewWorkflowOption)","u":"scheduleNewWorkflow(java.lang.Class,io.dapr.workflows.client.NewWorkflowOption)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, Object)","u":"scheduleNewWorkflow(java.lang.Class,java.lang.Object)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"scheduleNewWorkflow(Class, Object, String)","u":"scheduleNewWorkflow(java.lang.Class,java.lang.Object,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"SECRETS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"SEQ_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"SEQUENTIAL"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"SEQUENTIAL_VALUE"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"serialize(Duration, JsonGenerator, SerializerProvider)","u":"serialize(java.time.Duration,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"io.dapr.actors.runtime","c":"ActorObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.client","c":"ObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.serializer","c":"DaprObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.serializer","c":"DefaultObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntime","l":"serializeConfig()"},{"p":"io.dapr.v1","c":"AppCallbackAlphaGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"AppCallbackGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"AppCallbackHealthCheckGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.v1","c":"DaprGrpc","l":"SERVICE_NAME"},{"p":"io.dapr.actors.runtime","c":"ActorStateManager","l":"set(String, T)","u":"set(java.lang.String,T)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setActiveActors(int, DaprProtos.ActiveActorsCount)","u":"setActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setActiveActors(int, DaprProtos.ActiveActorsCount.Builder)","u":"setActiveActors(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActiveActorsCount(int, DaprProtos.ActiveActorsCount)","u":"setActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActiveActorsCount(int, DaprProtos.ActiveActorsCount.Builder)","u":"setActiveActorsCount(int,io.dapr.v1.DaprProtos.ActiveActorsCount.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorId(String)","u":"setActorId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorIdBytes(ByteString)","u":"setActorIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setActorIdleTimeout(Duration)","u":"setActorIdleTimeout(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setActorIdleTimeout(Duration)","u":"setActorIdleTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActorRuntime(DaprProtos.ActorRuntime)","u":"setActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setActorRuntime(DaprProtos.ActorRuntime.Builder)","u":"setActorRuntime(io.dapr.v1.DaprProtos.ActorRuntime.Builder)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setActorScanInterval(Duration)","u":"setActorScanInterval(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setActorScanInterval(Duration)","u":"setActorScanInterval(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorType(String)","u":"setActorType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setActorTypeBytes(ByteString)","u":"setActorTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAlgorithm(String)","u":"setAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAlgorithmBytes(ByteString)","u":"setAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setAppConnectionProperties(DaprProtos.AppConnectionProperties)","u":"setAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setAppConnectionProperties(DaprProtos.AppConnectionProperties.Builder)","u":"setAppConnectionProperties(io.dapr.v1.DaprProtos.AppConnectionProperties.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setAssociatedData(ByteString)","u":"setAssociatedData(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setBinaryData(byte[])"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setBindings(int, String)","u":"setBindings(int,java.lang.String)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setBody(Object)","u":"setBody(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig)","u":"setBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setBulkSubscribe(DaprAppCallbackProtos.BulkSubscribeConfig.Builder)","u":"setBulkSubscribe(io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setBytes(ByteString)","u":"setBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setCallback(String)","u":"setCallback(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setCallbackBytes(ByteString)","u":"setCallbackBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setCapabilities(int, String)","u":"setCapabilities(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setChannelAddress(String)","u":"setChannelAddress(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setChannelAddressBytes(ByteString)","u":"setChannelAddressBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setCiphertext(ByteString)","u":"setCiphertext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setCiphertext(ByteString)","u":"setCiphertext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setCloudEvent(DaprAppCallbackProtos.TopicEventCERequest)","u":"setCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setCloudEvent(DaprAppCallbackProtos.TopicEventCERequest.Builder)","u":"setCloudEvent(io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setComponentName(String)","u":"setComponentName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setComponentNameBytes(ByteString)","u":"setComponentNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConcurrency(CommonProtos.StateOptions.StateConcurrency)","u":"setConcurrency(io.dapr.v1.CommonProtos.StateOptions.StateConcurrency)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setConcurrency(DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency)","u":"setConcurrency(io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConcurrencyValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setConcurrencyValue(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConsistency(CommonProtos.StateOptions.StateConsistency)","u":"setConsistency(io.dapr.v1.CommonProtos.StateOptions.StateConsistency)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setConsistency(CommonProtos.StateOptions.StateConsistency)","u":"setConsistency(io.dapr.v1.CommonProtos.StateOptions.StateConsistency)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setConsistencyValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setConsistencyValue(int)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setContentTypeBytes(ByteString)","u":"setContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setContinueWithError(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setCount(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setCreatedAt(Timestamp)","u":"setCreatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setCreatedAt(Timestamp.Builder)","u":"setCreatedAt(com.google.protobuf.Timestamp.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setData(Any)","u":"setData(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setData(Any.Builder)","u":"setData(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setData(ByteString)","u":"setData(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"setData(Object)","u":"setData(java.lang.Object)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setData(T)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setDatacontenttype(String)","u":"setDatacontenttype(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setDataContentType(String)","u":"setDataContentType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setDataContentTypeBytes(ByteString)","u":"setDataContentTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDataEncryptionCipher(String)","u":"setDataEncryptionCipher(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDataEncryptionCipherBytes(ByteString)","u":"setDataEncryptionCipherBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setDeadLetterTopic(String)","u":"setDeadLetterTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setDeadLetterTopic(String)","u":"setDeadLetterTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setDeadLetterTopic(String)","u":"setDeadLetterTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setDeadLetterTopicBytes(ByteString)","u":"setDeadLetterTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setDeadLetterTopicBytes(ByteString)","u":"setDeadLetterTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setDeadLetterTopicBytes(ByteString)","u":"setDeadLetterTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDecryptionKeyName(String)","u":"setDecryptionKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setDecryptionKeyNameBytes(ByteString)","u":"setDecryptionKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setDefault(String)","u":"setDefault(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setDefaultBytes(ByteString)","u":"setDefaultBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setDetails(List>)","u":"setDetails(java.util.List)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setDigest(ByteString)","u":"setDigest(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setDigest(ByteString)","u":"setDigest(com.google.protobuf.ByteString)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setDrainBalancedActors(Boolean)","u":"setDrainBalancedActors(java.lang.Boolean)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setDrainBalancedActors(Boolean)","u":"setDrainBalancedActors(java.lang.Boolean)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setDrainOngoingCallTimeout(Duration)","u":"setDrainOngoingCallTimeout(java.time.Duration)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setDrainOngoingCallTimeout(Duration)","u":"setDrainOngoingCallTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setDueTime(String)","u":"setDueTime(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setDueTime(String)","u":"setDueTime(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setDueTime(String)","u":"setDueTime(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setDueTimeBytes(ByteString)","u":"setDueTimeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setDueTimeBytes(ByteString)","u":"setDueTimeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setDueTimeBytes(ByteString)","u":"setDueTimeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setEnabled(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setEnabledFeatures(int, String)","u":"setEnabledFeatures(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry)","u":"setEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setEntries(int, DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)","u":"setEntries(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setEntries(int, DaprProtos.BulkPublishRequestEntry)","u":"setEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setEntries(int, DaprProtos.BulkPublishRequestEntry.Builder)","u":"setEntries(int,io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setEntryId(String)","u":"setEntryId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setEntryIdBytes(ByteString)","u":"setEntryIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setError(String)","u":"setError(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setErrorBytes(ByteString)","u":"setErrorBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setErrorCode(String)","u":"setErrorCode(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setEtag(CommonProtos.Etag)","u":"setEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setEtag(CommonProtos.Etag)","u":"setEtag(io.dapr.v1.CommonProtos.Etag)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setEtag(CommonProtos.Etag.Builder)","u":"setEtag(io.dapr.v1.CommonProtos.Etag.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setEtag(CommonProtos.Etag.Builder)","u":"setEtag(io.dapr.v1.CommonProtos.Etag.Builder)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setEtag(String)","u":"setEtag(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setEtagBytes(ByteString)","u":"setEtagBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setEvent(ByteString)","u":"setEvent(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventData(ByteString)","u":"setEventData(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventName(String)","u":"setEventName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setEventNameBytes(ByteString)","u":"setEventNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setEventResponse(DaprProtos.SubscribeTopicEventsResponseAlpha1)","u":"setEventResponse(io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setEventResponse(DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder)","u":"setEventResponse(io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setExpiryInSeconds(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setExtensions(Struct)","u":"setExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setExtensions(Struct)","u":"setExtensions(com.google.protobuf.Struct)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setExtensions(Struct.Builder)","u":"setExtensions(com.google.protobuf.Struct.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setExtensions(Struct.Builder)","u":"setExtensions(com.google.protobuf.Struct.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry)","u":"setFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setFailedEntries(int, DaprProtos.BulkPublishResponseFailedEntry.Builder)","u":"setFailedEntries(int,io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setField(Descriptors.FieldDescriptor, Object)","u":"setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setFilter(Filter)","u":"setFilter(io.dapr.client.domain.query.filters.Filter)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setFormat(DaprProtos.SubtleGetKeyRequest.KeyFormat)","u":"setFormat(io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setFormatValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setHealth(DaprProtos.AppConnectionHealthProperties)","u":"setHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setHealth(DaprProtos.AppConnectionHealthProperties.Builder)","u":"setHealth(io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthCheckPath(String)","u":"setHealthCheckPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthCheckPathBytes(ByteString)","u":"setHealthCheckPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeInterval(String)","u":"setHealthProbeInterval(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeIntervalBytes(ByteString)","u":"setHealthProbeIntervalBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeTimeout(String)","u":"setHealthProbeTimeout(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthProbeTimeoutBytes(ByteString)","u":"setHealthProbeTimeoutBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setHealthThreshold(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setHostReady(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint)","u":"setHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setHttpEndpoints(int, DaprProtos.MetadataHTTPEndpoint.Builder)","u":"setHttpEndpoints(int,io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension.Builder)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setHttpExtension(CommonProtos.HTTPExtension.Builder)","u":"setHttpExtension(io.dapr.v1.CommonProtos.HTTPExtension.Builder)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setHttpExtension(HttpExtension)","u":"setHttpExtension(io.dapr.client.domain.HttpExtension)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setIdBytes(ByteString)","u":"setIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setInitialRequest(DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)","u":"setInitialRequest(io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setInitialRequest(DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder)","u":"setInitialRequest(io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInput(ByteString)","u":"setInput(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setInput(Object)","u":"setInput(java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setInstanceIdBytes(ByteString)","u":"setInstanceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setItems(int, DaprProtos.BulkStateItem)","u":"setItems(int,io.dapr.v1.DaprProtos.BulkStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setItems(int, DaprProtos.BulkStateItem.Builder)","u":"setItems(int,io.dapr.v1.DaprProtos.BulkStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"setJob(DaprProtos.Job)","u":"setJob(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"setJob(DaprProtos.Job)","u":"setJob(io.dapr.v1.DaprProtos.Job)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"setJob(DaprProtos.Job.Builder)","u":"setJob(io.dapr.v1.DaprProtos.Job.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"setJob(DaprProtos.Job.Builder)","u":"setJob(io.dapr.v1.DaprProtos.Job.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setKeyBytes(ByteString)","u":"setKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setKeyName(String)","u":"setKeyName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setKeyNameBytes(ByteString)","u":"setKeyNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setKeys(int, String)","u":"setKeys(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyWrapAlgorithm(String)","u":"setKeyWrapAlgorithm(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setKeyWrapAlgorithmBytes(ByteString)","u":"setKeyWrapAlgorithmBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setLastUpdatedAt(Timestamp)","u":"setLastUpdatedAt(com.google.protobuf.Timestamp)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setLastUpdatedAt(Timestamp.Builder)","u":"setLastUpdatedAt(com.google.protobuf.Timestamp.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setLockOwner(String)","u":"setLockOwner(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setLockOwner(String)","u":"setLockOwner(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setLockOwnerBytes(ByteString)","u":"setLockOwnerBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setLockOwnerBytes(ByteString)","u":"setLockOwnerBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setMatch(String)","u":"setMatch(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setMatch(String)","u":"setMatch(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setMatchBytes(ByteString)","u":"setMatchBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setMatchBytes(ByteString)","u":"setMatchBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setMaxAwaitDurationMs(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setMaxConcurrency(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setMaxMessagesCount(int)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setMaxParallelThread(int)"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"setMaxRetries(Integer)","u":"setMaxRetries(java.lang.Integer)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setMessage(CommonProtos.InvokeRequest)","u":"setMessage(io.dapr.v1.CommonProtos.InvokeRequest)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setMessage(CommonProtos.InvokeRequest.Builder)","u":"setMessage(io.dapr.v1.CommonProtos.InvokeRequest.Builder)"},{"p":"io.dapr.exceptions","c":"DaprError","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setMessageBytes(ByteString)","u":"setMessageBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"setMetadata(DaprProtos.SetMetadataRequest)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"setMetadata(DaprProtos.SetMetadataRequest)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"setMetadata(DaprProtos.SetMetadataRequest, StreamObserver)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"setMetadata(DaprProtos.SetMetadataRequest, StreamObserver)","u":"setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkPublishRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkSecretRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetConfigurationRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetSecretRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"InvokeBindingRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"InvokeMethodRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"PublishEventRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"QueryStateResponse","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"setMetadata(Map)","u":"setMetadata(java.util.Map)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setMethodBytes(ByteString)","u":"setMethodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setMethodBytes(ByteString)","u":"setMethodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setMethodBytes(ByteString)","u":"setMethodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setNameBytes(ByteString)","u":"setNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setNonce(ByteString)","u":"setNonce(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setOk(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setOmitDecryptionKeyName(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setOperation(String)","u":"setOperation(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setOperationBytes(ByteString)","u":"setOperationBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalActorStateOperation)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalActorStateOperation.Builder)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalStateOperation)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setOperations(int, DaprProtos.TransactionalStateOperation.Builder)","u":"setOperations(int,io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder)"},{"p":"io.dapr.client.domain","c":"ExecuteStateTransactionRequest","l":"setOperations(List>)","u":"setOperations(java.util.List)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setOperationType(String)","u":"setOperationType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setOperationType(String)","u":"setOperationType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setOperationTypeBytes(ByteString)","u":"setOperationTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setOperationTypeBytes(ByteString)","u":"setOperationTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setOptions(CommonProtos.StateOptions)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setOptions(CommonProtos.StateOptions)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setOptions(CommonProtos.StateOptions.Builder)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setOptions(CommonProtos.StateOptions.Builder)","u":"setOptions(io.dapr.v1.CommonProtos.StateOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setOptions(DaprProtos.DecryptRequestOptions)","u":"setOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setOptions(DaprProtos.DecryptRequestOptions.Builder)","u":"setOptions(io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setOptions(DaprProtos.EncryptRequestOptions)","u":"setOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setOptions(DaprProtos.EncryptRequestOptions.Builder)","u":"setOptions(io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setPagination(Pagination)","u":"setPagination(io.dapr.client.domain.query.Pagination)"},{"p":"io.dapr.workflows.saga","c":"SagaOption.Builder","l":"setParallelCompensation(boolean)"},{"p":"io.dapr.client.domain","c":"GetBulkStateRequest","l":"setParallelism(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setParallelism(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setPathBytes(ByteString)","u":"setPathBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setPayload(CommonProtos.StreamPayload.Builder)","u":"setPayload(io.dapr.v1.CommonProtos.StreamPayload.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setPeriod(String)","u":"setPeriod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setPeriod(String)","u":"setPeriod(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setPeriodBytes(ByteString)","u":"setPeriodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setPeriodBytes(ByteString)","u":"setPeriodBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setPlacement(String)","u":"setPlacement(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setPlacementBytes(ByteString)","u":"setPlacementBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setPlaintext(ByteString)","u":"setPlaintext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setPlaintext(ByteString)","u":"setPlaintext(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setPlaintextKey(ByteString)","u":"setPlaintextKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setPlaintextKey(ByteString)","u":"setPlaintextKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setPort(int)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setProtocol(String)","u":"setProtocol(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setProtocolBytes(ByteString)","u":"setProtocolBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setPublicKey(String)","u":"setPublicKey(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setPublicKeyBytes(ByteString)","u":"setPublicKeyBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setPubsubName(String)","u":"setPubsubName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setPubsubNameBytes(ByteString)","u":"setPubsubNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setQuery(Query)","u":"setQuery(io.dapr.client.domain.query.Query)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setQuery(String)","u":"setQuery(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setQueryBytes(ByteString)","u":"setQueryBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setQuerystring(String)","u":"setQuerystring(java.lang.String)"},{"p":"io.dapr.client.domain","c":"QueryStateRequest","l":"setQueryString(String)","u":"setQueryString(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setQuerystringBytes(ByteString)","u":"setQuerystringBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRegisteredComponents(int, DaprProtos.RegisteredComponents)","u":"setRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRegisteredComponents(int, DaprProtos.RegisteredComponents.Builder)","u":"setRegisteredComponents(int,io.dapr.v1.DaprProtos.RegisteredComponents.Builder)"},{"p":"io.dapr.actors.runtime","c":"ActorRuntimeConfig","l":"setRemindersStoragePartitions(Integer)","u":"setRemindersStoragePartitions(java.lang.Integer)"},{"p":"io.dapr.actors.runtime","c":"ActorTypeConfig","l":"setRemindersStoragePartitions(Integer)","u":"setRemindersStoragePartitions(java.lang.Integer)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setRepeatedField(Descriptors.FieldDescriptor, int, Object)","u":"setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setRepeats(int)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRequest(CommonProtos.StateItem)","u":"setRequest(io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setRequest(CommonProtos.StateItem.Builder)","u":"setRequest(io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setResourceId(String)","u":"setResourceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setResourceId(String)","u":"setResourceId(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setResourceIdBytes(ByteString)","u":"setResourceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setResourceIdBytes(ByteString)","u":"setResourceIdBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setResults(int, DaprProtos.QueryStateItem)","u":"setResults(int,io.dapr.v1.DaprProtos.QueryStateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setResults(int, DaprProtos.QueryStateItem.Builder)","u":"setResults(int,io.dapr.v1.DaprProtos.QueryStateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRoutes(DaprAppCallbackProtos.TopicRoutes)","u":"setRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setRoutes(DaprAppCallbackProtos.TopicRoutes.Builder)","u":"setRoutes(io.dapr.v1.DaprAppCallbackProtos.TopicRoutes.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRules(DaprProtos.PubsubSubscriptionRules)","u":"setRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setRules(DaprProtos.PubsubSubscriptionRules.Builder)","u":"setRules(io.dapr.v1.DaprProtos.PubsubSubscriptionRules.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRules(int, DaprAppCallbackProtos.TopicRule)","u":"setRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setRules(int, DaprAppCallbackProtos.TopicRule.Builder)","u":"setRules(int,io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRules(int, DaprProtos.PubsubSubscriptionRule)","u":"setRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setRules(int, DaprProtos.PubsubSubscriptionRule.Builder)","u":"setRules(int,io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRuntimeStatus(DaprProtos.ActorRuntime.ActorRuntimeStatus)","u":"setRuntimeStatus(io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRuntimeStatus(String)","u":"setRuntimeStatus(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setRuntimeStatusBytes(ByteString)","u":"setRuntimeStatusBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setRuntimeStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRuntimeVersion(String)","u":"setRuntimeVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setRuntimeVersionBytes(ByteString)","u":"setRuntimeVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setSchedule(String)","u":"setSchedule(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setScheduleBytes(ByteString)","u":"setScheduleBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setSeq(long)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setSignature(ByteString)","u":"setSignature(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setSignature(ByteString)","u":"setSignature(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain.query","c":"Query","l":"setSort(List)","u":"setSort(java.util.List)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSourceBytes(ByteString)","u":"setSourceBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSourceBytes(ByteString)","u":"setSourceBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setSpecversion(String)","u":"setSpecversion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSpecVersion(String)","u":"setSpecVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSpecVersion(String)","u":"setSpecVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setSpecVersionBytes(ByteString)","u":"setSpecVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setSpecVersionBytes(ByteString)","u":"setSpecVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setStartTime(Instant)","u":"setStartTime(java.time.Instant)"},{"p":"io.dapr.client.domain","c":"DeleteStateRequest","l":"setStateOptions(StateOptions)","u":"setStateOptions(io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"GetStateRequest","l":"setStateOptions(StateOptions)","u":"setStateOptions(io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStates(int, CommonProtos.StateItem.Builder)","u":"setStates(int,io.dapr.v1.CommonProtos.StateItem.Builder)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"setStates(List>)","u":"setStates(java.util.List)"},{"p":"io.dapr.client.domain","c":"SaveStateRequest","l":"setStates(State...)","u":"setStates(io.dapr.client.domain.State...)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse.Builder)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)","u":"setStatus(io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setStatus(DaprProtos.UnlockResponse.Status)","u":"setStatus(io.dapr.v1.DaprProtos.UnlockResponse.Status)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry)","u":"setStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setStatuses(int, DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)","u":"setStatuses(int,io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setStatusValue(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setStoreName(String)","u":"setStoreName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setStoreNameBytes(ByteString)","u":"setStoreNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setSubscriptions(int, DaprAppCallbackProtos.TopicSubscription)","u":"setSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setSubscriptions(int, DaprAppCallbackProtos.TopicSubscription.Builder)","u":"setSubscriptions(int,io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setSubscriptions(int, DaprProtos.PubsubSubscription)","u":"setSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setSubscriptions(int, DaprProtos.PubsubSubscription.Builder)","u":"setSubscriptions(int,io.dapr.v1.DaprProtos.PubsubSubscription.Builder)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setSuccess(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setTag(ByteString)","u":"setTag(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTime(OffsetDateTime)","u":"setTime(java.time.OffsetDateTime)"},{"p":"io.dapr.client.resiliency","c":"ResiliencyOptions","l":"setTimeout(Duration)","u":"setTimeout(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setTo(int, String)","u":"setTo(int,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setTokenBytes(ByteString)","u":"setTokenBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setTopicBytes(ByteString)","u":"setTopicBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceId(String)","u":"setTraceId(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceParent(String)","u":"setTraceParent(java.lang.String)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setTraceState(String)","u":"setTraceState(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setTtl(String)","u":"setTtl(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setTtl(String)","u":"setTtl(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setTtl(String)","u":"setTtl(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setTtlBytes(ByteString)","u":"setTtlBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setTtlBytes(ByteString)","u":"setTtlBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setTtlBytes(ByteString)","u":"setTtlBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setType(DaprProtos.PubsubSubscriptionType)","u":"setType(io.dapr.v1.DaprProtos.PubsubSubscriptionType)"},{"p":"io.dapr.client.domain","c":"CloudEvent","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setTypeBytes(ByteString)","u":"setTypeBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setTypeValue(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.Job.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse.Builder","l":"setUnknownFields(UnknownFieldSet)","u":"setUnknownFields(com.google.protobuf.UnknownFieldSet)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse.Builder","l":"setValid(boolean)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setValue(Any)","u":"setValue(com.google.protobuf.Any)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation.Builder","l":"setValue(Any.Builder)","u":"setValue(com.google.protobuf.Any.Builder)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem.Builder","l":"setValue(ByteString)","u":"setValue(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest.Builder","l":"setValueBytes(ByteString)","u":"setValueBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setVerb(CommonProtos.HTTPExtension.Verb)","u":"setVerb(io.dapr.v1.CommonProtos.HTTPExtension.Verb)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Builder","l":"setVerbValue(int)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOption","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem.Builder","l":"setVersionBytes(ByteString)","u":"setVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents.Builder","l":"setVersionBytes(ByteString)","u":"setVersionBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setWorkflowComponent(String)","u":"setWorkflowComponent(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest.Builder","l":"setWorkflowComponentBytes(ByteString)","u":"setWorkflowComponentBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setWorkflowName(String)","u":"setWorkflowName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowName(String)","u":"setWorkflowName(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse.Builder","l":"setWorkflowNameBytes(ByteString)","u":"setWorkflowNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest.Builder","l":"setWorkflowNameBytes(ByteString)","u":"setWorkflowNameBytes(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest.Builder","l":"setWrappedKey(ByteString)","u":"setWrappedKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse.Builder","l":"setWrappedKey(ByteString)","u":"setWrappedKey(com.google.protobuf.ByteString)"},{"p":"io.dapr.utils","c":"TypeRef","l":"SHORT"},{"p":"io.dapr.client","c":"DaprClient","l":"shutdown()"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"shutdown()"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"shutdown(DaprProtos.ShutdownRequest)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"shutdown(DaprProtos.ShutdownRequest)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"shutdown(DaprProtos.ShutdownRequest, StreamObserver)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"shutdown(DaprProtos.ShutdownRequest, StreamObserver)","u":"shutdown(io.dapr.v1.DaprProtos.ShutdownRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.config","c":"Properties","l":"SIDECAR_IP"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"SIGNATURE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"SIGNATURE_FIELD_NUMBER"},{"p":"io.dapr.client.domain.query","c":"Sorting","l":"Sorting(String, Sorting.Order)","u":"%3Cinit%3E(java.lang.String,io.dapr.client.domain.query.Sorting.Order)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"SOURCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"SOURCE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"SPEC_VERSION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"SPEC_VERSION_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start(boolean)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"startWorkflowBeta1(DaprProtos.StartWorkflowRequest, StreamObserver)","u":"startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, String, StateOptions)","u":"%3Cinit%3E(java.lang.String,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String, Map, StateOptions)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,java.util.Map,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"State","l":"State(String, T, String, StateOptions)","u":"%3Cinit%3E(java.lang.String,T,java.lang.String,io.dapr.client.domain.StateOptions)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationDeserializer","l":"StateOptionDurationDeserializer(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"StateOptionDurationSerializer()","u":"%3Cinit%3E()"},{"p":"io.dapr.client.domain","c":"StateOptions.StateOptionDurationSerializer","l":"StateOptionDurationSerializer(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.client.domain","c":"StateOptions","l":"StateOptions(StateOptions.Consistency, StateOptions.Concurrency)","u":"%3Cinit%3E(io.dapr.client.domain.StateOptions.Consistency,io.dapr.client.domain.StateOptions.Concurrency)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"STATES_FIELD_NUMBER"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"stateSerializer"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"STATUS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"STATUSES_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"STORE_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"STORENAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"STREAMING"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"STREAMING_VALUE"},{"p":"io.dapr.utils","c":"TypeRef","l":"STRING"},{"p":"io.dapr.utils","c":"TypeRef","l":"STRING_ARRAY"},{"p":"io.dapr.config","c":"Properties","l":"STRING_CHARSET"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"STRONG"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"subscribeConfiguration(String, List, Map)","u":"subscribeConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(String, List, Map)","u":"subscribeConfiguration(java.lang.String,java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"subscribeConfiguration(String, String...)","u":"subscribeConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(String, String...)","u":"subscribeConfiguration(java.lang.String,java.lang.String...)"},{"p":"io.dapr.client","c":"DaprClient","l":"subscribeConfiguration(SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.client.domain.SubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"subscribeConfiguration(SubscribeConfigurationRequest)","u":"subscribeConfiguration(io.dapr.client.domain.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest, StreamObserver)","u":"subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationRequest","l":"SubscribeConfigurationRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"io.dapr.client.domain","c":"SubscribeConfigurationResponse","l":"SubscribeConfigurationResponse(String, Map)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subscribeTopicEventsAlpha1(StreamObserver)","u":"subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subscribeTopicEventsAlpha1(StreamObserver)","u":"subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"SUBSCRIBETOPICEVENTSREQUESTTYPE_NOT_SET"},{"p":"io.dapr.client.domain","c":"SubscriptionMetadata","l":"SubscriptionMetadata(String, String, Map, List, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.Map,java.util.List,java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"SUBSCRIPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"SUBSCRIPTIONS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest, StreamObserver)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest, StreamObserver)","u":"subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest, StreamObserver)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest, StreamObserver)","u":"subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest, StreamObserver)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest, StreamObserver)","u":"subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest, StreamObserver)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleSignAlpha1(DaprProtos.SubtleSignRequest, StreamObserver)","u":"subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest, StreamObserver)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest, StreamObserver)","u":"subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest, StreamObserver)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest, StreamObserver)","u":"subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest, StreamObserver)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest, StreamObserver)","u":"subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"SUCCESS"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"SUCCESS"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"SUCCESS_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"SUCCESS_VALUE"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"SUCCESS_VALUE"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"SUSPENDED"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"TAG_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"TERMINATED"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"terminateWorkflow(String, Object)","u":"terminateWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest, StreamObserver)","u":"terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.config","c":"Properties","l":"TIMEOUT"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"TimeoutPolicy()","u":"%3Cinit%3E()"},{"p":"io.dapr.internal.resiliency","c":"TimeoutPolicy","l":"TimeoutPolicy(Duration)","u":"%3Cinit%3E(java.time.Duration)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"TO_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"toBuilder()"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"TOKEN_FIELD_NUMBER"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"toOrchestrationRuntimeStatus(List)","u":"toOrchestrationRuntimeStatus(java.util.List)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"toOrchestrationRuntimeStatus(WorkflowRuntimeStatus)","u":"toOrchestrationRuntimeStatus(io.dapr.workflows.runtime.WorkflowRuntimeStatus)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"TOPIC_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorId","l":"toString()"},{"p":"io.dapr.client.domain","c":"QueryStateItem","l":"toString()"},{"p":"io.dapr.client.domain","c":"State","l":"toString()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"toString()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"TRACE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"TRACE"},{"p":"io.dapr.client.domain","c":"HttpExtension","l":"TRACE"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"TRACE_VALUE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation","l":"TransactionalStateOperation(TransactionalStateOperation.OperationType, State)","u":"%3Cinit%3E(io.dapr.client.domain.TransactionalStateOperation.OperationType,io.dapr.client.domain.State)"},{"p":"io.dapr.client.domain","c":"TransactionalStateRequest","l":"TransactionalStateRequest(List>, Map)","u":"%3Cinit%3E(java.util.List,java.util.Map)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"tryLock(LockRequest)","u":"tryLock(io.dapr.client.domain.LockRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"tryLock(LockRequest)","u":"tryLock(io.dapr.client.domain.LockRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"tryLock(String, String, String, Integer)","u":"tryLock(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"tryLock(String, String, String, Integer)","u":"tryLock(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"tryLockAlpha1(DaprProtos.TryLockRequest, StreamObserver)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"tryLockAlpha1(DaprProtos.TryLockRequest, StreamObserver)","u":"tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"TTL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"TTL_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"TTL_FIELD_NUMBER"},{"p":"io.dapr.client.domain","c":"Metadata","l":"TTL_IN_SECONDS"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"TYPE_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"TypeRef","l":"TypeRef()","u":"%3Cinit%3E()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"UNKNOWN"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"UNKNOWN_VALUE"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"unlock(String, String, String)","u":"unlock(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"unlock(String, String, String)","u":"unlock(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"unlock(UnlockRequest)","u":"unlock(io.dapr.client.domain.UnlockRequest)"},{"p":"io.dapr.client","c":"DaprPreviewClient","l":"unlock(UnlockRequest)","u":"unlock(io.dapr.client.domain.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unlockAlpha1(DaprProtos.UnlockRequest)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unlockAlpha1(DaprProtos.UnlockRequest)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unlockAlpha1(DaprProtos.UnlockRequest, StreamObserver)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unlockAlpha1(DaprProtos.UnlockRequest, StreamObserver)","u":"unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"UnlockRequest","l":"UnlockRequest(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"UNRECOGNIZED"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest, StreamObserver)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest, StreamObserver)","u":"unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest, StreamObserver)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest, StreamObserver)","u":"unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"unregisterReminder(String)","u":"unregisterReminder(java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"AbstractActor","l":"unregisterTimer(String)","u":"unregisterTimer(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"unsubscribeConfiguration(String, String)","u":"unsubscribeConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"unsubscribeConfiguration(String, String)","u":"unsubscribeConfiguration(java.lang.String,java.lang.String)"},{"p":"io.dapr.client","c":"DaprClient","l":"unsubscribeConfiguration(UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.client.domain.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"unsubscribeConfiguration(UnsubscribeConfigurationRequest)","u":"unsubscribeConfiguration(io.dapr.client.domain.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprBlockingStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprFutureStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest)"},{"p":"io.dapr.v1","c":"DaprGrpc.AsyncService","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.v1","c":"DaprGrpc.DaprStub","l":"unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest, StreamObserver)","u":"unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest,io.grpc.stub.StreamObserver)"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationRequest","l":"UnsubscribeConfigurationRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.dapr.client.domain","c":"UnsubscribeConfigurationResponse","l":"UnsubscribeConfigurationResponse(boolean, String)","u":"%3Cinit%3E(boolean,java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"UPDATE"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"UPSERT"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"VALID_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"VALUE_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(Descriptors.EnumValueDescriptor)","u":"valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(int)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(int)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.actors.runtime","c":"ActorStateChangeKind","l":"values()"},{"p":"io.dapr.client","c":"DaprHttp.HttpMethods","l":"values()"},{"p":"io.dapr.client.domain","c":"BulkSubscribeAppResponseStatus","l":"values()"},{"p":"io.dapr.client.domain.query","c":"Sorting.Order","l":"values()"},{"p":"io.dapr.client.domain","c":"StateOptions.Concurrency","l":"values()"},{"p":"io.dapr.client.domain","c":"StateOptions.Consistency","l":"values()"},{"p":"io.dapr.client.domain","c":"TransactionalStateOperation.OperationType","l":"values()"},{"p":"io.dapr.client.domain","c":"UnlockResponseStatus","l":"values()"},{"p":"io.dapr.exceptions","c":"DaprErrorDetails.ErrorDetailType","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension.Verb","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConcurrency","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions.StateConsistency","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase","l":"values()"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime.ActorRuntimeStatus","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionType","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest.KeyFormat","l":"values()"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse.Status","l":"values()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"values()"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"VERB_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"VERSION_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"VERSION_FIELD_NUMBER"},{"p":"io.dapr.utils","c":"Version","l":"Version()","u":"%3Cinit%3E()"},{"p":"io.dapr.utils","c":"TypeRef","l":"VOID"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String)","u":"waitForExternalEvent(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String)","u":"waitForExternalEvent(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Class)","u":"waitForExternalEvent(java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String, Duration)","u":"waitForExternalEvent(java.lang.String,java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Duration)","u":"waitForExternalEvent(java.lang.String,java.time.Duration)"},{"p":"io.dapr.workflows","c":"DaprWorkflowContextImpl","l":"waitForExternalEvent(String, Duration, Class)","u":"waitForExternalEvent(java.lang.String,java.time.Duration,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"waitForExternalEvent(String, Duration, Class)","u":"waitForExternalEvent(java.lang.String,java.time.Duration,java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"waitForInstanceCompletion(String, Duration, boolean)","u":"waitForInstanceCompletion(java.lang.String,java.time.Duration,boolean)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"waitForInstanceStart(String, Duration, boolean)","u":"waitForInstanceStart(java.lang.String,java.time.Duration,boolean)"},{"p":"io.dapr.client","c":"DaprClient","l":"waitForSidecar(int)"},{"p":"io.dapr.client","c":"DaprClientImpl","l":"waitForSidecar(int)"},{"p":"io.dapr.utils","c":"NetworkUtils","l":"waitForSocket(String, int, int)","u":"waitForSocket(java.lang.String,int,int)"},{"p":"io.dapr.actors.client","c":"ActorProxyBuilder","l":"withObjectSerializer(DaprObjectSerializer)","u":"withObjectSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withObjectSerializer(DaprObjectSerializer)","u":"withObjectSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withResiliencyOptions(ResiliencyOptions)","u":"withResiliencyOptions(io.dapr.client.resiliency.ResiliencyOptions)"},{"p":"io.dapr.client","c":"DaprClientBuilder","l":"withStateSerializer(DaprObjectSerializer)","u":"withStateSerializer(io.dapr.serializer.DaprObjectSerializer)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"WORKFLOW_COMPONENT_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"WORKFLOW_NAME_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"WORKFLOW_NAME_FIELD_NUMBER"},{"p":"io.dapr.workflows","c":"Workflow","l":"Workflow()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityContext","l":"WorkflowActivityContext(TaskActivityContext)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskActivityContext)"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"WorkflowFailureDetails(FailureDetails)","u":"%3Cinit%3E(com.microsoft.durabletask.FailureDetails)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"WorkflowInstanceStatus(OrchestrationMetadata)","u":"%3Cinit%3E(com.microsoft.durabletask.OrchestrationMetadata)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"WorkflowRuntime(DurableTaskGrpcWorker)","u":"%3Cinit%3E(com.microsoft.durabletask.DurableTaskGrpcWorker)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Callable)","u":"wrap(java.util.concurrent.Callable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Runnable)","u":"wrap(java.lang.Runnable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrap(Throwable)","u":"wrap(java.lang.Throwable)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrapFlux(Exception)","u":"wrapFlux(java.lang.Exception)"},{"p":"io.dapr.exceptions","c":"DaprException","l":"wrapMono(Exception)","u":"wrapMono(java.lang.Exception)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"WRAPPED_KEY_FIELD_NUMBER"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"WRAPPED_KEY_FIELD_NUMBER"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeError(String, String, String, Object...)","u":"writeError(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeInfo(String, String, String, Object...)","u":"writeInfo(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"io.dapr.v1","c":"CommonProtos.ConfigurationItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.Etag","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.HTTPExtension","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.InvokeResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StateOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"CommonProtos.StreamPayload","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BindingEventResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.BulkSubscribeConfig","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.HealthCheckResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.JobEventResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListInputBindingsResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.ListTopicSubscriptionsResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkRequestEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventBulkResponseEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventCERequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicEventResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRoutes","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicRule","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprAppCallbackProtos.TopicSubscription","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActiveActorsCount","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ActorRuntime","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionHealthProperties","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.AppConnectionProperties","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishRequestEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkPublishResponseFailedEntry","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.BulkStateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptRequestOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DecryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteBulkStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteJobResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.DeleteStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptRequestOptions","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.EncryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteActorStateTransactionRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ExecuteStateTransactionRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetActorStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkSecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetBulkStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetJobResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetMetadataResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetSecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.GetWorkflowResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeActorResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeBindingResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.InvokeServiceRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.Job","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.MetadataHTTPEndpoint","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PauseWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PublishEventRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscription","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRule","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PubsubSubscriptionRules","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.PurgeWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateItem","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.QueryStateResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RaiseEventWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorReminderRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisterActorTimerRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.RegisteredComponents","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ResumeWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SaveStateRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ScheduleJobResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SecretResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SetMetadataRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.ShutdownRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.StartWorkflowResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsInitialRequestAlpha1","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsRequestAlpha1","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubscribeTopicEventsResponseAlpha1","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleDecryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleEncryptResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleGetKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleSignResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleUnwrapKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleVerifyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.SubtleWrapKeyResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TerminateWorkflowRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalActorStateOperation","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TransactionalStateOperation","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.TryLockResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnlockResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorReminderRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnregisterActorTimerRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationRequest","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.v1","c":"DaprProtos.UnsubscribeConfigurationResponse","l":"writeTo(CodedOutputStream)","u":"writeTo(com.google.protobuf.CodedOutputStream)"},{"p":"io.dapr.actors","c":"ActorTrace","l":"writeWarning(String, String, String, Object...)","u":"writeWarning(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/overview-summary.html b/docs/overview-summary.html index c4b76d641..b75d33dc4 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -1,11 +1,11 @@ - -dapr-sdk-parent 1.11.0 API + +dapr-sdk-parent 1.12.0 API - + diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 4d96c108e..b98205ead 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -1,11 +1,11 @@ - -Class Hierarchy (dapr-sdk-parent 1.11.0 API) + +Class Hierarchy (dapr-sdk-parent 1.12.0 API) - + @@ -64,7 +64,8 @@

      Hierarchy For All Packages

    • io.dapr.client.resiliency,
    • io.dapr.config,
    • io.dapr.exceptions,
    • -
    • io.dapr.internal.exceptions,
    • +
    • io.dapr.internal.grpc,
    • +
    • io.dapr.internal.grpc.interceptors,
    • io.dapr.internal.opencensus,
    • io.dapr.internal.resiliency,
    • io.dapr.serializer,
    • @@ -101,6 +102,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse (implements io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig (implements io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse (implements io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder)
    • +
    • io.dapr.v1.DaprAppCallbackProtos.JobEventRequest (implements io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder)
    • +
    • io.dapr.v1.DaprAppCallbackProtos.JobEventResponse (implements io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse (implements io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse (implements io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest (implements io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder)
    • @@ -126,6 +129,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.DecryptRequestOptions (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
    • io.dapr.v1.DaprProtos.DecryptResponse (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
    • io.dapr.v1.DaprProtos.DeleteBulkStateRequest (implements io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.DeleteJobRequest (implements io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.DeleteJobResponse (implements io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.DeleteStateRequest (implements io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder)
    • io.dapr.v1.DaprProtos.EncryptRequest (implements io.dapr.v1.DaprProtos.EncryptRequestOrBuilder)
    • io.dapr.v1.DaprProtos.EncryptRequestOptions (implements io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder)
    • @@ -140,6 +145,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.GetBulkStateResponse (implements io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetConfigurationRequest (implements io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder)
    • io.dapr.v1.DaprProtos.GetConfigurationResponse (implements io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.GetJobRequest (implements io.dapr.v1.DaprProtos.GetJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.GetJobResponse (implements io.dapr.v1.DaprProtos.GetJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetMetadataRequest (implements io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder)
    • io.dapr.v1.DaprProtos.GetMetadataResponse (implements io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetSecretRequest (implements io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder)
    • @@ -153,6 +160,7 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.InvokeBindingRequest (implements io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder)
    • io.dapr.v1.DaprProtos.InvokeBindingResponse (implements io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder)
    • io.dapr.v1.DaprProtos.InvokeServiceRequest (implements io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.Job (implements io.dapr.v1.DaprProtos.JobOrBuilder)
    • io.dapr.v1.DaprProtos.MetadataHTTPEndpoint (implements io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder)
    • io.dapr.v1.DaprProtos.PauseWorkflowRequest (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
    • io.dapr.v1.DaprProtos.PublishEventRequest (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
    • @@ -169,6 +177,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.RegisteredComponents (implements io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder)
    • io.dapr.v1.DaprProtos.ResumeWorkflowRequest (implements io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SaveStateRequest (implements io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.ScheduleJobRequest (implements io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.ScheduleJobResponse (implements io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SecretResponse (implements io.dapr.v1.DaprProtos.SecretResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SetMetadataRequest (implements io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder)
    • io.dapr.v1.DaprProtos.ShutdownRequest (implements io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder)
    • @@ -176,6 +186,9 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.StartWorkflowResponse (implements io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SubscribeConfigurationRequest (implements io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SubscribeConfigurationResponse (implements io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1 (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder)
    • io.dapr.v1.DaprProtos.SubtleDecryptRequest (implements io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SubtleDecryptResponse (implements io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SubtleEncryptRequest (implements io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder)
    • @@ -225,6 +238,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder (implements io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder)
    • +
    • io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder (implements io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder)
    • +
    • io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (implements io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder)
    • io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder (implements io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder)
    • @@ -250,6 +265,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
    • io.dapr.v1.DaprProtos.DecryptResponse.Builder (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
    • io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.DeleteJobRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.DeleteJobResponse.Builder (implements io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.DeleteStateRequest.Builder (implements io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder)
    • io.dapr.v1.DaprProtos.EncryptRequest.Builder (implements io.dapr.v1.DaprProtos.EncryptRequestOrBuilder)
    • io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (implements io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder)
    • @@ -264,6 +281,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder (implements io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetConfigurationRequest.Builder (implements io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder)
    • io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder (implements io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.GetJobRequest.Builder (implements io.dapr.v1.DaprProtos.GetJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.GetJobResponse.Builder (implements io.dapr.v1.DaprProtos.GetJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetMetadataRequest.Builder (implements io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder)
    • io.dapr.v1.DaprProtos.GetMetadataResponse.Builder (implements io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder)
    • io.dapr.v1.DaprProtos.GetSecretRequest.Builder (implements io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder)
    • @@ -277,6 +296,7 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder (implements io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder)
    • io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder (implements io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder)
    • io.dapr.v1.DaprProtos.InvokeServiceRequest.Builder (implements io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.Job.Builder (implements io.dapr.v1.DaprProtos.JobOrBuilder)
    • io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder (implements io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder)
    • io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
    • io.dapr.v1.DaprProtos.PublishEventRequest.Builder (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
    • @@ -293,6 +313,8 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.RegisteredComponents.Builder (implements io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder)
    • io.dapr.v1.DaprProtos.ResumeWorkflowRequest.Builder (implements io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SaveStateRequest.Builder (implements io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder (implements io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder (implements io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SecretResponse.Builder (implements io.dapr.v1.DaprProtos.SecretResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SetMetadataRequest.Builder (implements io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder)
    • io.dapr.v1.DaprProtos.ShutdownRequest.Builder (implements io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder)
    • @@ -300,6 +322,9 @@

      Class Hierarchy

    • io.dapr.v1.DaprProtos.StartWorkflowResponse.Builder (implements io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (implements io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.Builder (implements io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder)
    • +
    • io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (implements io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder)
    • io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder (implements io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder)
    • io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (implements io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder)
    • io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (implements io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder)
    • @@ -362,6 +387,7 @@

      Class Hierarchy

    • io.dapr.workflows.runtime.ActivityWrapper<T> (implements com.microsoft.durabletask.TaskActivityFactory)
    • io.dapr.actors.client.ActorClient (implements java.lang.AutoCloseable)
    • io.dapr.actors.ActorId (implements java.lang.Comparable<T>)
    • +
    • io.dapr.client.domain.ActorMetadata
    • io.dapr.actors.runtime.ActorMethodContext
    • io.dapr.actors.client.ActorProxyBuilder<T>
    • io.dapr.actors.runtime.ActorRuntime (implements java.io.Closeable)
    • @@ -379,6 +405,8 @@

      Class Hierarchy

    • io.dapr.v1.AppCallbackGrpc.AppCallbackImplBase (implements io.dapr.v1.AppCallbackGrpc.AsyncService, io.grpc.BindableService)
    • io.dapr.v1.AppCallbackHealthCheckGrpc
    • io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (implements io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService, io.grpc.BindableService)
    • +
    • io.dapr.client.domain.AppConnectionPropertiesHealthMetadata
    • +
    • io.dapr.client.domain.AppConnectionPropertiesMetadata
    • io.dapr.client.domain.BulkPublishEntry<T>
    • io.dapr.client.domain.BulkPublishRequest<T>
    • io.dapr.client.domain.BulkPublishResponse<T>
    • @@ -389,11 +417,14 @@

      Class Hierarchy

    • io.dapr.client.domain.BulkSubscribeMessageEntry<T>
    • io.dapr.client.domain.CloudEvent<T>
    • io.dapr.v1.CommonProtos
    • +
    • io.dapr.client.domain.ComponentMetadata
    • io.dapr.client.domain.ConfigurationItem
    • +
    • io.dapr.internal.grpc.interceptors.DaprApiTokenInterceptor (implements io.grpc.ClientInterceptor)
    • io.dapr.v1.DaprAppCallbackProtos
    • +
    • io.dapr.internal.grpc.interceptors.DaprAppIdInterceptor (implements io.grpc.ClientInterceptor)
    • io.dapr.client.DaprClientBuilder
    • -
    • io.dapr.client.DaprClientGrpc
    • -
    • io.dapr.client.DaprClientHttp
    • +
    • io.dapr.internal.grpc.DaprClientGrpcInterceptors
    • +
    • io.dapr.client.DaprClientImpl
    • io.dapr.exceptions.DaprError
    • io.dapr.exceptions.DaprErrorDetails
    • io.dapr.v1.DaprGrpc
    • @@ -401,8 +432,12 @@

      Class Hierarchy

    • io.dapr.client.DaprHttp (implements java.lang.AutoCloseable)
    • io.dapr.client.DaprHttp.Response
    • io.dapr.client.DaprHttpBuilder
    • +
    • io.dapr.client.domain.DaprMetadata
    • io.dapr.v1.DaprProtos
    • io.dapr.workflows.saga.DaprSagaContextImpl (implements io.dapr.workflows.saga.SagaContext)
    • +
    • io.dapr.internal.grpc.interceptors.DaprTimeoutInterceptor (implements io.grpc.ClientInterceptor)
    • +
    • io.dapr.client.DaprTracingInterceptor (implements io.grpc.ClientInterceptor)
    • +
    • io.dapr.internal.grpc.interceptors.DaprTracingInterceptor (implements io.grpc.ClientInterceptor)
    • io.dapr.workflows.client.DaprWorkflowClient (implements java.lang.AutoCloseable)
    • io.dapr.workflows.DaprWorkflowContextImpl (implements io.dapr.workflows.WorkflowContext)
    • io.dapr.utils.DefaultContentTypeConverter
    • @@ -422,8 +457,9 @@

      Class Hierarchy

    • io.dapr.client.domain.GetConfigurationRequest
    • io.dapr.client.domain.GetSecretRequest
    • io.dapr.client.domain.GetStateRequest
    • -
    • io.dapr.internal.opencensus.GrpcWrapper
    • +
    • io.dapr.internal.opencensus.GrpcHelper
    • io.dapr.client.Headers
    • +
    • io.dapr.client.domain.HttpEndpointMetadata
    • io.dapr.client.domain.HttpExtension
    • io.dapr.client.domain.InvokeBindingRequest
    • io.dapr.client.domain.InvokeMethodRequest
    • @@ -473,6 +509,7 @@

      Class Hierarchy

    • io.dapr.client.domain.QueryStateResponse<T>
    • io.dapr.client.resiliency.ResiliencyOptions
    • io.dapr.internal.resiliency.RetryPolicy
    • +
    • io.dapr.client.domain.RuleMetadata
    • io.dapr.workflows.saga.Saga
    • io.dapr.workflows.saga.SagaOption
    • io.dapr.workflows.saga.SagaOption.Builder
    • @@ -482,15 +519,11 @@

      Class Hierarchy

    • io.dapr.client.domain.StateOptions
    • io.dapr.client.domain.SubscribeConfigurationRequest
    • io.dapr.client.domain.SubscribeConfigurationResponse
    • +
    • io.dapr.client.domain.SubscriptionMetadata
    • java.lang.Throwable (implements java.io.Serializable)
    • -

      Package io.dapr.internal.exceptions

      - -
      -
    • -
    • -

      Package io.dapr.v1

      @@ -648,6 +630,76 @@
      memoizedIsInitialized
  • +
    +

    Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest

    +
    class JobEventRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        bitField0_
        +
        int bitField0_
        +
      • +
      • +
        contentType_
        +
        Object contentType_
        +
      • +
      • +
        data_
        +
        com.google.protobuf.Any data_
        +
      • +
      • +
        httpExtension_
        +
        CommonProtos.HTTPExtension httpExtension_
        +
      • +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      • +
        method_
        +
        Object method_
        +
      • +
      • +
        name_
        +
        Object name_
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • +
    +

    Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse

    +
    class JobEventResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse

    class ListInputBindingsResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    @@ -662,7 +714,7 @@

    Serialized Fields

  • +
    +

    Class io.dapr.v1.DaprProtos.DeleteJobRequest

    +
    class DeleteJobRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      • +
        name_
        +
        Object name_
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • +
    +

    Class io.dapr.v1.DaprProtos.DeleteJobResponse

    +
    class DeleteJobResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • Class io.dapr.v1.DaprProtos.DeleteStateRequest

    class DeleteStateRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    @@ -1568,6 +1694,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • etag_
    CommonProtos.Etag etag_
  • @@ -1611,6 +1741,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • memoizedIsInitialized
    byte memoizedIsInitialized
  • @@ -1689,6 +1823,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • memoizedIsInitialized
    byte memoizedIsInitialized
  • @@ -1911,7 +2049,7 @@

    Serialized Fields

    • keys_
      -
      com.google.protobuf.LazyStringList keys_
      +
      com.google.protobuf.LazyStringArrayList keys_
    • memoizedIsInitialized
      @@ -1977,7 +2115,7 @@

      Serialized Fields

      • keys_
        -
        com.google.protobuf.LazyStringList keys_
        +
        com.google.protobuf.LazyStringArrayList keys_
      • memoizedIsInitialized
        @@ -2025,6 +2163,64 @@
        memoizedIsInitialized

  • +
    +

    Class io.dapr.v1.DaprProtos.GetJobRequest

    +
    class GetJobRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      • +
        name_
        +
        Object name_
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • +
    +

    Class io.dapr.v1.DaprProtos.GetJobResponse

    +
    class GetJobResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        bitField0_
        +
        int bitField0_
        +
      • +
      • +
        job_
        +
        DaprProtos.Job job_
        +
      • +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • Class io.dapr.v1.DaprProtos.GetMetadataRequest

    class GetMetadataRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    @@ -2073,8 +2269,12 @@
    appConnectionProperties_
    DaprProtos.AppConnectionProperties appConnectionProperties_
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • enabledFeatures_
    -
    com.google.protobuf.LazyStringList enabledFeatures_
    +
    com.google.protobuf.LazyStringArrayList enabledFeatures_
  • extendedMetadata_
    @@ -2291,6 +2491,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • createdAt_
    com.google.protobuf.Timestamp createdAt_
  • @@ -2478,6 +2682,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • id_
    Object id_
  • @@ -2496,6 +2704,57 @@

    message_

  • +
    +

    Class io.dapr.v1.DaprProtos.Job

    +
    class Job extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    +
    +
    serialVersionUID:
    +
    0L
    +
    +
      +
    • +
      +

      Serialized Fields

      +
        +
      • +
        bitField0_
        +
        int bitField0_
        +
      • +
      • +
        data_
        +
        com.google.protobuf.Any data_
        +
      • +
      • +
        dueTime_
        +
        Object dueTime_
        +
      • +
      • +
        memoizedIsInitialized
        +
        byte memoizedIsInitialized
        +
      • +
      • +
        name_
        +
        Object name_
        +
      • +
      • +
        repeats_
        +
        int repeats_
        +
      • +
      • +
        schedule_
        +
        Object schedule_
        +
      • +
      • +
        ttl_
        +
        Object ttl_
        +
      • +
      +
      +
    • +
    +
    +
  • +
  • Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint

    class MetadataHTTPEndpoint extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    @@ -2610,6 +2869,10 @@

    Class 
  • +
    bitField0_
    +
    int bitField0_
    +
  • +
  • deadLetterTopic_
    Object deadLetterTopic_
  • @@ -2633,6 +2896,10 @@

    rules_
    topic_
    Object topic_
  • +
  • +
    type_
    +
    int type_
    +
  • @@ -2997,7 +3264,7 @@

    Serialized Fields