diff --git a/README.md b/README.md index 2ff4bff93..9c21c62f1 100644 --- a/README.md +++ b/README.md @@ -50,19 +50,19 @@ For a Maven project, add the following to your `pom.xml` file: io.dapr dapr-sdk - 1.14.1 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.1 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.1 + 1.15.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.14.1') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.1') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.1') + compile('io.dapr:dapr-sdk-springboot:1.15.0') } ``` diff --git a/daprdocs/content/en/java-sdk-docs/_index.md b/daprdocs/content/en/java-sdk-docs/_index.md index b2a0c6857..d0623689b 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.14.1 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.1 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.1 + 1.15.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.14.1') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.1') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.1') + compile('io.dapr:dapr-sdk-springboot:1.15.0') } ``` @@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to com.squareup.okhttp3 okhttp - 1.14.1 + 1.15.0 ``` diff --git a/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md b/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md index 0fd64ed69..4a1f52fec 100644 --- a/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md +++ b/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md @@ -25,12 +25,12 @@ If you already have a Spring Boot application (Spring Boot 3.x+), you can direct io.dapr.spring dapr-spring-boot-starter - 0.14.1 + 0.15.0 io.dapr.spring dapr-spring-boot-starter-test - 0.14.1 + 0.15.0 test ``` diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 306a09708..90532d487 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-parent 1.14.1 API) + +All Classes and Interfaces (dapr-sdk-parent 1.15.0 API) - + @@ -234,190 +234,211 @@ loadScripts(document, 'script');
AppConnectionPropertiesMetadata describes the application connection properties.
-
BooleanProperty
-
+
AppHttpPipeline
+
 
+
BooleanProperty
+
Boolean configuration property.
-
BulkPublishEntry<T>
-
+ +
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
- -
+ +
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.
- -
 
- -
-
- 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
+ ConfigurationItem represents all the configuration with its name(key).
- +
 
- +
- HTTPExtension includes HTTP verb and querystring - when Dapr runtime delivers HTTP content.
+ 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.
- -
-
- 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.
+ InvokeResponse is the response message including data and its content type + from app callback.
- +
 
- +
- StateOptions configures concurrency and consistency for state operations
+ 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.
- -
-
- Chunk of data sent in a streaming request or response.
-
- -
 
- -
+ +
 
+ +
Represents a Dapr component.
- -
+ +
ComponentMetadata describes a Dapr Component.
- -
 
- -
+ +
 
+ +
Represents a Dapr component.
- -
+ +
A configuration item from Dapr's configuration store.
- -
 
- + +
 
+ +
 
+ +
+
Represents an input message for a conversation with an LLM.
+
+ +
+
Returns the conversation output.
+
+ +
+
Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
+
+ +
+
Response from the Dapr Conversation API.
+
+
 
@@ -684,675 +705,737 @@ loadScripts(document, 'script');
 
 
- -
+ +
 
+ +
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.
- -
 
- -
+ +
 
+ +
A builder for the DaprHttp.
- -
+ +
Internal exception for propagating HTTP status code.
- -
 
- +
 
- -
 
- -
+ +
 
+ +
 
+ +
ObservationConvention for Dapr Messaging.
- -
+ +
An Observation for DaprMessagingTemplate.
- -
+ +
Low cardinality tags.
- -
 
- -
+ +
 
+ +
Builder that can be used to configure and send a message.
- -
+ +
SenderContext for Dapr Messaging.
- -
+ +
Acts as a carrier for a Dapr message and records the propagated properties for later access by the Dapr.
- -
+ +
Create a new DaprMessagingTemplate.
- -
+ +
DaprMetadata describes the Dapr Metadata.
- -
+ +
Consumes gRPC metadata.
- -
+ +
Serializes and deserializes application's objects.
- -
+ +
Test container for Dapr placement service.
- -
 
- -
+ +
 
+ +
This class is copied from https://github.com/spring-projects/spring-data-keyvalue/blob/ff441439124585042dd0cbff952f977a343444d2/src/main/java/org/springframework/data/keyvalue/repository/query/PredicateQueryCreator.java#L46 because it has private accessors to internal classes, making it impossible to extend or use the original This requires to be created from scratch to not use predicates, but this is only worth it if we can prove these abstractions are worth the time.
- -
+ +
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.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.AppConnectionHealthProperties
+
+ +
+
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
+
+ +
 
+ +
+
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
+
+
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
-
- + +
 
+
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.
- + +
+
+ BulkStateItem is the response item for a bulk get operation.
+
+ +
 
+ +
+
Protobuf type dapr.proto.runtime.v1.ConversationInput
+
+ +
+
Protobuf type dapr.proto.runtime.v1.ConversationInput
+
+
 
- +
- DecryptRequest is the request for DecryptAlpha1.
+ ConversationRequest is the request object for Conversation.
- + +
+
+ ConversationRequest is the request object for Conversation.
+
+ +
 
+ +
+
+ ConversationResponse is the response for Conversation.
+
+ +
+
+ ConversationResponse is the response for Conversation.
+
+ +
 
+ +
+
+ ConversationResult is the result for one input.
+
+ +
+
+ ConversationResult is the result for one input.
+
+ +
 
+
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.
- -
 
- -
 
- +
- DecryptResponse is the response for DecryptAlpha1.
+ DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
- + +
 
+ +
 
+
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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- DeleteJobResponse is the message response 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- EncryptRequest is the request for EncryptAlpha1.
+ 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.
- -
 
- -
 
- +
- EncryptResponse is the response for EncryptAlpha1.
+ EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
- + +
 
+ +
 
+
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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- 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.
- -
 
- -
+ +
- GetJobResponse is the message's response for a job retrieved.
+ GetJobRequest is the message to retrieve a job.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
GetWorkflowRequest is the request for GetWorkflowBeta1.
- -
 
- -
+ +
- GetWorkflowResponse is the response for GetWorkflowBeta1.
+ GetWorkflowRequest is the request for GetWorkflowBeta1.
- + +
 
+
GetWorkflowResponse is the response for GetWorkflowBeta1.
- -
 
- -
+ +
- InvokeActorRequest is the message to call an actor.
+ GetWorkflowResponse is the response for GetWorkflowBeta1.
- + +
 
+
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.
- + +
 
+
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.
- + +
 
+
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
- + +
 
+
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.
+ InvokeBindingResponse is the message returned from an output binding invocation
- +
 
- +
- Job is the definition of a job.
+ InvokeServiceRequest represents the request message for Service invocation.
- +
- Job is the definition of a job.
+ InvokeServiceRequest represents the request message for Service invocation.
- +
 
- +
-
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
+
+ Job is the definition of a job.
- + +
+
+ Job is the definition of a job.
+
+ +
 
+
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
- + +
+
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
+
+ +
 
+ +
+
+ MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
+
+ +
+
+ MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
+
+
 
@@ -2015,32 +2098,49 @@ loadScripts(document, 'script');
RepositoryConfigurationExtension for Dapr-based repositories.
- -
 
- -
+ +
+
Test container for Dapr scheduler service.
+
+ +
 
+ +
Class to be used as part of your service's client stub interceptor to include timeout.
- -
+ +
Injects tracing headers to gRPC metadata.
- -
+ +
Defines client operations for managing Dapr Workflow instances.
- -
 
- -
+ +
 
+ +
A utility class for converting event to bytes based on content type or given serializer.
- -
+ +
Default serializer/deserializer for request/response objects and for state objects too.
- -
 
+ +
 
+ +
+
Represents a workflow failure details.
+
+ +
+
Represents a snapshot of a workflow instance's current state, including + metadata.
+
+ +
+
Represents a request to schedule a job in Dapr.
+
A request to delete a state by key.
@@ -2077,6 +2177,14 @@ loadScripts(document, 'script');
Request to get one or more configuration items from Dapr's configuration store.
+ +
+
Represents a request to schedule a job in Dapr.
+
+ +
+
Represents a request to schedule a job in Dapr.
+
A request to get a secret by key.
@@ -2119,8 +2227,14 @@ loadScripts(document, 'script');
A request to invoke a service.
- -
 
+ +
+
Represents a job schedule using cron expressions or fixed intervals.
+
+ +
 
+ +
 
A request to lock.
@@ -2205,6 +2319,14 @@ loadScripts(document, 'script');
A request to save states to state store.
+ +
+
Represents a request to schedule a job in Dapr.
+
+ +
+
Integer configuration property.
+
 
@@ -2327,12 +2449,12 @@ loadScripts(document, 'script'); 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.
@@ -2342,26 +2464,32 @@ loadScripts(document, 'script');
 
- +
Enum describing the runtime status of a workflow.
- -
 
- -
 
- +
 
- + +
 
+ +
 
+
 
- +
 
- -
+ +
 
+ +
 
+ +
 
+ +
Factory for creating a YAML mapper.
- -
+ +
Configuration settings for Zipkin tracing.
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index cd4103c09..b027aad44 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-parent 1.14.1 API) + +All Packages (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/constant-values.html b/docs/constant-values.html index 2b252674c..2c55d620d 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (dapr-sdk-parent 1.14.1 API) + +Constant Field Values (dapr-sdk-parent 1.15.0 API) - + @@ -148,6 +148,28 @@ loadScripts(document, 'script'); +
  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    diff --git a/docs/dapr-sdk-workflows/allclasses-index.html b/docs/dapr-sdk-workflows/allclasses-index.html index 56bc7eb81..303018c65 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.14.1 API) + +All Classes and Interfaces (dapr-sdk-workflows 0.15.0 API) - + @@ -69,6 +69,15 @@ loadScripts(document, 'script');
     
    + +
    +
    Represents a workflow failure details.
    +
    + +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    Options for starting a new instance of a workflow.
    @@ -97,12 +106,12 @@ loadScripts(document, 'script'); 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.
    @@ -112,18 +121,24 @@ loadScripts(document, 'script');
     
    - +
    Enum describing the runtime status of a workflow.
    - -
     
    - -
     
    - +
     
    - + +
     
    + +
     
    +
     
    + +
     
    + +
     
    + +
     
    diff --git a/docs/dapr-sdk-workflows/allpackages-index.html b/docs/dapr-sdk-workflows/allpackages-index.html index 985c7d16a..9d3dfbd19 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.14.1 API) + +All Packages (dapr-sdk-workflows 0.15.0 API) - + diff --git a/docs/dapr-sdk-workflows/help-doc.html b/docs/dapr-sdk-workflows/help-doc.html index bddc0a0c0..5526ac2f4 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.14.1 API) + +API Help (dapr-sdk-workflows 0.15.0 API) - + diff --git a/docs/dapr-sdk-workflows/index-all.html b/docs/dapr-sdk-workflows/index-all.html index 87016ef26..127fb5da0 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.14.1 API) + +Index (dapr-sdk-workflows 0.15.0 API) - + @@ -51,7 +51,7 @@ loadScripts(document, 'script');

    Index

    -A B C D F G I N P R S T V W 
    All Classes and Interfaces|All Packages +A B C D F G H I N P R S T V W 
    All Classes and Interfaces|All Packages

    A

    allOf(List<Task<V>>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    @@ -62,7 +62,7 @@ loadScripts(document, 'script');
    Returns a new Task that is completed when all the given Tasks complete.
    -
    anyOf(Task<?>...) - Method in interface io.dapr.workflows.WorkflowContext
    +
    anyOf(Task<?>...) - Method in interface io.dapr.workflows.WorkflowContext
    Returns a new Task that is completed when any of the given Tasks complete.
    @@ -76,7 +76,7 @@ loadScripts(document, 'script');
    ApiTokenClientInterceptor - Class in io.dapr.workflows.internal
     
    -
    ApiTokenClientInterceptor() - Constructor for class io.dapr.workflows.internal.ApiTokenClientInterceptor
    +
    ApiTokenClientInterceptor(Properties) - Constructor for class io.dapr.workflows.internal.ApiTokenClientInterceptor
     

    B

    @@ -163,7 +163,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    CANCELED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    CANCELED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was abruptly cancelled via a management API call.
    @@ -180,7 +180,7 @@ loadScripts(document, 'script');
    Completes the current workflow.
    -
    COMPLETED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    COMPLETED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed normally.
    @@ -200,7 +200,7 @@ loadScripts(document, 'script');
    Restarts the orchestration with a new input and clears its history.
    -
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow is continued as new.
    @@ -212,8 +212,6 @@ loadScripts(document, 'script');
    Executes the workflow logic.
    -
    createTaskHub(boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    createTimer(Duration) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    Creates a durable timer that expires after the specified delay.
    @@ -222,6 +220,8 @@ loadScripts(document, 'script');
    Creates a durable timer that expires after the specified delay.
    +
    createTimer(ZonedDateTime) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
     
    createTimer(ZonedDateTime) - Method in interface io.dapr.workflows.WorkflowContext
    Creates a durable timer that expires after the specified timestamp with specific zone.
    @@ -243,33 +243,52 @@ loadScripts(document, 'script');
    DefaultWorkflowContext - Class in io.dapr.workflows.runtime
     
    -
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    -
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    -
    deleteTaskHub() - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    +
    DefaultWorkflowFailureDetails - Class in io.dapr.workflows.runtime
    +
    +
    Represents a workflow failure details.
    +
    +
    DefaultWorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Class constructor.
    +
    +
    DefaultWorkflowInstanceStatus - Class in io.dapr.workflows.runtime
    +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    +
    DefaultWorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Class constructor.
    +

    F

    -
    FAILED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    FAILED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed with an unhandled exception.
    -
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in class io.dapr.workflows.runtime.WorkflowRuntimeStatusConverter
    -
    Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.
    +
    Converts an OrchestrationRuntimeStatus to a WorkflowRuntimeStatus.

    G

    getBackoffCoefficient() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getCreatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getCreatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's creation time in UTC.
    +
    +
    getCreatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's creation time in UTC.
    @@ -281,15 +300,27 @@ loadScripts(document, 'script');
    Gets the current orchestration time in UTC.
    -
    getErrorMessage() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    Gets the error message.
    -
    getErrorType() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Gets the error message.
    +
    +
    getErrorType() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    Gets the error type, which is the namespace-qualified exception type name.
    -
    getFailureDetails() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getErrorType() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Gets the error type, which is the namespace-qualified exception type name.
    +
    +
    getFailureDetails() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the failure details, if any, for the failed workflow instance.
    +
    +
    getFailureDetails() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the failure details, if any, for the failed workflow instance.
    @@ -313,7 +344,7 @@ loadScripts(document, 'script');
    Gets the instance ID of the new workflow.
    -
    getInstanceId() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getInstanceId() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the unique ID of the workflow instance.
    @@ -321,6 +352,10 @@ loadScripts(document, 'script');
    Gets the instance ID of the current workflow.
    +
    getInstanceId() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the unique ID of the workflow instance.
    +
    getInstanceId() - Method in interface io.dapr.workflows.WorkflowContext
    Gets the instance ID of the current workflow.
    @@ -329,7 +364,19 @@ loadScripts(document, 'script');
    Fetches workflow instance metadata from the configured durable store.
    -
    getLastUpdatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getLastAttemptNumber() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the previous retry attempt number.
    +
    +
    getLastFailure() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the details of the previous task failure, including the exception type, message, and callstack.
    +
    +
    getLastUpdatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's last updated time in UTC.
    +
    +
    getLastUpdatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's last updated time in UTC.
    @@ -345,7 +392,7 @@ loadScripts(document, 'script');
     
    getMaxRetryInterval() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getName() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getName() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the name of the workflow.
    @@ -353,6 +400,10 @@ loadScripts(document, 'script');
    Gets the name of the current workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the name of the workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityClassWrapper
     
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityInstanceWrapper
    @@ -363,26 +414,43 @@ loadScripts(document, 'script');
    Gets the name of the current workflow.
    -
    getNewOrchestrationInstanceOptions() - Method in class io.dapr.workflows.client.NewWorkflowOptions
    +
    getRetryHandler() - Method in class io.dapr.workflows.WorkflowTaskOptions
     
    getRetryPolicy() - Method in class io.dapr.workflows.WorkflowTaskOptions
     
    getRetryTimeout() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getRuntimeStatus() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getRuntimeStatus() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the current runtime status of the workflow instance at the time this object was fetched.
    -
    getSerializedInput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getRuntimeStatus() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the current runtime status of the workflow instance at the time this + object was fetched.
    +
    +
    getSerializedInput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the workflow instance's serialized input, if any, as a string value.
    -
    getSerializedOutput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getSerializedInput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized input, if any, as a string value.
    +
    +
    getSerializedOutput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the workflow instance's serialized output, if any, as a string value.
    -
    getStackTrace() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getSerializedOutput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized output, if any, as a string value.
    +
    +
    getStackTrace() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Gets the stack trace.
    +
    +
    getStackTrace() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    Gets the stack trace.
    @@ -390,10 +458,25 @@ loadScripts(document, 'script');
    Gets the configured start time of the new workflow instance.
    +
    getTotalRetryTime() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the total amount of time spent in a retry loop for the current task.
    +
    getVersion() - Method in class io.dapr.workflows.client.NewWorkflowOptions
    Gets the user-specified version of the new workflow.
    +
    getWorkflowContext() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the context of the current workflow.
    +
    +
    +

    H

    +
    +
    handle(WorkflowTaskRetryContext) - Method in interface io.dapr.workflows.WorkflowTaskRetryHandler
    +
    +
    Invokes retry handler logic.
    +

    I

    @@ -407,7 +490,20 @@ loadScripts(document, 'script');
     
    io.dapr.workflows.runtime - package io.dapr.workflows.runtime
     
    -
    isCompleted() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isCausedBy(Class<? extends Exception>) - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    +
    isCausedBy(Class<? extends Exception>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    +
    isCompleted() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was completed at the + time this object was fetched.
    +
    +
    isCompleted() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was completed at the time this object was fetched.
    @@ -418,7 +514,12 @@ loadScripts(document, 'script');
    Gets a value indicating whether the workflow is currently replaying a previous execution.
    -
    isRunning() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isRunning() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was running at the time + this object was fetched.
    +
    +
    isRunning() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was running at the time this object was fetched.
    @@ -445,7 +546,7 @@ loadScripts(document, 'script');

    P

    -
    PENDING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    PENDING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was scheduled but hasn't started running.
    @@ -460,11 +561,19 @@ loadScripts(document, 'script');
    Sends an event notification message to awaiting workflow instance.
    -
    readInputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Deserializes the workflow's input into an object of the specified type.
    -
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Deserializes the workflow's input into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Deserializes the workflow's output into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Deserializes the workflow's output into an object of the specified type.
    @@ -484,6 +593,10 @@ loadScripts(document, 'script');
    Registers a Workflow object.
    +
    resumeWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Resume the workflow associated with the provided instance id.
    +
    run(WorkflowActivityContext) - Method in interface io.dapr.workflows.WorkflowActivity
    Executes the activity logic and returns a value which will be serialized and @@ -495,7 +608,7 @@ loadScripts(document, 'script');
    run(WorkflowContext) - Method in interface io.dapr.workflows.WorkflowStub
     
    -
    RUNNING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    RUNNING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow started running.
    @@ -562,14 +675,18 @@ loadScripts(document, 'script');
    Start the Workflow runtime processing items.
    -
    SUSPENDED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    SUSPENDED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was suspended.
    +
    suspendWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Suspend the workflow associated with the provided instance id.
    +

    T

    -
    TERMINATED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    TERMINATED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was abruptly terminated via a management API call.
    @@ -577,17 +694,9 @@ loadScripts(document, 'script');
    Terminates the workflow associated with the provided instance id.
    -
    toOrchestrationRuntimeStatus(WorkflowRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    -
    toOrchestrationRuntimeStatus(List<WorkflowRuntimeStatus>) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
     
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Generates a user-friendly string representation of the current metadata object.
    @@ -595,11 +704,11 @@ loadScripts(document, 'script');

    V

    -
    valueOf(String) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    valueOf(String) - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns the enum constant of this type with the specified name.
    -
    values() - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    values() - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns an array containing the constants of this enum type, in the order they are declared.
    @@ -646,15 +755,19 @@ the order they are declared.
    waitForInstanceCompletion(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.
    waitForInstanceStart(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.
    +
    withExecutorService(ExecutorService) - Method in class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    +
    +
    Register Executor Service to use with workflow.
    +
    Workflow - Interface in io.dapr.workflows
    Common interface for workflow implementations.
    @@ -687,29 +800,23 @@ the order they are declared.
    durable timers, waiting for external events, and for getting basic information about the current workflow instance.
    -
    WorkflowFailureDetails - Class in io.dapr.workflows.client
    +
    WorkflowFailureDetails - Interface in io.dapr.workflows.client
    Represents a workflow failure details.
    -
    WorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.client.WorkflowFailureDetails
    -
    -
    Class constructor.
    -
    -
    WorkflowInstanceStatus - Class in io.dapr.workflows.client
    +
    WorkflowInstanceStatus - Interface in io.dapr.workflows.client
    Represents a snapshot of a workflow instance's current state, including metadata.
    -
    WorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.client.WorkflowInstanceStatus
    -
    -
    Class constructor.
    -
    WorkflowRuntime - Class in io.dapr.workflows.runtime
    Contains methods to register workflows and activities.
    -
    WorkflowRuntime(DurableTaskGrpcWorker) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    -
     
    +
    WorkflowRuntime(DurableTaskGrpcWorker, ManagedChannel, ExecutorService) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    +
    +
    Constructor.
    +
    WorkflowRuntimeBuilder - Class in io.dapr.workflows.runtime
     
    WorkflowRuntimeBuilder() - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    @@ -722,16 +829,30 @@ the order they are declared.
    WorkflowRuntimeBuilder(Logger) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
     
    -
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.runtime
    +
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.client
    Enum describing the runtime status of a workflow.
    +
    WorkflowRuntimeStatusConverter - Class in io.dapr.workflows.runtime
    +
     
    WorkflowStub - Interface in io.dapr.workflows
     
    WorkflowTaskOptions - Class in io.dapr.workflows
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    WorkflowTaskOptions(WorkflowTaskRetryPolicy) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    +
    WorkflowTaskRetryContext - Class in io.dapr.workflows
    +
     
    +
    WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Constructor for WorkflowTaskRetryContext.
    +
    +
    WorkflowTaskRetryHandler - Interface in io.dapr.workflows
    +
     
    WorkflowTaskRetryPolicy - Class in io.dapr.workflows
     
    WorkflowTaskRetryPolicy(Integer, Duration, Double, Duration, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryPolicy
    @@ -741,7 +862,7 @@ the order they are declared.
    WorkflowTaskRetryPolicy.Builder - Class in io.dapr.workflows
     
    -A B C D F G I N P R S T V W 
    All Classes and Interfaces|All Packages +A B C D F G H I N P R S T V W 
    All Classes and Interfaces|All Packages

    diff --git a/docs/dapr-sdk-workflows/index.html b/docs/dapr-sdk-workflows/index.html index 59c8294ed..b1c00ae16 100644 --- a/docs/dapr-sdk-workflows/index.html +++ b/docs/dapr-sdk-workflows/index.html @@ -1,11 +1,11 @@ - -Overview (dapr-sdk-workflows 0.14.1 API) + +Overview (dapr-sdk-workflows 0.15.0 API) - + @@ -49,7 +49,7 @@ loadScripts(document, 'script');
    -

    dapr-sdk-workflows 0.14.1 API

    +

    dapr-sdk-workflows 0.15.0 API

    Packages
    diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html b/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html index 346eb2b77..97debafe8 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.14.1 API) + +Workflow (dapr-sdk-workflows 0.15.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 be75c783a..5907a7656 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.14.1 API) + +WorkflowContext (dapr-sdk-workflows 0.15.0 API) - + @@ -96,42 +96,42 @@ loadScripts(document, 'script');
    Modifier and Type
    Method
    Description
    -
    <V> com.microsoft.durabletask.Task<List<V>>
    -
    allOf(List<com.microsoft.durabletask.Task<V>> tasks)
    +
    <V> io.dapr.durabletask.Task<List<V>>
    +
    allOf(List<io.dapr.durabletask.Task<V>> tasks)
    Returns a new Task that is completed when all the given Tasks complete.
    -
    default com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>>
    -
    anyOf(com.microsoft.durabletask.Task<?>... tasks)
    +
    default io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>>
    +
    anyOf(io.dapr.durabletask.Task<?>... tasks)
    Returns a new Task that is completed when any of the given Tasks complete.
    -
    com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>>
    -
    anyOf(List<com.microsoft.durabletask.Task<?>> tasks)
    +
    io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>>
    +
    anyOf(List<io.dapr.durabletask.Task<?>> tasks)
    Returns a new Task that is completed when any of the tasks in tasks completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Class<V> returnType)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    callActivity(String name, Object input)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    @@ -139,7 +139,7 @@ loadScripts(document, 'script');
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Object input, WorkflowTaskOptions options, @@ -148,7 +148,7 @@ loadScripts(document, 'script');
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Object input, Class<V> returnType)
    @@ -157,20 +157,20 @@ loadScripts(document, 'script'); that completes when the activity completes.If the activity completes successfully, the returned Task's value will be the activity's output.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, Class<V> returnType)
    @@ -178,7 +178,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    callChildWorkflow(String name, Object input, String instanceID, @@ -187,7 +187,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, String instanceID, @@ -197,7 +197,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, String instanceID, @@ -222,14 +222,14 @@ loadScripts(document, 'script');
    Restarts the orchestration with a new input and clears its history.
    -
    com.microsoft.durabletask.Task<Void>
    +
    io.dapr.durabletask.Task<Void>
    Creates a durable timer that expires after the specified delay.
    -
    default com.microsoft.durabletask.Task<Void>
    -
    createTimer(ZonedDateTime zonedDateTime)
    -
    +
    io.dapr.durabletask.Task<Void>
    +
    createTimer(ZonedDateTime zonedDateTime)
    +
    Creates a durable timer that expires after the specified timestamp with specific zone.
    @@ -267,27 +267,27 @@ loadScripts(document, 'script');
    Create a new UUID that is safe for replay within a workflow.
    -
    <V> com.microsoft.durabletask.Task<Void>
    +
    <V> io.dapr.durabletask.Task<Void>
    Waits for an event to be raised named name and returns a Task that completes when the event is received.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    waitForExternalEvent(String name, Class<V> dataType)
    Waits for an event to be raised named name and returns a Task that completes when the event is received.
    -
    <V> com.microsoft.durabletask.Task<Void>
    +
    <V> io.dapr.durabletask.Task<Void>
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    waitForExternalEvent(String name, Duration timeout, Class<V> dataType)
    @@ -368,10 +368,10 @@ loadScripts(document, 'script');
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<V> waitForExternalEvent(String name, +
    <V> io.dapr.durabletask.Task<V> waitForExternalEvent(String name, Duration timeout, Class<V> dataType) - throws com.microsoft.durabletask.TaskCanceledException
    + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires. @@ -391,16 +391,16 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received or when timeout expires
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<Void> waitForExternalEvent(String name, +
    <V> io.dapr.durabletask.Task<Void> waitForExternalEvent(String name, Duration timeout) - throws com.microsoft.durabletask.TaskCanceledException
    + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires. @@ -414,15 +414,15 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received or when timeout expires
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<Void> waitForExternalEvent(String name) - throws com.microsoft.durabletask.TaskCanceledException
    +
    <V> io.dapr.durabletask.Task<Void> waitForExternalEvent(String name) + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received. @@ -435,14 +435,14 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException
    +
    io.dapr.durabletask.TaskCanceledException
  • waitForExternalEvent

    -
    default <V> com.microsoft.durabletask.Task<V> waitForExternalEvent(String name, +
    default <V> io.dapr.durabletask.Task<V> waitForExternalEvent(String name, Class<V> dataType)
    Waits for an event to be raised named name and returns a Task that completes when the event is received. @@ -462,7 +462,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    <V> io.dapr.durabletask.Task<V> callActivity(String name, Object input, WorkflowTaskOptions options, Class<V> returnType)
    @@ -486,7 +486,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name)
    +
    default io.dapr.durabletask.Task<Void> callActivity(String name)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes. See callActivity(String, Object, WorkflowTaskOptions, Class) for a complete description.
    @@ -506,7 +506,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name, +
    default io.dapr.durabletask.Task<Void> callActivity(String name, Object input)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes. @@ -523,7 +523,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    default <V> io.dapr.durabletask.Task<V> callActivity(String name, Class<V> returnType)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes. If the activity completes successfully, the returned Task's value will be the activity's @@ -542,7 +542,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    default <V> io.dapr.durabletask.Task<V> callActivity(String name, Object input, Class<V> returnType)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task @@ -564,7 +564,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name, +
    default io.dapr.durabletask.Task<Void> callActivity(String name, Object input, WorkflowTaskOptions options)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task @@ -604,8 +604,8 @@ loadScripts(document, 'script');
  • allOf

    -
    <V> com.microsoft.durabletask.Task<List<V>> allOf(List<com.microsoft.durabletask.Task<V>> tasks) - throws com.microsoft.durabletask.CompositeTaskFailedException
    +
    <V> io.dapr.durabletask.Task<List<V>> allOf(List<io.dapr.durabletask.Task<V>> tasks) + throws io.dapr.durabletask.CompositeTaskFailedException
    Returns a new Task that is completed when all the given Tasks complete. If any of the given Tasks complete with an exception, the returned Task will also complete with an CompositeTaskFailedException containing details of the first encountered failure. @@ -640,16 +640,16 @@ loadScripts(document, 'script');
    Returns:
    the values of the completed Task objects in the same order as the source list
    Throws:
    -
    com.microsoft.durabletask.CompositeTaskFailedException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.CompositeTaskFailedException - if the specified timeout value expires before the event is received
  • anyOf

    -
    com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>> anyOf(List<com.microsoft.durabletask.Task<?>> tasks)
    +
    io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>> anyOf(List<io.dapr.durabletask.Task<?>> tasks)
    Returns a new Task that is completed when any of the tasks in tasks completes. - See anyOf(Task[]) for more detailed information.
    + See anyOf(Task[]) for more detailed information.
  • Parameters:
    tasks - the list of Task objects
    @@ -658,16 +658,16 @@ loadScripts(document, 'script');
    See Also:
  • -
    +

    anyOf

    -
    default com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>> anyOf(com.microsoft.durabletask.Task<?>... tasks)
    +
    default io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>> anyOf(io.dapr.durabletask.Task<?>... tasks)
    Returns a new Task that is completed when any of the given Tasks complete. The value of the new Task is a reference to the completed Task object. If no tasks are provided, returns a Task that never completes. @@ -711,7 +711,7 @@ loadScripts(document, 'script');
  • createTimer

    -
    com.microsoft.durabletask.Task<Void> createTimer(Duration duration)
    +
    io.dapr.durabletask.Task<Void> createTimer(Duration duration)
    Creates a durable timer that expires after the specified delay.

    Specifying a long delay (for example, a delay of a few days or more) may result in the creation of multiple, @@ -728,7 +728,7 @@ loadScripts(document, 'script');

  • createTimer

    -
    default com.microsoft.durabletask.Task<Void> createTimer(ZonedDateTime zonedDateTime)
    +
    io.dapr.durabletask.Task<Void> createTimer(ZonedDateTime zonedDateTime)
    Creates a durable timer that expires after the specified timestamp with specific zone.

    Specifying a long delay (for example, a delay of a few days or more) may result in the creation of multiple, @@ -760,7 +760,7 @@ loadScripts(document, 'script');

  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name)
    +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes. @@ -782,7 +782,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name, +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name, Object input)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes. @@ -800,7 +800,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    default <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, Object input, Class<V> returnType)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes @@ -822,7 +822,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    default <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, Object input, String instanceID, Class<V> returnType)
    @@ -846,7 +846,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name, +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name, Object input, String instanceID, WorkflowTaskOptions options)
    @@ -868,7 +868,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, @Nullable Object input, @Nullable diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html index e5b9352cc..fae6738e3 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.14.1 API) + +WorkflowStub (dapr-sdk-workflows 0.15.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 67cb3319a..5ab069532 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 Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.14.1 API) + +Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.15.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 1da33d116..d982be846 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.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.15.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 d8bb2dc10..ef82d6881 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.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.15.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 e944a6220..192eb539a 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.14.1 API) + +DaprWorkflowClient (dapr-sdk-workflows 0.15.0 API) - + @@ -123,13 +123,7 @@ implements
    Closes the inner DurableTask client and shutdown the GRPC channel.
    -
    void
    -
    createTaskHub(boolean recreateIfExists)
    -
     
    -
    void
    - -
     
    - +
    getInstanceState(String instanceId, boolean getInputsAndOutputs)
    - - +
    void
    +
    resumeWorkflow(String workflowInstanceId, + String reason)
    -
    Schedules a new workflow using DurableTask client.
    +
    Resume the workflow associated with the provided instance id.
    <T extends Workflow>
    String
    - +
    +
    Schedules a new workflow using DurableTask client.
    +
    +
    <T extends Workflow>
    String
    + +
    Schedules a new workflow with a specified set of options for execution.
    -
    <T extends Workflow>
    String
    -
    scheduleNewWorkflow(Class<T> clazz, +
    <T extends Workflow>
    String
    +
    scheduleNewWorkflow(Class<T> clazz, Object input)
    +
    +
    Schedules a new workflow using DurableTask client.
    +
    +
    <T extends Workflow>
    String
    +
    scheduleNewWorkflow(Class<T> clazz, + Object input, + String instanceId)
    Schedules a new workflow using DurableTask client.
    -
    <T extends Workflow>
    String
    -
    scheduleNewWorkflow(Class<T> clazz, - Object input, - String instanceId)
    +
    void
    +
    suspendWorkflow(String workflowInstanceId, + String reason)
    -
    Schedules a new workflow using DurableTask client.
    +
    Suspend the workflow associated with the provided instance id.
    void
    - +
    waitForInstanceCompletion(String instanceId, Duration timeout, boolean getInputsAndOutputs)
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.
    - +
    waitForInstanceStart(String instanceId, Duration timeout, boolean getInputsAndOutputs)
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.
    @@ -306,6 +312,34 @@ implements +

    suspendWorkflow

    +
    public void suspendWorkflow(String workflowInstanceId, + @Nullable + String reason)
    +
    Suspend the workflow associated with the provided instance id.
    +
    +
    Parameters:
    +
    workflowInstanceId - Workflow instance id to suspend.
    +
    reason - reason for suspending the workflow instance.
    +
    +
    +
  • +
  • +
    +

    resumeWorkflow

    +
    public void resumeWorkflow(String workflowInstanceId, + @Nullable + String reason)
    +
    Resume the workflow associated with the provided instance id.
    +
    +
    Parameters:
    +
    workflowInstanceId - Workflow instance id to resume.
    +
    reason - reason for resuming the workflow instance.
    +
    +
    +
  • +
  • terminateWorkflow

    public void terminateWorkflow(String workflowInstanceId, @@ -323,7 +357,7 @@ implements

    getInstanceState

    @Nullable -public WorkflowInstanceStatus getInstanceState(String instanceId, +public WorkflowInstanceStatus getInstanceState(String instanceId, boolean getInputsAndOutputs)
    Fetches workflow instance metadata from the configured durable store.
    @@ -340,12 +374,12 @@ implements

    waitForInstanceStart

    @Nullable -public WorkflowInstanceStatus waitForInstanceStart(String instanceId, +public WorkflowInstanceStatus waitForInstanceStart(String instanceId, Duration timeout, boolean getInputsAndOutputs) throws TimeoutException
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.

    A "started" workflow instance is any instance not in the Pending state. @@ -369,11 +403,11 @@ implements

    waitForInstanceCompletion

    @Nullable -public WorkflowInstanceStatus waitForInstanceCompletion(String instanceId, +public WorkflowInstanceStatus waitForInstanceCompletion(String instanceId, Duration timeout, boolean getInputsAndOutputs) throws TimeoutException
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.

    A "completed" workflow instance is any instance in one of the terminal states. For example, the @@ -425,18 +459,6 @@ implements -

    createTaskHub

    -
    public void createTaskHub(boolean recreateIfExists)
    -
    -
  • -
  • -
    -

    deleteTaskHub

    -
    public void deleteTaskHub()
    -
    -
  • -
  • close

    @@ -70,94 +70,59 @@ loadScripts(document, 'script');
    -

    Class WorkflowFailureDetails

    -
    -
    java.lang.Object -
    io.dapr.workflows.client.WorkflowFailureDetails
    +

    Interface WorkflowFailureDetails

    +
    +
    All Known Implementing Classes:
    +
    DefaultWorkflowFailureDetails
    +

    -
    public class WorkflowFailureDetails -extends Object
    +
    public interface WorkflowFailureDetails
    Represents a workflow failure details.
      - -
    • -
      -

      Constructor Details

      -
        -
      • -
        -

        WorkflowFailureDetails

        -
        public WorkflowFailureDetails(com.microsoft.durabletask.FailureDetails failureDetails)
        -
        Class constructor.
        -
        -
        Parameters:
        -
        failureDetails - failure Details
        -
        -
        -
      • -
      -
      -
    • @@ -166,7 +131,7 @@ loadScripts(document, 'script');
    • getErrorType

      -
      public String getErrorType()
      +
      String getErrorType()
      Gets the error type, which is the namespace-qualified exception type name.
      Returns:
      @@ -177,7 +142,7 @@ loadScripts(document, 'script');
    • getErrorMessage

      -
      public String getErrorMessage()
      +
      String getErrorMessage()
      Gets the error message.
      Returns:
      @@ -188,7 +153,7 @@ loadScripts(document, 'script');
    • getStackTrace

      -
      public String getStackTrace()
      +
      String getStackTrace()
      Gets the stack trace.
      Returns:
      @@ -197,12 +162,15 @@ loadScripts(document, 'script');
    • -
      -

      toString

      -
      public String toString()
      +
      +

      isCausedBy

      +
      default boolean isCausedBy(Class<? extends Exception> exceptionClass)
      +
      Checks whether the failure was caused by the provided exception class.
      -
      Overrides:
      -
      toString in class Object
      +
      Parameters:
      +
      exceptionClass - the exception class to check
      +
      Returns:
      +
      true if the failure was caused by the provided exception class
    • 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 630387cfe..896db165b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html @@ -1,12 +1,12 @@ - -WorkflowInstanceStatus (dapr-sdk-workflows 0.14.1 API) + +WorkflowInstanceStatus (dapr-sdk-workflows 0.15.0 API) - - + + @@ -47,13 +47,13 @@ loadScripts(document, 'script');
    • Summary: 
    • Nested | 
    • Field | 
    • -
    • Constr | 
    • +
    • Constr | 
    • Method
  • @@ -70,146 +70,103 @@ loadScripts(document, 'script');
    -

    Class WorkflowInstanceStatus

    -
    -
    java.lang.Object -
    io.dapr.workflows.client.WorkflowInstanceStatus
    +

    Interface WorkflowInstanceStatus

    +
    +
    All Known Implementing Classes:
    +
    DefaultWorkflowInstanceStatus
    +

    -
    public class WorkflowInstanceStatus -extends Object
    +
    public interface WorkflowInstanceStatus
    Represents a snapshot of a workflow instance's current state, including metadata.
      - -
    • -
      -

      Constructor Details

      -
        -
      • -
        -

        WorkflowInstanceStatus

        -
        public WorkflowInstanceStatus(com.microsoft.durabletask.OrchestrationMetadata orchestrationMetadata)
        -
        Class constructor.
        -
        -
        Parameters:
        -
        orchestrationMetadata - Durable task orchestration metadata
        -
        -
        -
      • -
      -
      -
    • @@ -218,7 +175,7 @@ loadScripts(document, 'script');
    • getName

      -
      public String getName()
      +
      String getName()
      Gets the name of the workflow.
      Returns:
      @@ -229,7 +186,7 @@ loadScripts(document, 'script');
    • getInstanceId

      -
      public String getInstanceId()
      +
      String getInstanceId()
      Gets the unique ID of the workflow instance.
      Returns:
      @@ -240,7 +197,7 @@ loadScripts(document, 'script');
    • getRuntimeStatus

      -
      public WorkflowRuntimeStatus getRuntimeStatus()
      +
      WorkflowRuntimeStatus getRuntimeStatus()
      Gets the current runtime status of the workflow instance at the time this object was fetched.
      @@ -252,7 +209,7 @@ loadScripts(document, 'script');
    • getCreatedAt

      -
      public Instant getCreatedAt()
      +
      Instant getCreatedAt()
      Gets the workflow instance's creation time in UTC.
      Returns:
      @@ -263,7 +220,7 @@ loadScripts(document, 'script');
    • getLastUpdatedAt

      -
      public Instant getLastUpdatedAt()
      +
      Instant getLastUpdatedAt()
      Gets the workflow instance's last updated time in UTC.
      Returns:
      @@ -274,7 +231,7 @@ loadScripts(document, 'script');
    • getSerializedInput

      -
      public String getSerializedInput()
      +
      String getSerializedInput()
      Gets the workflow instance's serialized input, if any, as a string value.
      Returns:
      @@ -285,7 +242,7 @@ loadScripts(document, 'script');
    • getSerializedOutput

      -
      public String getSerializedOutput()
      +
      String getSerializedOutput()
      Gets the workflow instance's serialized output, if any, as a string value.
      Returns:
      @@ -297,11 +254,11 @@ loadScripts(document, 'script');

      getFailureDetails

      @Nullable -public WorkflowFailureDetails getFailureDetails()
      +WorkflowFailureDetails getFailureDetails()
  • Gets the failure details, if any, for the failed workflow instance.

    This method returns data only if the workflow is in the - OrchestrationRuntimeStatus.FAILED state, + WorkflowFailureDetails failureDetails, and only if this instance metadata was fetched with the option to include output data.

    @@ -313,7 +270,7 @@ loadScripts(document, 'script');
  • isRunning

    -
    public boolean isRunning()
    +
    boolean isRunning()
    Gets a value indicating whether the workflow instance was running at the time this object was fetched.
    @@ -325,14 +282,14 @@ loadScripts(document, 'script');
  • isCompleted

    -
    public boolean isCompleted()
    +
    boolean isCompleted()
    Gets a value indicating whether the workflow instance was completed at the time this object was fetched.

    A workflow instance is considered completed when its runtime status value is - WorkflowRuntimeStatus.COMPLETED, - WorkflowRuntimeStatus.FAILED, or - WorkflowRuntimeStatus.TERMINATED.

    + WorkflowRuntimeStatus.COMPLETED, + WorkflowRuntimeStatus.FAILED, or + WorkflowRuntimeStatus.TERMINATED.
  • Returns:
    true if the workflow was in a terminal state; otherwise false
    @@ -342,7 +299,7 @@ loadScripts(document, 'script');
  • readInputAs

    -
    public <T> T readInputAs(Class<T> type)
    +
    <T> T readInputAs(Class<T> type)
    Deserializes the workflow's input into an object of the specified type.

    Deserialization is performed using the DataConverter that was @@ -365,7 +322,7 @@ loadScripts(document, 'script');

  • readOutputAs

    -
    public <T> T readOutputAs(Class<T> type)
    +
    <T> T readOutputAs(Class<T> type)
    Deserializes the workflow's output into an object of the specified type.

    Deserialization is performed using the DataConverter that was @@ -385,20 +342,6 @@ loadScripts(document, 'script');

  • -
  • -
    -

    toString

    -
    public String toString()
    -
    Generates a user-friendly string representation of the current metadata - object.
    -
    -
    Overrides:
    -
    toString in class Object
    -
    Returns:
    -
    a user-friendly string representation of the current metadata object
    -
    -
    -
  • 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 628909ba3..bc15a525e 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.14.1 API) + +Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.15.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 6ab7c60a3..7719a28c1 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,12 +1,12 @@ - -Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.14.1 API) + +Uses of Interface io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.15.0 API) - - + + @@ -30,7 +30,7 @@ loadScripts(document, 'script');
    +
    +

    Interface Hierarchy

    + +
    +
    +

    Enum Hierarchy

    + 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 106e81a5f..16bea0053 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.14.1 API) + +Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.15.0 API) - + @@ -55,12 +55,29 @@ loadScripts(document, 'script');
  • +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Represents a workflow failure details.
    +
    + +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    + +
    +
    Enum describing the runtime status of a workflow.
    +
  • 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 f75bcab1d..9b8294f12 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.14.1 API) + +ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.0 API) - + @@ -95,7 +95,7 @@ implements io.grpc.ClientInterceptor
    Constructor
    Description
    - +
    ApiTokenClientInterceptor(io.dapr.config.Properties properties)
     
    @@ -135,9 +135,9 @@ RespT>
    io.grpc.ClientCall<ReqT,RespT>
  • Constructor Details

    • -
      +

      ApiTokenClientInterceptor

      -
      public ApiTokenClientInterceptor()
      +
      public ApiTokenClientInterceptor(io.dapr.config.Properties properties)
    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 3c1ebfe6a..3f462e449 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.14.1 API) + +Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.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 a1bad791f..312aced44 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.14.1 API) + +io.dapr.workflows.internal (dapr-sdk-workflows 0.15.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 905b225f5..fd4681320 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.14.1 API) + +io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.15.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 bce41900c..ea84c3c27 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.14.1 API) + +Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.15.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 0d771de21..68bd044c1 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.14.1 API) + +io.dapr.workflows (dapr-sdk-workflows 0.15.0 API) - + @@ -109,6 +109,10 @@ loadScripts(document, 'script');
     
     
    + +
     
    + +
     
     
    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 e490f77f7..fb6c4e55a 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.14.1 API) + +io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.15.0 API) - + @@ -61,6 +61,7 @@ loadScripts(document, 'script');
  • java.lang.Object @@ -75,6 +76,7 @@ loadScripts(document, 'script');
  • io.dapr.workflows.WorkflowActivityContext
  • io.dapr.workflows.WorkflowContext
  • io.dapr.workflows.WorkflowStub
  • +
  • io.dapr.workflows.WorkflowTaskRetryHandler
  • 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 52d67e66f..31935dea4 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.14.1 API) + +Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.15.0 API) - + @@ -82,6 +82,10 @@ loadScripts(document, 'script');
     
     
    + +
     
    + +
     
     
    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 01d3a9e69..98b6ba3f6 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.14.1 API) + +WorkflowRuntime (dapr-sdk-workflows 0.15.0 API) - + @@ -96,8 +96,12 @@ implements
    Constructor
    Description
    -
    WorkflowRuntime(com.microsoft.durabletask.DurableTaskGrpcWorker worker)
    -
     
    +
    WorkflowRuntime(io.dapr.durabletask.DurableTaskGrpcWorker worker, + io.grpc.ManagedChannel managedChannel, + ExecutorService executorService)
    +
    +
    Constructor.
    +
  • @@ -143,9 +147,18 @@ implements
  • -
    +

    WorkflowRuntime

    -
    public WorkflowRuntime(com.microsoft.durabletask.DurableTaskGrpcWorker worker)
    +
    +
    Constructor.
    +
    +
    Parameters:
    +
    worker - grpcWorker processing activities.
    +
    managedChannel - grpc channel.
    +
    executorService - executor service responsible for running the threads.
    +
  • 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 b7b6e0516..43c43afda 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.14.1 API) + +WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.0 API) - + @@ -139,6 +139,11 @@ loadScripts(document, 'script');
    Registers a Workflow object.
    + + +
    +
    Register Executor Service to use with workflow.
    +
    @@ -200,6 +205,19 @@ loadScripts(document, 'script');
  • +
    +

    withExecutorService

    +
    public WorkflowRuntimeBuilder withExecutorService(ExecutorService executorService)
    +
    Register Executor Service to use with workflow.
    +
    +
    Parameters:
    +
    executorService - to be used.
    +
    Returns:
    +
    WorkflowRuntimeBuilder.
    +
    +
    +
  • +
  • registerWorkflow

    public <T extends Workflow> WorkflowRuntimeBuilder registerWorkflow(Class<T> clazz)
    diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html deleted file mode 100644 index e87d3eab2..000000000 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - -WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.1 API) - - - - - - - - - - - - - - - -
    - -
    -
    - -
    - -

    Enum WorkflowRuntimeStatus

    -
    -
    java.lang.Object -
    java.lang.Enum<WorkflowRuntimeStatus> -
    io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    -
    -
    -
    All Implemented Interfaces:
    -
    Serializable, Comparable<WorkflowRuntimeStatus>
    -
    -
    -
    public enum WorkflowRuntimeStatus -extends Enum<WorkflowRuntimeStatus>
    -
    Enum describing the runtime status of a workflow.
    -
    -
    - -
    -
    -
      - -
    • -
      -

      Enum Constant Details

      -
        -
      • -
        -

        RUNNING

        -
        public static final WorkflowRuntimeStatus RUNNING
        -
        The workflow started running.
        -
        -
      • -
      • -
        -

        COMPLETED

        -
        public static final WorkflowRuntimeStatus COMPLETED
        -
        The workflow completed normally.
        -
        -
      • -
      • -
        -

        CONTINUED_AS_NEW

        -
        public static final WorkflowRuntimeStatus CONTINUED_AS_NEW
        -
        The workflow is continued as new.
        -
        -
      • -
      • -
        -

        FAILED

        -
        public static final WorkflowRuntimeStatus FAILED
        -
        The workflow completed with an unhandled exception.
        -
        -
      • -
      • -
        -

        CANCELED

        -
        public static final WorkflowRuntimeStatus CANCELED
        -
        The workflow was abruptly cancelled via a management API call.
        -
        -
      • -
      • -
        -

        TERMINATED

        -
        public static final WorkflowRuntimeStatus TERMINATED
        -
        The workflow was abruptly terminated via a management API call.
        -
        -
      • -
      • -
        -

        PENDING

        -
        public static final WorkflowRuntimeStatus PENDING
        -
        The workflow was scheduled but hasn't started running.
        -
        -
      • -
      • -
        -

        SUSPENDED

        -
        public static final WorkflowRuntimeStatus SUSPENDED
        -
        The workflow was suspended.
        -
        -
      • -
      -
      -
    • - -
    • -
      -

      Method Details

      -
        -
      • -
        -

        values

        -
        public static WorkflowRuntimeStatus[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared.
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
        -
      • -
      • -
        -

        valueOf

        -
        public static WorkflowRuntimeStatus valueOf(String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (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 type has no constant with the specified name
        -
        NullPointerException - if the argument is null
        -
        -
        -
      • -
      • -
        -

        fromOrchestrationRuntimeStatus

        -
        public static WorkflowRuntimeStatus fromOrchestrationRuntimeStatus(com.microsoft.durabletask.OrchestrationRuntimeStatus status)
        -
        Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.
        -
        -
        Parameters:
        -
        status - The OrchestrationRuntimeStatus to convert to WorkflowRuntimeStatus.
        -
        Returns:
        -
        The runtime status of the workflow.
        -
        -
        -
      • -
      • -
        -

        toOrchestrationRuntimeStatus

        -
        public static com.microsoft.durabletask.OrchestrationRuntimeStatus toOrchestrationRuntimeStatus(WorkflowRuntimeStatus status)
        -
        Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
        -
        -
        Parameters:
        -
        status - The OrchestrationRuntimeStatus to convert to WorkflowRuntimeStatus.
        -
        Returns:
        -
        The runtime status of the Orchestration.
        -
        -
        -
      • -
      • -
        -

        toOrchestrationRuntimeStatus

        -
        public static List<com.microsoft.durabletask.OrchestrationRuntimeStatus> toOrchestrationRuntimeStatus(List<WorkflowRuntimeStatus> statuses)
        -
        Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
        -
        -
        Parameters:
        -
        statuses - The list of orchestrationRuntimeStatus to convert to a list of WorkflowRuntimeStatuses.
        -
        Returns:
        -
        The list runtime status of the Orchestration.
        -
        -
        -
      • -
      -
      -
    • -
    -
    - -
    -
    -
    - -
    -
    -
    - - 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 c4e8de65a..f3bf27f24 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.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.15.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 c93b6cf62..9048fb4de 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.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.0 API) - + @@ -88,6 +88,11 @@ loadScripts(document, 'script');
    Registers a Workflow object.
    + +
    WorkflowRuntimeBuilder.withExecutorService(ExecutorService executorService)
    +
    +
    Register Executor Service to use with workflow.
    +
  • 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 deleted file mode 100644 index 8cdce2f63..000000000 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - -Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.1 API) - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Uses of Enum
    io.dapr.workflows.runtime.WorkflowRuntimeStatus

    -
    -
    Packages that use WorkflowRuntimeStatus
    -
    -
    Package
    -
    Description
    - -
     
    - -
     
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    - - 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 d42910dbd..f22125833 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.14.1 API) + +io.dapr.workflows.runtime (dapr-sdk-workflows 0.15.0 API) - + @@ -16,11 +16,7 @@ -
    diff --git a/docs/dapr-sdk-workflows/member-search-index.js b/docs/dapr-sdk-workflows/member-search-index.js index b0054cc1f..3d93f9b06 100644 --- a/docs/dapr-sdk-workflows/member-search-index.js +++ b/docs/dapr-sdk-workflows/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"DefaultWorkflowContext","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.workflows.internal","c":"ApiTokenClientInterceptor","l":"ApiTokenClientInterceptor()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"build()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"build()"},{"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, WorkflowTaskOptions)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"callActivity(String, Object, WorkflowTaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, WorkflowTaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String)","u":"callChildWorkflow(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object)","u":"callChildWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"CANCELED"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"create()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"create()"},{"p":"io.dapr.workflows","c":"Workflow","l":"create()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"createTaskHub(boolean)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient(Properties)","u":"%3Cinit%3E(io.dapr.config.Properties)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"DefaultWorkflowContext(TaskOrchestrationContext)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"DefaultWorkflowContext(TaskOrchestrationContext, Logger)","u":"%3Cinit%3E(com.microsoft.durabletask.TaskOrchestrationContext,org.slf4j.Logger)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"deleteTaskHub()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"FAILED"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus)","u":"fromOrchestrationRuntimeStatus(com.microsoft.durabletask.OrchestrationRuntimeStatus)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getBackoffCoefficient()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getCreatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorType()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getFailureDetails()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getFirstRetryInterval()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getInput()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows","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.workflows.client","c":"NewWorkflowOptions","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getInstanceId()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"getInstanceState(String, boolean)","u":"getInstanceState(java.lang.String,boolean)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getLastUpdatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getMaxNumberOfAttempts()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getMaxRetryInterval()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowActivityContext","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getName()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getNewOrchestrationInstanceOptions()"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"getRetryPolicy()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getRetryTimeout()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getRuntimeStatus()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedInput()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedOutput()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getStackTrace()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getStartTime()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getVersion()"},{"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.workflows.client","c":"WorkflowInstanceStatus","l":"isCompleted()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isRunning()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"newBuilder()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"NewWorkflowOptions()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"PENDING"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"purgeInstance(String)","u":"purgeInstance(java.lang.String)"},{"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.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.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(Class)","u":"registerActivity(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(T)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(Class)","u":"registerWorkflow(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(T)"},{"p":"io.dapr.workflows","c":"WorkflowActivity","l":"run(WorkflowActivityContext)","u":"run(io.dapr.workflows.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.workflows.runtime","c":"WorkflowRuntimeStatus","l":"RUNNING"},{"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, NewWorkflowOptions)","u":"scheduleNewWorkflow(java.lang.Class,io.dapr.workflows.client.NewWorkflowOptions)"},{"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.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setBackoffCoefficient(double)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setFirstRetryInterval(Duration)","u":"setFirstRetryInterval(java.time.Duration)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setInput(Object)","u":"setInput(java.lang.Object)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setMaxNumberOfAttempts(int)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setMaxRetryInterval(Duration)","u":"setMaxRetryInterval(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setRetryTimeout(Duration)","u":"setRetryTimeout(java.time.Duration)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setStartTime(Instant)","u":"setStartTime(java.time.Instant)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start(boolean)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"SUSPENDED"},{"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.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.workflows.client","c":"WorkflowFailureDetails","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"toString()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatus","l":"values()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"WorkflowActivityClassWrapper(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"WorkflowActivityInstanceWrapper(T)","u":"%3Cinit%3E(T)"},{"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.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder(Logger)","u":"%3Cinit%3E(org.slf4j.Logger)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder(Properties)","u":"%3Cinit%3E(io.dapr.config.Properties)"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"WorkflowTaskOptions(WorkflowTaskRetryPolicy)","u":"%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"WorkflowTaskRetryPolicy(Integer, Duration, Double, Duration, Duration)","u":"%3Cinit%3E(java.lang.Integer,java.time.Duration,java.lang.Double,java.time.Duration,java.time.Duration)"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"DefaultWorkflowContext","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(io.dapr.durabletask.Task...)"},{"p":"io.dapr.workflows.internal","c":"ApiTokenClientInterceptor","l":"ApiTokenClientInterceptor(Properties)","u":"%3Cinit%3E(io.dapr.config.Properties)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"build()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"build()"},{"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, WorkflowTaskOptions)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"callActivity(String, Object, WorkflowTaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callActivity(String, Object, WorkflowTaskOptions, Class)","u":"callActivity(java.lang.String,java.lang.Object,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String)","u":"callChildWorkflow(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object)","u":"callChildWorkflow(java.lang.String,java.lang.Object)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"callChildWorkflow(String, Object, String, WorkflowTaskOptions, Class)","u":"callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,io.dapr.workflows.WorkflowTaskOptions,java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"CANCELED"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"close()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.client","c":"WorkflowRuntimeStatus","l":"COMPLETED"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.client","c":"WorkflowRuntimeStatus","l":"CONTINUED_AS_NEW"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"create()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"create()"},{"p":"io.dapr.workflows","c":"Workflow","l":"create()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","l":"createTimer(ZonedDateTime)","u":"createTimer(java.time.ZonedDateTime)"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"createTimer(ZonedDateTime)","u":"createTimer(java.time.ZonedDateTime)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"DaprWorkflowClient(Properties)","u":"%3Cinit%3E(io.dapr.config.Properties)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"DefaultWorkflowContext(TaskOrchestrationContext)","u":"%3Cinit%3E(io.dapr.durabletask.TaskOrchestrationContext)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"DefaultWorkflowContext(TaskOrchestrationContext, Logger)","u":"%3Cinit%3E(io.dapr.durabletask.TaskOrchestrationContext,org.slf4j.Logger)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"DefaultWorkflowFailureDetails(FailureDetails)","u":"%3Cinit%3E(io.dapr.durabletask.FailureDetails)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"DefaultWorkflowInstanceStatus(OrchestrationMetadata)","u":"%3Cinit%3E(io.dapr.durabletask.OrchestrationMetadata)"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"FAILED"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeStatusConverter","l":"fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus)","u":"fromOrchestrationRuntimeStatus(io.dapr.durabletask.OrchestrationRuntimeStatus)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getBackoffCoefficient()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getCreatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getCreatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getCurrentInstant()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorMessage()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"getErrorMessage()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getErrorType()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"getErrorType()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getFailureDetails()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getFailureDetails()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getFirstRetryInterval()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getInput()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getInput(Class)","u":"getInput(java.lang.Class)"},{"p":"io.dapr.workflows","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.workflows.client","c":"NewWorkflowOptions","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getInstanceId()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getInstanceId()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getInstanceId()"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"getInstanceState(String, boolean)","u":"getInstanceState(java.lang.String,boolean)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryContext","l":"getLastAttemptNumber()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryContext","l":"getLastFailure()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getLastUpdatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getLastUpdatedAt()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getLogger()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getMaxNumberOfAttempts()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getMaxRetryInterval()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"getName()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowActivityContext","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"getName()"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"getRetryHandler()"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"getRetryPolicy()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"getRetryTimeout()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getRuntimeStatus()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getRuntimeStatus()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedInput()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getSerializedInput()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"getSerializedOutput()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"getSerializedOutput()"},{"p":"io.dapr.workflows.client","c":"WorkflowFailureDetails","l":"getStackTrace()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"getStackTrace()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getStartTime()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryContext","l":"getTotalRetryTime()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"getVersion()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryContext","l":"getWorkflowContext()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryHandler","l":"handle(WorkflowTaskRetryContext)","u":"handle(io.dapr.workflows.WorkflowTaskRetryContext)"},{"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.workflows.client","c":"WorkflowFailureDetails","l":"isCausedBy(Class)","u":"isCausedBy(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"isCausedBy(Class)","u":"isCausedBy(java.lang.Class)"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isCompleted()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"isCompleted()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"isReplaying()"},{"p":"io.dapr.workflows.client","c":"WorkflowInstanceStatus","l":"isRunning()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"isRunning()"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"newBuilder()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows","c":"WorkflowContext","l":"newUuid()"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"NewWorkflowOptions()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"PENDING"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"purgeInstance(String)","u":"purgeInstance(java.lang.String)"},{"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.workflows.client","c":"WorkflowInstanceStatus","l":"readInputAs(Class)","u":"readInputAs(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","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.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"readOutputAs(Class)","u":"readOutputAs(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(Class)","u":"registerActivity(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerActivity(T)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(Class)","u":"registerWorkflow(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"registerWorkflow(T)"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"resumeWorkflow(String, String)","u":"resumeWorkflow(java.lang.String,java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowActivity","l":"run(WorkflowActivityContext)","u":"run(io.dapr.workflows.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.workflows.client","c":"WorkflowRuntimeStatus","l":"RUNNING"},{"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, NewWorkflowOptions)","u":"scheduleNewWorkflow(java.lang.Class,io.dapr.workflows.client.NewWorkflowOptions)"},{"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.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setBackoffCoefficient(double)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setFirstRetryInterval(Duration)","u":"setFirstRetryInterval(java.time.Duration)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setInput(Object)","u":"setInput(java.lang.Object)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setInstanceId(String)","u":"setInstanceId(java.lang.String)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setMaxNumberOfAttempts(int)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setMaxRetryInterval(Duration)","u":"setMaxRetryInterval(java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy.Builder","l":"setRetryTimeout(Duration)","u":"setRetryTimeout(java.time.Duration)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setStartTime(Instant)","u":"setStartTime(java.time.Instant)"},{"p":"io.dapr.workflows.client","c":"NewWorkflowOptions","l":"setVersion(String)","u":"setVersion(java.lang.String)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"start(boolean)"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"SUSPENDED"},{"p":"io.dapr.workflows.client","c":"DaprWorkflowClient","l":"suspendWorkflow(String, String)","u":"suspendWorkflow(java.lang.String,java.lang.String)"},{"p":"io.dapr.workflows.client","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.workflows.runtime","c":"DefaultWorkflowFailureDetails","l":"toString()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowInstanceStatus","l":"toString()"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.dapr.workflows.client","c":"WorkflowRuntimeStatus","l":"values()"},{"p":"io.dapr.workflows.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.runtime","c":"DefaultWorkflowContext","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.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"withExecutorService(ExecutorService)","u":"withExecutorService(java.util.concurrent.ExecutorService)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityClassWrapper","l":"WorkflowActivityClassWrapper(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowActivityInstanceWrapper","l":"WorkflowActivityInstanceWrapper(T)","u":"%3Cinit%3E(T)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntime","l":"WorkflowRuntime(DurableTaskGrpcWorker, ManagedChannel, ExecutorService)","u":"%3Cinit%3E(io.dapr.durabletask.DurableTaskGrpcWorker,io.grpc.ManagedChannel,java.util.concurrent.ExecutorService)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder()","u":"%3Cinit%3E()"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder(Logger)","u":"%3Cinit%3E(org.slf4j.Logger)"},{"p":"io.dapr.workflows.runtime","c":"WorkflowRuntimeBuilder","l":"WorkflowRuntimeBuilder(Properties)","u":"%3Cinit%3E(io.dapr.config.Properties)"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"WorkflowTaskOptions(WorkflowTaskRetryHandler)","u":"%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler)"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"WorkflowTaskOptions(WorkflowTaskRetryPolicy)","u":"%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy)"},{"p":"io.dapr.workflows","c":"WorkflowTaskOptions","l":"WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler)","u":"%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryContext","l":"WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration)","u":"%3Cinit%3E(io.dapr.workflows.runtime.DefaultWorkflowContext,int,io.dapr.workflows.client.WorkflowFailureDetails,java.time.Duration)"},{"p":"io.dapr.workflows","c":"WorkflowTaskRetryPolicy","l":"WorkflowTaskRetryPolicy(Integer, Duration, Double, Duration, Duration)","u":"%3Cinit%3E(java.lang.Integer,java.time.Duration,java.lang.Double,java.time.Duration,java.time.Duration)"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/dapr-sdk-workflows/overview-summary.html b/docs/dapr-sdk-workflows/overview-summary.html index 98b7a5f78..0af89aa6f 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.14.1 API + +dapr-sdk-workflows 0.15.0 API - + diff --git a/docs/dapr-sdk-workflows/overview-tree.html b/docs/dapr-sdk-workflows/overview-tree.html index 1bf2bb5cd..77ffc89c1 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.14.1 API) + +Class Hierarchy (dapr-sdk-workflows 0.15.0 API) - + @@ -66,14 +66,16 @@ loadScripts(document, 'script');
  • io.dapr.workflows.internal.ApiTokenClientInterceptor (implements io.grpc.ClientInterceptor)
  • io.dapr.workflows.client.DaprWorkflowClient (implements java.lang.AutoCloseable)
  • io.dapr.workflows.runtime.DefaultWorkflowContext (implements io.dapr.workflows.WorkflowContext)
  • +
  • io.dapr.workflows.runtime.DefaultWorkflowFailureDetails (implements io.dapr.workflows.client.WorkflowFailureDetails)
  • +
  • io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus (implements io.dapr.workflows.client.WorkflowInstanceStatus)
  • io.dapr.workflows.client.NewWorkflowOptions
  • -
  • io.dapr.workflows.runtime.WorkflowActivityClassWrapper<T> (implements com.microsoft.durabletask.TaskActivityFactory)
  • -
  • io.dapr.workflows.runtime.WorkflowActivityInstanceWrapper<T> (implements com.microsoft.durabletask.TaskActivityFactory)
  • -
  • io.dapr.workflows.client.WorkflowFailureDetails
  • -
  • io.dapr.workflows.client.WorkflowInstanceStatus
  • +
  • io.dapr.workflows.runtime.WorkflowActivityClassWrapper<T> (implements io.dapr.durabletask.TaskActivityFactory)
  • +
  • io.dapr.workflows.runtime.WorkflowActivityInstanceWrapper<T> (implements io.dapr.durabletask.TaskActivityFactory)
  • io.dapr.workflows.runtime.WorkflowRuntime (implements java.lang.AutoCloseable)
  • io.dapr.workflows.runtime.WorkflowRuntimeBuilder
  • +
  • io.dapr.workflows.runtime.WorkflowRuntimeStatusConverter
  • io.dapr.workflows.WorkflowTaskOptions
  • +
  • io.dapr.workflows.WorkflowTaskRetryContext
  • io.dapr.workflows.WorkflowTaskRetryPolicy
  • io.dapr.workflows.WorkflowTaskRetryPolicy.Builder
  • @@ -87,7 +89,10 @@ loadScripts(document, 'script');
  • io.dapr.workflows.WorkflowActivity
  • io.dapr.workflows.WorkflowActivityContext
  • io.dapr.workflows.WorkflowContext
  • +
  • io.dapr.workflows.client.WorkflowFailureDetails
  • +
  • io.dapr.workflows.client.WorkflowInstanceStatus
  • io.dapr.workflows.WorkflowStub
  • +
  • io.dapr.workflows.WorkflowTaskRetryHandler
  • @@ -97,7 +102,7 @@ loadScripts(document, 'script'); diff --git a/docs/dapr-sdk-workflows/project-reports.html b/docs/dapr-sdk-workflows/project-reports.html index 0548388f4..9f77fd0d0 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 @@
    +
    clearConnectedAddresses() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    clearConsistency() - Method in class io.dapr.v1.CommonProtos.StateOptions.Builder
    .dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
    @@ -2675,6 +2810,11 @@ TODO: Cassie: probably add scheduler runtime status
    The read consistency of the state store.
    +
    clearContent() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The content to send to the llm
    +
    clearContentType() - Method in class io.dapr.v1.CommonProtos.InvokeRequest.Builder
    @@ -2700,6 +2840,16 @@ TODO: Cassie: probably add scheduler runtime status
    The content type for the event
    +
    clearContextID() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    clearContextID() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    clearCount() - Method in class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder
    int32 count = 2;
    @@ -3074,6 +3224,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -3148,6 +3306,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    clearField(Descriptors.FieldDescriptor) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -3352,6 +3512,11 @@ TODO: Cassie: probably add scheduler runtime status
    Input data for the workflow instance.
    +
    clearInputs() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    clearInstanceId() - Method in class io.dapr.v1.DaprProtos.GetWorkflowRequest.Builder
    @@ -3582,6 +3747,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    clearMetadata() - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    clearMetadata() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    clearMetadata() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
     
    clearMetadata() - Method in class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder
    @@ -3644,6 +3811,11 @@ TODO: Cassie: probably add scheduler runtime status
    Job name.
    +
    clearName() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The name of Conversation component
    +
    clearName() - Method in class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    @@ -3797,6 +3969,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -3871,6 +4051,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    clearOneof(Descriptors.OneofDescriptor) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -4025,11 +4207,20 @@ TODO: Cassie: probably add scheduler runtime status
    clearOptions() - Method in class io.dapr.v1.DaprProtos.StartWorkflowRequest.Builder
     
    +
    clearOutputs() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    clearParallelism() - Method in class io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder
    The number of parallel operations executed on the state store for a get operation.
    +
    clearParameters() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    clearParameters() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    clearPath() - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder
    @@ -4186,11 +4377,21 @@ TODO: Cassie: probably add scheduler runtime status
    resource_id is the lock key.
    +
    clearResult() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Result for the one conversation input.
    +
    clearResults() - Method in class io.dapr.v1.DaprProtos.QueryStateResponse.Builder
    An array of query results.
    +
    clearRole() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    clearRoutes() - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder
    @@ -4228,6 +4429,20 @@ TODO: Cassie: probably add scheduler runtime status
    schedule is an optional schedule at which the job is to be run.
    +
    clearScheduler() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    clearScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    clearScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    clearSecrets() - Method in class io.dapr.v1.DaprProtos.SecretResponse.Builder
     
    clearSeq() - Method in class io.dapr.v1.CommonProtos.StreamPayload.Builder
    @@ -4415,6 +4630,11 @@ TODO: Cassie: probably add scheduler runtime status
    Authentication tag.
    +
    clearTemperature() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    clearTo() - Method in class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder
    @@ -4666,6 +4886,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    clone() - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    clone() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    clone() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    clone() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    clone() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    clone() - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    clone() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -4740,6 +4968,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    clone() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    clone() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    clone() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    clone() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -5022,7 +5252,7 @@ TODO: Cassie: probably add scheduler runtime status
    complete(Predicate<?>, Sort) - Method in class io.dapr.spring.data.repository.query.DaprPredicateQueryCreator
     
    -
    COMPLETED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    COMPLETED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed normally.
    @@ -5104,7 +5334,7 @@ TODO: Cassie: probably add scheduler runtime status
    Represents a Dapr component.
    -
    Configuration(String, TracingConfigurationSettings) - Constructor for class io.dapr.testcontainers.Configuration
    +
    Configuration(String, TracingConfigurationSettings, AppHttpPipeline) - Constructor for class io.dapr.testcontainers.Configuration
    Creates a new configuration.
    @@ -5130,6 +5360,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    configure() - Method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    configure() - Method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    CONNECT - Enum constant in enum io.dapr.client.DaprHttp.HttpMethods
     
    CONNECT - Enum constant in enum io.dapr.v1.CommonProtos.HTTPExtension.Verb
    @@ -5144,6 +5376,8 @@ TODO: Cassie: probably add scheduler runtime status
    CONNECT = 6;
    +
    CONNECTED_ADDRESSES_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    considerNestedRepositories() - Element in annotation type io.dapr.spring.data.repository.config.EnableDaprRepositories
    Configures whether nested repository-interfaces (e.g.
    @@ -5386,6 +5620,21 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    containsMetadata(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    +
    containsMetadata(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The metadata passing to conversation components.
    +
    +
    containsMetadata(String) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The metadata passing to conversation components.
    +
    containsMetadata(String) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -5707,6 +5956,36 @@ TODO: Cassie: probably add scheduler runtime status
    Additional component-specific options for starting the workflow instance.
    +
    containsParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    containsParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Parameters for all custom fields.
    +
    +
    containsParameters(String) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    containsParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    containsParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Parameters for all custom fields.
    +
    +
    containsParameters(String) - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    containsProperties(String) - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -5734,6 +6013,8 @@ TODO: Cassie: probably add scheduler runtime status
    map<string, string> secrets = 1;
    +
    CONTENT_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    CONTENT_TYPE - Static variable in class io.dapr.client.domain.CloudEvent
    Mime type used for CloudEvent.
    @@ -5750,6 +6031,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    CONTENT_TYPE_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.BulkPublishRequestEntry
     
    +
    CONTEXTID_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    CONTEXTID_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    continueAsNew(Object) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    Restarts the orchestration with a new input and clears its history.
    @@ -5766,10 +6051,66 @@ TODO: Cassie: probably add scheduler runtime status
    Restarts the orchestration with a new input and clears its history.
    -
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow is continued as new.
    +
    ConversationInput - Class in io.dapr.client.domain
    +
    +
    Represents an input message for a conversation with an LLM.
    +
    +
    ConversationInput(String) - Constructor for class io.dapr.client.domain.ConversationInput
    +
    +
    Constructor.
    +
    +
    ConversationOutput - Class in io.dapr.client.domain
    +
    +
    Returns the conversation output.
    +
    +
    ConversationOutput(String, Map<String, byte[]>) - Constructor for class io.dapr.client.domain.ConversationOutput
    +
    +
    Constructor.
    +
    +
    ConversationRequest - Class in io.dapr.client.domain
    +
    +
    Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
    +
    +
    ConversationRequest(String, List<ConversationInput>) - Constructor for class io.dapr.client.domain.ConversationRequest
    +
    +
    Constructs a DaprConversation with a component name and conversation inputs.
    +
    +
    ConversationResponse - Class in io.dapr.client.domain
    +
    +
    Response from the Dapr Conversation API.
    +
    +
    ConversationResponse(String, List<ConversationOutput>) - Constructor for class io.dapr.client.domain.ConversationResponse
    +
    +
    Constructor.
    +
    +
    converse(ConversationRequest) - Method in class io.dapr.client.DaprClientImpl
    +
    converse(ConversationRequest) - Method in interface io.dapr.client.DaprPreviewClient
    +
     
    +
    converseAlpha1(DaprProtos.ConversationRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    +
    +
    + Converse with a LLM service
    +
    +
    converseAlpha1(DaprProtos.ConversationRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    +
    +
    + Converse with a LLM service
    +
    +
    converseAlpha1(DaprProtos.ConversationRequest, StreamObserver<DaprProtos.ConversationResponse>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    +
    +
    + Converse with a LLM service
    +
    +
    converseAlpha1(DaprProtos.ConversationRequest, StreamObserver<DaprProtos.ConversationResponse>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    +
    +
    + Converse with a LLM service
    +
    convert(Component) - Method in class io.dapr.testcontainers.converter.ComponentYamlConverter
     
    convert(Configuration) - Method in class io.dapr.testcontainers.converter.ConfigurationYamlConverter
    @@ -5838,12 +6179,18 @@ TODO: Cassie: probably add scheduler runtime status
    CREATED_AT_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.GetWorkflowResponse
     
    +
    createDaprClientBuilder() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientAutoConfiguration
    +
    +
    We use this method in tests to override the default DaprClientBuilder.
    +
    +
    createPropertiesFromConnectionDetails(DaprConnectionDetails) - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientAutoConfiguration
    +
    +
    Creates a Properties object from the DaprConnectionDetails.
    +
    createRandom() - Static method in class io.dapr.actors.ActorId
    Creates a new ActorId with a random id.
    -
    createTaskHub(boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    createTimer(Duration) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    Creates a durable timer that expires after the specified delay.
    @@ -5852,21 +6199,39 @@ TODO: Cassie: probably add scheduler runtime status
    Creates a durable timer that expires after the specified delay.
    +
    createTimer(ZonedDateTime) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
     
    createTimer(ZonedDateTime) - Method in interface io.dapr.workflows.WorkflowContext
    Creates a durable timer that expires after the specified timestamp with specific zone.
    +
    CustomizableObjectSerializer - Class in io.dapr.serializer
    +
     
    +
    CustomizableObjectSerializer(ObjectMapper) - Constructor for class io.dapr.serializer.CustomizableObjectSerializer
    +
     

    D

    +
    daily() - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a daily job schedule, running at midnight every day.
    +
    DAPR_API_TOKEN - Static variable in class io.dapr.client.Headers
    Token for authentication from Application to Dapr runtime.
    +
    DAPR_PLACEMENT_IMAGE_TAG - Static variable in interface io.dapr.testcontainers.DaprContainerConstants
    +
     
    +
    DAPR_RUNTIME_IMAGE_TAG - Static variable in interface io.dapr.testcontainers.DaprContainerConstants
    +
     
    +
    DAPR_SCHEDULER_IMAGE_TAG - Static variable in interface io.dapr.testcontainers.DaprContainerConstants
    +
     
    DAPR_USER_AGENT - Static variable in class io.dapr.client.Headers
    Header for Api Logging User-Agent.
    +
    DAPR_VERSION - Static variable in interface io.dapr.testcontainers.DaprContainerConstants
    +
     
    DaprApiTokenInterceptor - Class in io.dapr.internal.grpc.interceptors
    Class to be used as part of your service's client stub interceptor to include the Dapr API token.
    @@ -6150,7 +6515,7 @@ TODO: Cassie: probably add scheduler runtime status
    Constructs a DaprClientProperties.
    -
    DaprClientProperties(String, String, Integer, Integer) - Constructor for class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
    +
    DaprClientProperties(String, String, Integer, Integer, String) - Constructor for class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
    Constructs a DaprClientProperties.
    @@ -6168,6 +6533,8 @@ TODO: Cassie: probably add scheduler runtime status
    DaprContainerConnectionDetailsFactory - Class in io.dapr.spring.boot.testcontainers.service.connection
     
    +
    DaprContainerConstants - Interface in io.dapr.testcontainers
    +
     
    DaprError - Class in io.dapr.exceptions
    Represents an error message from Dapr.
    @@ -6491,6 +6858,52 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.BulkStateItemOrBuilder - Interface in io.dapr.v1
     
    +
    DaprProtos.ConversationInput - Class in io.dapr.v1
    +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    +
    DaprProtos.ConversationInput.Builder - Class in io.dapr.v1
    +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    +
    DaprProtos.ConversationInputOrBuilder - Interface in io.dapr.v1
    +
     
    +
    DaprProtos.ConversationRequest - Class in io.dapr.v1
    +
    +
    + ConversationRequest is the request object for Conversation.
    +
    +
    DaprProtos.ConversationRequest.Builder - Class in io.dapr.v1
    +
    +
    + ConversationRequest is the request object for Conversation.
    +
    +
    DaprProtos.ConversationRequestOrBuilder - Interface in io.dapr.v1
    +
     
    +
    DaprProtos.ConversationResponse - Class in io.dapr.v1
    +
    +
    + ConversationResponse is the response for Conversation.
    +
    +
    DaprProtos.ConversationResponse.Builder - Class in io.dapr.v1
    +
    +
    + ConversationResponse is the response for Conversation.
    +
    +
    DaprProtos.ConversationResponseOrBuilder - Interface in io.dapr.v1
    +
     
    +
    DaprProtos.ConversationResult - Class in io.dapr.v1
    +
    +
    + ConversationResult is the result for one input.
    +
    +
    DaprProtos.ConversationResult.Builder - Class in io.dapr.v1
    +
    +
    + ConversationResult is the result for one input.
    +
    +
    DaprProtos.ConversationResultOrBuilder - Interface in io.dapr.v1
    +
     
    DaprProtos.DecryptRequest - Class in io.dapr.v1
    @@ -6933,6 +7346,20 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.MetadataHTTPEndpointOrBuilder - Interface in io.dapr.v1
     
    +
    DaprProtos.MetadataScheduler - Class in io.dapr.v1
    +
    +
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    +
    +
    DaprProtos.MetadataScheduler.Builder - Class in io.dapr.v1
    +
    +
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    +
    +
    DaprProtos.MetadataSchedulerOrBuilder - Interface in io.dapr.v1
    +
     
    DaprProtos.PauseWorkflowRequest - Class in io.dapr.v1
    @@ -7600,6 +8027,18 @@ TODO: Cassie: probably add scheduler runtime status
    DaprRepositoryConfigurationExtension() - Constructor for class io.dapr.spring.data.repository.config.DaprRepositoryConfigurationExtension
     
    +
    DaprSchedulerContainer - Class in io.dapr.testcontainers
    +
    +
    Test container for Dapr scheduler service.
    +
    +
    DaprSchedulerContainer(String) - Constructor for class io.dapr.testcontainers.DaprSchedulerContainer
    +
    +
    Creates a new Dapr schedulers container.
    +
    +
    DaprSchedulerContainer(DockerImageName) - Constructor for class io.dapr.testcontainers.DaprSchedulerContainer
    +
    +
    Creates a new Dapr scheduler container.
    +
    DaprStateStoreProperties - Class in io.dapr.spring.boot.autoconfigure.statestore
     
    DaprStateStoreProperties() - Constructor for class io.dapr.spring.boot.autoconfigure.statestore.DaprStateStoreProperties
    @@ -7742,14 +8181,31 @@ TODO: Cassie: probably add scheduler runtime status
     
    DefaultWorkflowContext - Class in io.dapr.workflows.runtime
     
    -
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    -
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    +
    DefaultWorkflowFailureDetails - Class in io.dapr.workflows.runtime
    +
    +
    Represents a workflow failure details.
    +
    +
    DefaultWorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Class constructor.
    +
    +
    DefaultWorkflowInstanceStatus - Class in io.dapr.workflows.runtime
    +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    +
    DefaultWorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Class constructor.
    +
    delete(Class<?>) - Method in class io.dapr.spring.data.DaprKeyValueTemplate
     
    delete(Object, Class<T>) - Method in class io.dapr.spring.data.DaprKeyValueTemplate
    @@ -7800,6 +8256,14 @@ TODO: Cassie: probably add scheduler runtime status
    Deletes a bulk of state items for a list of keys
    +
    deleteJob(DeleteJobRequest) - Method in class io.dapr.client.DaprClientImpl
    +
    +
    Deletes a job based on the given request.
    +
    +
    deleteJob(DeleteJobRequest) - Method in interface io.dapr.client.DaprPreviewClient
    +
    +
    Deletes a job based on the given request.
    +
    deleteJobAlpha1(DaprProtos.DeleteJobRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -7820,6 +8284,14 @@ TODO: Cassie: probably add scheduler runtime status
    Delete a job
    +
    DeleteJobRequest - Class in io.dapr.client.domain
    +
    +
    Represents a request to schedule a job in Dapr.
    +
    +
    DeleteJobRequest(String) - Constructor for class io.dapr.client.domain.DeleteJobRequest
    +
    +
    Constructor to create Delete Job Request.
    +
    deleteState(DeleteStateRequest) - Method in interface io.dapr.client.DaprClient
    Delete a state.
    @@ -7872,8 +8344,6 @@ TODO: Cassie: probably add scheduler runtime status
    Constructor for DeleteStateRequest.
    -
    deleteTaskHub() - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    DESC - Enum constant in enum io.dapr.client.domain.query.Sorting.Order
     
    deserialize(byte[]) - Static method in class io.dapr.client.domain.CloudEvent
    @@ -8009,6 +8479,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    equals(Object) - Method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    equals(Object) - Method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    equals(Object) - Method in class io.dapr.v1.CommonProtos.ConfigurationItem
     
    equals(Object) - Method in class io.dapr.v1.CommonProtos.Etag
    @@ -8079,6 +8551,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    equals(Object) - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    equals(Object) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    equals(Object) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    equals(Object) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -8153,6 +8633,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    equals(Object) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    equals(Object) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -8384,7 +8866,7 @@ TODO: Cassie: probably add scheduler runtime status

    F

    -
    FAILED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    FAILED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed with an unhandled exception.
    @@ -8448,9 +8930,17 @@ TODO: Cassie: probably add scheduler runtime status
    Creates an ExecutionException (can also be HttpException, if applicable).
    -
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in class io.dapr.workflows.runtime.WorkflowRuntimeStatusConverter
    -
    Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.
    +
    Converts an OrchestrationRuntimeStatus to a WorkflowRuntimeStatus.
    +
    +
    fromPeriod(Duration) - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a job schedule from a fixed period using a Duration.
    +
    +
    fromString(String) - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a job schedule from a custom cron expression.
    fromValue(String) - Static method in enum io.dapr.client.domain.query.Sorting.Order
     
    @@ -8846,38 +9336,31 @@ TODO: Cassie: probably add scheduler runtime status
    getActorRuntime() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntime() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntime() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntimeBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntimeOrBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntimeOrBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActorRuntimeOrBuilder() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    getActors() - Method in class io.dapr.client.domain.DaprMetadata
     
    @@ -9273,6 +9756,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    getAnnotation() - Method in class io.dapr.spring.data.repository.config.DaprRepositoriesRegistrar
     
    +
    getApiToken() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
    +
     
    +
    getApiToken() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    +
     
    getAppChannelAddress() - Method in class io.dapr.testcontainers.DaprContainer
     
    getAppConnectionProperties() - Method in class io.dapr.client.domain.DaprMetadata
    @@ -9305,6 +9792,8 @@ TODO: Cassie: probably add scheduler runtime status
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    +
    getAppHttpPipeline() - Method in class io.dapr.testcontainers.Configuration
    +
     
    getAppId() - Method in class io.dapr.client.domain.InvokeMethodRequest
     
    getAppName() - Method in class io.dapr.testcontainers.DaprContainer
    @@ -10204,6 +10693,66 @@ TODO: Cassie: probably add scheduler runtime status
    Constructor for GetConfigurationRequest.
    +
    getConnectedAddresses(int) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddresses(int) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddresses(int) - Method in interface io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesBytes(int) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesBytes(int) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesBytes(int) - Method in interface io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesCount() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesCount() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesCount() - Method in interface io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesList() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesList() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    +
    getConnectedAddressesList() - Method in interface io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    getConsistency() - Method in class io.dapr.client.domain.StateOptions
     
    getConsistency() - Method in class io.dapr.v1.CommonProtos.StateOptions.Builder
    @@ -10262,6 +10811,40 @@ TODO: Cassie: probably add scheduler runtime status
    getContainerConnectionDetails(ContainerConnectionSource<DaprContainer>) - Method in class io.dapr.spring.boot.testcontainers.service.connection.DaprContainerConnectionDetailsFactory
     
    +
    getContent() - Method in class io.dapr.client.domain.ConversationInput
    +
    +
    The message content to send to the LLM.
    +
    +
    getContent() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The content to send to the llm
    +
    +
    getContent() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + The content to send to the llm
    +
    +
    getContent() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + The content to send to the llm
    +
    +
    getContentBytes() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The content to send to the llm
    +
    +
    getContentBytes() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + The content to send to the llm
    +
    +
    getContentBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + The content to send to the llm
    +
    getContentType() - Method in class io.dapr.client.domain.BulkPublishEntry
     
    getContentType() - Method in class io.dapr.client.domain.BulkSubscribeMessageEntry
    @@ -10270,6 +10853,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getContentType() - Method in class io.dapr.client.domain.PublishEventRequest
     
    +
    getContentType() - Method in class io.dapr.serializer.CustomizableObjectSerializer
    +
     
    getContentType() - Method in interface io.dapr.serializer.DaprObjectSerializer
    Returns the content type of the request.
    @@ -10428,6 +11013,80 @@ TODO: Cassie: probably add scheduler runtime status
    The content type for the event
    +
    getContextId() - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Gets the context identifier.
    +
    +
    getContextId() - Method in class io.dapr.client.domain.ConversationResponse
    +
    +
    The ID of an existing chat (like in ChatGPT).
    +
    +
    getContextID() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextID() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextID() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextID() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextID() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextID() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getContextIDBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    getConversationOutputs() - Method in class io.dapr.client.domain.ConversationResponse
    +
    +
    Get list of conversation outputs.
    +
    +
    getConverseAlpha1Method() - Static method in class io.dapr.v1.DaprGrpc
    +
     
    getCount() - Method in class io.dapr.client.domain.ActorMetadata
     
    getCount() - Method in class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder
    @@ -10457,7 +11116,11 @@ TODO: Cassie: probably add scheduler runtime status
    The time at which the workflow instance was created.
    -
    getCreatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getCreatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's creation time in UTC.
    +
    +
    getCreatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's creation time in UTC.
    @@ -10493,10 +11156,18 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the cloud event data.
    +
    getData() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the data payload of the job.
    +
    getData() - Method in class io.dapr.client.domain.InvokeBindingRequest
     
    getData() - Method in class io.dapr.client.domain.PublishEventRequest
     
    +
    getData() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the data payload of the job.
    +
    getData() - Method in class io.dapr.v1.CommonProtos.InvokeRequest.Builder
    @@ -11285,6 +11956,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDefaultImageName() - Static method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    getDefaultImageName() - Static method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    getDefaultInstance() - Static method in class io.dapr.v1.CommonProtos.ConfigurationItem
     
    getDefaultInstance() - Static method in class io.dapr.v1.CommonProtos.Etag
    @@ -11355,6 +12028,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -11429,6 +12110,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    getDefaultInstance() - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -11677,6 +12360,22 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
    @@ -11825,6 +12524,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    +
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    getDefaultInstanceForType() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
    @@ -12205,6 +12908,22 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
    @@ -12355,6 +13074,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    +
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    getDescriptor() - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
    @@ -12659,6 +13382,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -12733,6 +13464,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    getDescriptorForType() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -12901,6 +13634,14 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the timeout to drain ongoing calls.
    +
    getDueTime() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the due time of the job.
    +
    +
    getDueTime() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the due time of the job.
    +
    getDueTime() - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -13474,11 +14215,19 @@ TODO: Cassie: probably add scheduler runtime status
    getErrorMessage() - Method in class io.dapr.client.domain.BulkPublishResponseFailedEntry
     
    -
    getErrorMessage() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    Gets the error message.
    -
    getErrorType() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Gets the error message.
    +
    +
    getErrorType() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Gets the error type, which is the namespace-qualified exception type name.
    +
    +
    getErrorType() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    Gets the error type, which is the namespace-qualified exception type name.
    @@ -13799,6 +14548,10 @@ TODO: Cassie: probably add scheduler runtime status
    Required.
    +
    getExpression() - Method in class io.dapr.client.domain.JobSchedule
    +
    +
    Gets the cron expression representing this job schedule.
    +
    getExtendedMetadata() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    Deprecated.
    @@ -14014,7 +14767,11 @@ TODO: Cassie: probably add scheduler runtime status
    The entries for different events that failed publish in the BulkPublishEvent call
    -
    getFailureDetails() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getFailureDetails() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the failure details, if any, for the failed workflow instance.
    +
    +
    getFailureDetails() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the failure details, if any, for the failed workflow instance.
    @@ -14076,12 +14833,18 @@ TODO: Cassie: probably add scheduler runtime status
     
    getGrpcEndpoint() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
     
    +
    getGrpcEndpoint() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    +
     
    getGrpcEndpoint() - Method in class io.dapr.testcontainers.DaprContainer
     
    getGrpcPort() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
     
    +
    getGrpcPort() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    +
     
    getGrpcPort() - Method in class io.dapr.testcontainers.DaprContainer
     
    +
    getHandlers() - Method in class io.dapr.testcontainers.AppHttpPipeline
    +
     
    getHeaders() - Method in class io.dapr.client.DaprHttp.Response
     
    getHeaders() - Method in class io.dapr.client.domain.HttpExtension
    @@ -14231,6 +14994,8 @@ TODO: Cassie: probably add scheduler runtime status
    getHttpEndpoint() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
     
    +
    getHttpEndpoint() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    +
     
    getHttpEndpoint() - Method in class io.dapr.testcontainers.DaprContainer
     
    getHttpEndpoints() - Method in class io.dapr.client.domain.DaprMetadata
    @@ -14379,6 +15144,8 @@ TODO: Cassie: probably add scheduler runtime status
    getHttpPort() - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
     
    +
    getHttpPort() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    +
     
    getHttpPort() - Method in class io.dapr.testcontainers.DaprContainer
     
    getHttpStatusCode() - Method in exception io.dapr.exceptions.DaprException
    @@ -14714,6 +15481,95 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the deserialized input of the current task orchestration.
    +
    getInputs() - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Gets the list of Dapr conversation input.
    +
    +
    getInputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputs(int) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsCount() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsList() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsList() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsList() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilder(int) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    getInputsOrBuilderList() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    getInstance() - Static method in class io.dapr.actors.runtime.ActorRuntime
    Returns an ActorRuntime object.
    @@ -14861,7 +15717,7 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the instance ID of the new workflow.
    -
    getInstanceId() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getInstanceId() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the unique ID of the workflow instance.
    @@ -14869,6 +15725,10 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the instance ID of the current workflow.
    +
    getInstanceId() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the unique ID of the workflow instance.
    +
    getInstanceId() - Method in interface io.dapr.workflows.WorkflowContext
    Gets the instance ID of the current workflow.
    @@ -15259,6 +16119,14 @@ TODO: Cassie: probably add scheduler runtime status
    The job details.
    +
    getJob(GetJobRequest) - Method in class io.dapr.client.DaprClientImpl
    +
    +
    Retrieves details of a specific job.
    +
    +
    getJob(GetJobRequest) - Method in interface io.dapr.client.DaprPreviewClient
    +
    +
    Retrieves details of a specific job.
    +
    getJobAlpha1(DaprProtos.GetJobRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -15319,6 +16187,26 @@ TODO: Cassie: probably add scheduler runtime status
    The job details.
    +
    GetJobRequest - Class in io.dapr.client.domain
    +
    +
    Represents a request to schedule a job in Dapr.
    +
    +
    GetJobRequest(String) - Constructor for class io.dapr.client.domain.GetJobRequest
    +
    +
    Constructor to create Get Job Request.
    +
    +
    GetJobResponse - Class in io.dapr.client.domain
    +
    +
    Represents a request to schedule a job in Dapr.
    +
    +
    GetJobResponse(String, JobSchedule) - Constructor for class io.dapr.client.domain.GetJobResponse
    +
    +
    Constructor to create GetJobResponse.
    +
    +
    GetJobResponse(String, Instant) - Constructor for class io.dapr.client.domain.GetJobResponse
    +
    +
    Constructor to create GetJobResponse.
    +
    getKey() - Method in class io.dapr.client.domain.ConfigurationItem
     
    getKey() - Method in class io.dapr.client.domain.DeleteStateRequest
    @@ -16051,6 +16939,14 @@ TODO: Cassie: probably add scheduler runtime status
    Key wrapping algorithm to use.
    +
    getLastAttemptNumber() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the previous retry attempt number.
    +
    +
    getLastFailure() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the details of the previous task failure, including the exception type, message, and callstack.
    +
    getLastUpdatedAt() - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -16066,7 +16962,11 @@ TODO: Cassie: probably add scheduler runtime status
    The last time at which the workflow instance had its state changed.
    -
    getLastUpdatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getLastUpdatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's last updated time in UTC.
    +
    +
    getLastUpdatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's last updated time in UTC.
    @@ -16495,6 +17395,18 @@ TODO: Cassie: probably add scheduler runtime status
    Deprecated.
    +
    getMetadata() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    Deprecated.
    +
    +
    getMetadata() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    Deprecated.
    +
    +
    getMetadata() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    Deprecated.
    +
    getMetadata() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    Deprecated.
    @@ -16824,6 +17736,15 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    getMetadataCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    getMetadataCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getMetadataCount() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The metadata passing to conversation components.
    +
    getMetadataCount() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
     
    getMetadataCount() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest
    @@ -17137,6 +18058,21 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    getMetadataMap() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataMap() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataMap() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The metadata passing to conversation components.
    +
    getMetadataMap() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -17578,6 +18514,21 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    getMetadataOrDefault(String, String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataOrDefault(String, String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataOrDefault(String, String) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The metadata passing to conversation components.
    +
    getMetadataOrDefault(String, String) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -18019,6 +18970,21 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    getMetadataOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The metadata passing to conversation components.
    +
    +
    getMetadataOrThrow(String) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The metadata passing to conversation components.
    +
    getMetadataOrThrow(String) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -18477,6 +19443,10 @@ TODO: Cassie: probably add scheduler runtime status
    Deprecated.
    +
    getMutableMetadata() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    Deprecated.
    +
    getMutableMetadata() - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    Deprecated.
    @@ -18557,6 +19527,14 @@ TODO: Cassie: probably add scheduler runtime status
    Deprecated.
    +
    getMutableParameters() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    Deprecated.
    +
    +
    getMutableParameters() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    Deprecated.
    +
    getMutableProperties() - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    Deprecated.
    @@ -18567,12 +19545,32 @@ TODO: Cassie: probably add scheduler runtime status
    getName() - Method in class io.dapr.client.domain.ComponentMetadata
     
    +
    getName() - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Gets the conversation component name.
    +
    +
    getName() - Method in class io.dapr.client.domain.DeleteJobRequest
    +
    +
    Gets the name of the job.
    +
    +
    getName() - Method in class io.dapr.client.domain.GetJobRequest
    +
    +
    Gets the name of the job.
    +
    +
    getName() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the name of the job.
    +
    getName() - Method in class io.dapr.client.domain.HttpEndpointMetadata
     
    getName() - Method in class io.dapr.client.domain.InvokeBindingRequest
     
    getName() - Method in class io.dapr.client.domain.query.filters.Filter
     
    +
    getName() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the name of the job.
    +
    getName() - Method in class io.dapr.config.Property
    Gets the Java property's name.
    @@ -18591,6 +19589,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getName() - Method in class io.dapr.testcontainers.HttpEndpoint
     
    +
    getName() - Method in class io.dapr.testcontainers.ListEntry
    +
     
    getName() - Method in class io.dapr.testcontainers.MetadataEntry
     
    getName() - Method in class io.dapr.testcontainers.Subscription
    @@ -18625,6 +19625,21 @@ TODO: Cassie: probably add scheduler runtime status
    Job name.
    +
    getName() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The name of Conversation component
    +
    +
    getName() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The name of Conversation component
    +
    +
    getName() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The name of Conversation component
    +
    getName() - Method in class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    @@ -18787,7 +19802,7 @@ TODO: Cassie: probably add scheduler runtime status
    string name = 3;
    -
    getName() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getName() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the name of the workflow.
    @@ -18795,6 +19810,10 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the name of the current workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the name of the workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityClassWrapper
     
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityInstanceWrapper
    @@ -18835,6 +19854,21 @@ TODO: Cassie: probably add scheduler runtime status
    Job name.
    +
    getNameBytes() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The name of Conversation component
    +
    +
    getNameBytes() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The name of Conversation component
    +
    +
    getNameBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The name of Conversation component
    +
    getNameBytes() - Method in class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    @@ -18997,8 +20031,6 @@ TODO: Cassie: probably add scheduler runtime status
    string name = 3;
    -
    getNewOrchestrationInstanceOptions() - Method in class io.dapr.workflows.client.NewWorkflowOptions
    -
     
    getNonce() - Method in class io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder
    @@ -19083,6 +20115,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    getNumber() - Method in enum io.dapr.v1.DaprProtos.UnlockResponse.Status
     
    +
    getObjectMapper() - Method in class io.dapr.client.ObjectSerializer
    +
     
    +
    getObjectMapper() - Method in class io.dapr.serializer.CustomizableObjectSerializer
    +
     
    getOk() - Method in class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.Builder
    bool ok = 1;
    @@ -19586,6 +20622,91 @@ TODO: Cassie: probably add scheduler runtime status
     
    getOtel() - Method in class io.dapr.testcontainers.TracingConfigurationSettings
     
    +
    getOutputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + An array of results.
    +
    +
    getOutputs(int) - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + An array of results.
    +
    +
    getOutputsBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsCount() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsCount() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + An array of results.
    +
    +
    getOutputsCount() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + An array of results.
    +
    +
    getOutputsList() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsList() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + An array of results.
    +
    +
    getOutputsList() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilder(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilder(int) - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilderList() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + An array of results.
    +
    +
    getOutputsOrBuilderList() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + An array of results.
    +
    getPagination() - Method in class io.dapr.client.domain.query.Query
     
    getParallelism() - Method in class io.dapr.client.domain.GetBulkStateRequest
    @@ -19605,6 +20726,142 @@ TODO: Cassie: probably add scheduler runtime status
    The number of parallel operations executed on the state store for a get operation.
    +
    getParameters() - Method in class io.dapr.client.domain.ConversationOutput
    +
    +
    Parameters for all custom fields.
    +
    +
    getParameters() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    Deprecated.
    +
    +
    getParameters() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    Deprecated.
    +
    +
    getParameters() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    Deprecated.
    +
    +
    getParameters() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    Deprecated.
    +
    +
    getParameters() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    Deprecated.
    +
    +
    getParameters() - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    Deprecated.
    +
    +
    getParametersCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    getParametersCount() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getParametersCount() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersCount() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    getParametersCount() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    +
    getParametersCount() - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersMap() - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrDefault(String, Any) - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Parameters for all custom fields.
    +
    +
    getParametersOrThrow(String) - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Parameters for all custom fields.
    +
    getParserForType() - Method in class io.dapr.v1.CommonProtos.ConfigurationItem
     
    getParserForType() - Method in class io.dapr.v1.CommonProtos.Etag
    @@ -19675,6 +20932,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    getParserForType() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    getParserForType() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getParserForType() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    getParserForType() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -19749,6 +21014,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    getParserForType() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    getParserForType() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -20205,6 +21472,8 @@ TODO: Cassie: probably add scheduler runtime status
    Custom message from the placement provider.
    +
    getPlacementDockerImageName() - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    getPlacementService() - Method in class io.dapr.testcontainers.DaprContainer
     
    getPlaintext() - Method in class io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder
    @@ -20271,6 +21540,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getPort() - Method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    getPort() - Method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    getPort() - Method in class io.dapr.v1.DaprProtos.AppConnectionProperties.Builder
    int32 port = 1;
    @@ -20781,6 +22052,14 @@ TODO: Cassie: probably add scheduler runtime status
    Gets the number of storage partitions for Actor reminders.
    +
    getRepeats() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the number of times the job should repeat.
    +
    +
    getRepeats() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the number of times the job should repeat.
    +
    getRepeats() - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -20910,6 +22189,40 @@ TODO: Cassie: probably add scheduler runtime status
    resource_id is the lock key.
    +
    getResult() - Method in class io.dapr.client.domain.ConversationOutput
    +
    +
    Result for the one conversation input.
    +
    +
    getResult() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Result for the one conversation input.
    +
    +
    getResult() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Result for the one conversation input.
    +
    +
    getResult() - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Result for the one conversation input.
    +
    +
    getResultBytes() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Result for the one conversation input.
    +
    +
    getResultBytes() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
    +
    + Result for the one conversation input.
    +
    +
    getResultBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationResultOrBuilder
    +
    +
    + Result for the one conversation input.
    +
    getResults() - Method in class io.dapr.client.domain.QueryStateResponse
     
    getResults(int) - Method in class io.dapr.v1.DaprProtos.QueryStateResponse.Builder
    @@ -21001,10 +22314,46 @@ TODO: Cassie: probably add scheduler runtime status
     
    getResumeWorkflowBeta1Method() - Static method in class io.dapr.v1.DaprGrpc
     
    +
    getRetryHandler() - Method in class io.dapr.workflows.WorkflowTaskOptions
    +
     
    getRetryPolicy() - Method in class io.dapr.workflows.WorkflowTaskOptions
     
    getRetryTimeout() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    +
    getRole() - Method in class io.dapr.client.domain.ConversationInput
    +
    +
    The role for the LLM to assume.
    +
    +
    getRole() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    +
    getRole() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + The role to set for the message
    +
    +
    getRole() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + The role to set for the message
    +
    +
    getRoleBytes() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    +
    getRoleBytes() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + The role to set for the message
    +
    +
    getRoleBytes() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + The role to set for the message
    +
    getRoute() - Method in class io.dapr.testcontainers.Subscription
     
    getRoutes() - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder
    @@ -21255,7 +22604,12 @@ TODO: Cassie: probably add scheduler runtime status
    The current status of the workflow instance, for example, "PENDING", "RUNNING", "SUSPENDED", "COMPLETED", "FAILED", and "TERMINATED".
    -
    getRuntimeStatus() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getRuntimeStatus() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the current runtime status of the workflow instance at the time this + object was fetched.
    +
    +
    getRuntimeStatus() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the current runtime status of the workflow instance at the time this object was fetched.
    @@ -21320,6 +22674,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getSaveStateMethod() - Static method in class io.dapr.v1.DaprGrpc
     
    +
    getSchedule() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the schedule of the job.
    +
    +
    getSchedule() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the schedule of the job.
    +
    getSchedule() - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -21352,6 +22714,66 @@ TODO: Cassie: probably add scheduler runtime status
    getScheduleJobAlpha1Method() - Static method in class io.dapr.v1.DaprGrpc
     
    +
    getScheduler() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getScheduler() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getScheduler() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getSchedulerBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getSchedulerDockerImageName() - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    +
    getSchedulerOrBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getSchedulerOrBuilder() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getSchedulerOrBuilder() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    getScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    getScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    getScrubPII() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    getScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    +
    getScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    +
    getScrubPII() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    getSdkVersion() - Static method in class io.dapr.utils.Version
    Retrieves sdk version from resources.
    @@ -21481,11 +22903,19 @@ TODO: Cassie: probably add scheduler runtime status
    Sequence number.
    -
    getSerializedInput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getSerializedInput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the workflow instance's serialized input, if any, as a string value.
    -
    getSerializedOutput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getSerializedInput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized input, if any, as a string value.
    +
    +
    getSerializedOutput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized output, if any, as a string value.
    +
    +
    getSerializedOutput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's serialized output, if any, as a string value.
    @@ -21559,6 +22989,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -21633,6 +23071,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    getSerializedSize() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -21913,7 +23353,11 @@ TODO: Cassie: probably add scheduler runtime status
    The version of the CloudEvents specification.
    -
    getStackTrace() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getStackTrace() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Gets the stack trace.
    +
    +
    getStackTrace() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    Gets the stack trace.
    @@ -23229,6 +24673,25 @@ TODO: Cassie: probably add scheduler runtime status
    Authentication tag.
    +
    getTemperature() - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Gets the temperature of the model.
    +
    +
    getTemperature() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    +
    getTemperature() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    +
    getTemperature() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    getTerminateWorkflowAlpha1Method() - Static method in class io.dapr.v1.DaprGrpc
     
    getTerminateWorkflowBeta1Method() - Static method in class io.dapr.v1.DaprGrpc
    @@ -23551,6 +25014,10 @@ TODO: Cassie: probably add scheduler runtime status
    The pubsub topic
    +
    getTotalRetryTime() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the total amount of time spent in a retry loop for the current task.
    +
    getTraceId() - Method in class io.dapr.client.domain.CloudEvent
    Deprecated.
    @@ -23567,6 +25034,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    getTryLockAlpha1Method() - Static method in class io.dapr.v1.DaprGrpc
     
    +
    getTtl() - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Gets the time-to-live (TTL) or expiration of the job.
    +
    +
    getTtl() - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Gets the time-to-live (TTL) or expiration of the job.
    +
    getTtl() - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -23655,6 +25130,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    getType() - Method in class io.dapr.testcontainers.Component
     
    +
    getType() - Method in class io.dapr.testcontainers.ListEntry
    +
     
    getType() - Method in class io.dapr.utils.TypeRef
    Gets the type referenced.
    @@ -24115,23 +25592,19 @@ TODO: Cassie: probably add scheduler runtime status
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver<DaprProtos.GetWorkflowResponse>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest, StreamObserver<DaprProtos.GetWorkflowResponse>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    getWorkflowBeta1(DaprProtos.GetWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -24363,6 +25836,10 @@ TODO: Cassie: probably add scheduler runtime status
    Name of the workflow component.
    +
    getWorkflowContext() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the context of the current workflow.
    +
    getWorkflowName() - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -24457,43 +25934,80 @@ TODO: Cassie: probably add scheduler runtime status
     
    GRPC - Enum constant in enum io.dapr.testcontainers.DaprProtocol
     
    +
    GRPC_ENABLE_KEEP_ALIVE - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC enable keep alive.
    +
    GRPC_ENDPOINT - Static variable in class io.dapr.config.Properties
    GRPC endpoint for remote sidecar connectivity.
    +
    GRPC_KEEP_ALIVE_TIME_SECONDS - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC keep alive time in seconds.
    +
    +
    GRPC_KEEP_ALIVE_TIMEOUT_SECONDS - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC keep alive timeout in seconds.
    +
    +
    GRPC_KEEP_ALIVE_WITHOUT_CALLS - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC keep alive without calls.
    +
    +
    GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES - Static variable in class io.dapr.config.Properties
    +
    +
    Dapr's default maximum inbound message size for GRPC in bytes.
    +
    +
    GRPC_MAX_INBOUND_METADATA_SIZE_BYTES - Static variable in class io.dapr.config.Properties
    +
    +
    Dapr's default maximum inbound metadata size for GRPC in bytes.
    +
    GRPC_PORT - Static variable in class io.dapr.config.Properties
    GRPC port for Dapr after checking system property and environment variable.
    +
    GRPC_TLS_CA_PATH - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC TLS CA cert path for Dapr after checking system property and environment variable.
    +
    +
    GRPC_TLS_CERT_PATH - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC TLS cert path for Dapr after checking system property and environment variable.
    +
    +
    GRPC_TLS_INSECURE - Static variable in class io.dapr.config.Properties
    +
    +
    Use insecure TLS mode which still uses TLS but doesn't verify certificates.
    +
    +
    GRPC_TLS_KEY_PATH - Static variable in class io.dapr.config.Properties
    +
    +
    GRPC TLS key path for Dapr after checking system property and environment variable.
    +
    GRPC_TRACE_BIN - Static variable in class io.dapr.client.Headers
    OpenCensus's metadata for GRPC.
    -
    grpcEndpoint() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    -
     
    GrpcHelper - Class in io.dapr.internal.opencensus
    Helper to extract tracing information for gRPC calls.
    -
    grpcPort() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    -
     

    H

    +
    handle(WorkflowTaskRetryContext) - Method in interface io.dapr.workflows.WorkflowTaskRetryHandler
    +
    +
    Invokes retry handler logic.
    +
    hasActorRuntime() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    hasActorRuntime() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    hasActorRuntime() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    hasAppConnectionProperties() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    @@ -24546,6 +26060,36 @@ TODO: Cassie: probably add scheduler runtime status
    .dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
    +
    hasContextID() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    hasContextID() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    hasContextID() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    hasContextID() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    hasContextID() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    hasContextID() - Method in interface io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    hasCreatedAt() - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -24760,6 +26304,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    hashCode() - Method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    hashCode() - Method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    hashCode() - Method in class io.dapr.v1.CommonProtos.ConfigurationItem
     
    hashCode() - Method in class io.dapr.v1.CommonProtos.Etag
    @@ -24830,6 +26376,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    hashCode() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    hashCode() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    hashCode() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    hashCode() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -24904,6 +26458,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    hashCode() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    hashCode() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -25294,6 +26850,21 @@ TODO: Cassie: probably add scheduler runtime status
    State values to be operated on
    +
    hasRole() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    +
    hasRole() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + The role to set for the message
    +
    +
    hasRole() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + The role to set for the message
    +
    hasRoutes() - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder
    @@ -25336,6 +26907,48 @@ TODO: Cassie: probably add scheduler runtime status
    schedule is an optional schedule at which the job is to be run.
    +
    hasScheduler() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    hasScheduler() - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    hasScheduler() - Method in interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    hasScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    hasScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    hasScrubPII() - Method in interface io.dapr.v1.DaprProtos.ConversationInputOrBuilder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    hasScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    +
    hasScrubPII() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    +
    hasScrubPII() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    hasStatus() - Method in class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestProcessedAlpha1.Builder
    @@ -25351,6 +26964,21 @@ TODO: Cassie: probably add scheduler runtime status
    status is the result of the subscription request.
    +
    hasTemperature() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    +
    hasTemperature() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    +
    hasTemperature() - Method in interface io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    hasTtl() - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -25432,6 +27060,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    HOST_READY_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ActorRuntime
     
    +
    hourly() - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates an hourly job schedule, running at the start of every hour.
    +
    HTTP - Enum constant in enum io.dapr.testcontainers.DaprProtocol
     
    HTTP_CLIENT_MAX_IDLE_CONNECTIONS - Static variable in class io.dapr.config.Properties
    @@ -25460,8 +27092,6 @@ TODO: Cassie: probably add scheduler runtime status
    HTTP port for Dapr after checking system property and environment variable.
    -
    httpEndpoint() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    -
     
    HttpEndpoint - Class in io.dapr.testcontainers
     
    HttpEndpoint(String, String) - Constructor for class io.dapr.testcontainers.HttpEndpoint
    @@ -25490,8 +27120,6 @@ TODO: Cassie: probably add scheduler runtime status
    Construct a HttpExtension object.
    -
    httpPort() - Method in interface io.dapr.spring.boot.autoconfigure.client.DaprConnectionDetails
    -
     

    I

    @@ -25547,6 +27175,8 @@ TODO: Cassie: probably add scheduler runtime status
    INPUT_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.StartWorkflowRequest
     
    +
    INPUTS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    insert(Object, T) - Method in class io.dapr.spring.data.DaprKeyValueTemplate
     
    insert(T) - Method in class io.dapr.spring.data.DaprKeyValueTemplate
    @@ -25761,6 +27391,22 @@ TODO: Cassie: probably add scheduler runtime status
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
    @@ -25909,6 +27555,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    +
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    internalGetFieldAccessorTable() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
    @@ -26161,6 +27811,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
     
    internalGetMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest
    @@ -26287,6 +27945,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    internalGetMutableMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    internalGetMutableMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    internalGetMutableMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    internalGetMutableMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
     
    internalGetMutableMapFieldReflection(int) - Method in class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder
    @@ -26706,9 +28368,22 @@ TODO: Cassie: probably add scheduler runtime status
     
    isBinaryContentType(String) - Static method in class io.dapr.utils.DefaultContentTypeConverter
     
    +
    isCausedBy(Class<? extends Exception>) - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    +
    isCausedBy(Class<? extends Exception>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    isCloudEventContentType(String) - Static method in class io.dapr.utils.DefaultContentTypeConverter
     
    -
    isCompleted() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isCompleted() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was completed at the + time this object was fetched.
    +
    +
    isCompleted() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was completed at the time this object was fetched.
    @@ -26853,6 +28528,22 @@ TODO: Cassie: probably add scheduler runtime status
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
    @@ -27001,6 +28692,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    +
    isInitialized() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    isInitialized() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
    @@ -27233,11 +28928,24 @@ TODO: Cassie: probably add scheduler runtime status
    Gets a value indicating whether the workflow is currently replaying a previous execution.
    -
    isRunning() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isRunning() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was running at the time this object was fetched.
    +
    isRunning() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was running at the time + this object was fetched.
    +
    +
    isScrubPii() - Method in class io.dapr.client.domain.ConversationInput
    +
    +
    Checks if Personally Identifiable Information (PII) should be scrubbed before sending to the LLM.
    +
    +
    isScrubPii() - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Checks if PII scrubbing is enabled.
    +
    isStringContentType(String) - Static method in class io.dapr.utils.DefaultContentTypeConverter
     
    isSuccessfulHttpStatusCode(int) - Static method in exception io.dapr.internal.exceptions.DaprHttpException
    @@ -27267,6 +28975,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    JOB_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ScheduleJobRequest
     
    +
    JobSchedule - Class in io.dapr.client.domain
    +
    +
    Represents a job schedule using cron expressions or fixed intervals.
    +
    JSON - Enum constant in enum io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat
    @@ -27339,6 +29051,10 @@ TODO: Cassie: probably add scheduler runtime status
     
    LAST_WRITE - Enum constant in enum io.dapr.client.domain.StateOptions.Concurrency
     
    +
    ListEntry - Class in io.dapr.testcontainers
    +
     
    +
    ListEntry(String, String) - Constructor for class io.dapr.testcontainers.ListEntry
    +
     
    listInputBindings(Empty) - Method in class io.dapr.v1.AppCallbackGrpc.AppCallbackBlockingStub
    @@ -27443,8 +29159,7 @@ TODO: Cassie: probably add scheduler runtime status
    mergeActorRuntime(DaprProtos.ActorRuntime) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    mergeAppConnectionProperties(DaprProtos.AppConnectionProperties) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    @@ -27583,6 +29298,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -27657,6 +29380,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -27835,6 +29560,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -27909,6 +29642,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    mergeFrom(Message) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -28087,6 +29822,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(DaprProtos.BulkStateItem) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    mergeFrom(DaprProtos.ConversationInput) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    mergeFrom(DaprProtos.ConversationRequest) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    mergeFrom(DaprProtos.ConversationResponse) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    mergeFrom(DaprProtos.ConversationResult) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    mergeFrom(DaprProtos.DecryptRequest) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    mergeFrom(DaprProtos.DecryptRequestOptions) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -28161,6 +29904,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeFrom(DaprProtos.MetadataHTTPEndpoint) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    mergeFrom(DaprProtos.MetadataScheduler) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    mergeFrom(DaprProtos.PauseWorkflowRequest) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    mergeFrom(DaprProtos.PublishEventRequest) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -28366,6 +30111,10 @@ TODO: Cassie: probably add scheduler runtime status
    .dapr.proto.runtime.v1.PubsubSubscriptionRules rules = 4 [json_name = "rules"];
    +
    mergeScheduler(DaprProtos.MetadataScheduler) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    mergeStatus(DaprAppCallbackProtos.TopicEventResponse) - Method in class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestProcessedAlpha1.Builder
    @@ -28441,6 +30190,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -28515,6 +30272,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    mergeUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -28657,6 +30416,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    METADATA_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    METADATA_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    METADATA_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.DeleteStateRequest
     
    METADATA_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest
    @@ -28709,6 +30470,10 @@ TODO: Cassie: probably add scheduler runtime status
    Integer configuration property.
    +
    monthly() - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a monthly job schedule, running at midnight on the first day of each month.
    +
    MySQLDaprKeyValueAdapter - Class in io.dapr.spring.data
    A KeyValueAdapter implementation for MySQL.
    @@ -28736,6 +30501,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    NAME_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest
     
    +
    NAME_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    NAME_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.DeleteJobRequest
     
    NAME_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.GetJobRequest
    @@ -28854,6 +30621,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -28928,6 +30703,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    newBuilder() - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -29108,6 +30885,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilder(DaprProtos.BulkStateItem) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    newBuilder(DaprProtos.ConversationInput) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    newBuilder(DaprProtos.ConversationRequest) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    newBuilder(DaprProtos.ConversationResponse) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    newBuilder(DaprProtos.ConversationResult) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    newBuilder(DaprProtos.DecryptRequest) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    newBuilder(DaprProtos.DecryptRequestOptions) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -29182,6 +30967,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilder(DaprProtos.MetadataHTTPEndpoint) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    newBuilder(DaprProtos.MetadataScheduler) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    newBuilder(DaprProtos.PauseWorkflowRequest) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    newBuilder(DaprProtos.PublishEventRequest) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -29360,6 +31147,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -29434,6 +31229,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    newBuilderForType() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -29612,6 +31409,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -29686,6 +31491,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -29892,6 +31699,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -29966,6 +31781,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -30343,6 +32160,8 @@ TODO: Cassie: probably add scheduler runtime status
    Creates a new configuration.
    +
    OUTPUTS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     

    P

    @@ -30362,6 +32181,10 @@ TODO: Cassie: probably add scheduler runtime status
    PARALLELISM_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.GetBulkStateRequest
     
    +
    PARAMETERS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    PARAMETERS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parse(String) - Method in class io.dapr.config.BooleanProperty
    Parses the value to the specific type.
    @@ -30382,6 +32205,10 @@ TODO: Cassie: probably add scheduler runtime status
    Parses the value to the specific type.
    +
    parse(String) - Method in class io.dapr.config.SecondsDurationProperty
    +
    +
    Parses the value to the specific type.
    +
    parse(String) - Method in class io.dapr.config.StringProperty
    Parses the value to the specific type.
    @@ -30456,6 +32283,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -30530,6 +32365,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseDelimitedFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -30708,6 +32545,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -30782,6 +32627,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -30960,6 +32807,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -31034,6 +32889,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(byte[]) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -31212,6 +33069,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -31286,6 +33151,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -31464,6 +33331,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -31538,6 +33413,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(ByteString) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -31716,6 +33593,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -31790,6 +33675,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -31968,6 +33855,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -32042,6 +33937,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(CodedInputStream) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -32220,6 +34117,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -32294,6 +34199,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -32472,6 +34379,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -32546,6 +34461,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(InputStream) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -32724,6 +34641,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -32798,6 +34723,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -32976,6 +34903,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -33050,6 +34985,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(ByteBuffer) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -33228,6 +35165,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -33302,6 +35247,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -33488,6 +35435,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    parser() - Static method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    parser() - Static method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    parser() - Static method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    parser() - Static method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    parser() - Static method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    parser() - Static method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    parser() - Static method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -33562,6 +35517,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    parser() - Static method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    parser() - Static method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    parser() - Static method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    parser() - Static method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -33688,23 +35645,19 @@ TODO: Cassie: probably add scheduler runtime status
     
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver<Empty>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest, StreamObserver<Empty>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -33744,7 +35697,7 @@ TODO: Cassie: probably add scheduler runtime status
    PEM (PKIX) (default)
    -
    PENDING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    PENDING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was scheduled but hasn't started running.
    @@ -33956,23 +35909,19 @@ TODO: Cassie: probably add scheduler runtime status
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Purge Workflow
    +
    Deprecated.
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Purge Workflow
    +
    Deprecated.
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver<Empty>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Purge Workflow
    +
    Deprecated.
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest, StreamObserver<Empty>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Purge Workflow
    +
    Deprecated.
    purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -34078,6 +36027,11 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    putAllMetadata(Map<String, String>) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    putAllMetadata(Map<String, String>) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -34185,6 +36139,16 @@ TODO: Cassie: probably add scheduler runtime status
    Additional component-specific options for starting the workflow instance.
    +
    putAllParameters(Map<String, Any>) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    putAllParameters(Map<String, Any>) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    putAllProperties(Map<String, String>) - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -34276,6 +36240,11 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    putMetadata(String, String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    putMetadata(String, String) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -34383,6 +36352,26 @@ TODO: Cassie: probably add scheduler runtime status
    Additional component-specific options for starting the workflow instance.
    +
    putParameters(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    putParameters(String, Any) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    putParametersBuilderIfAbsent(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    putParametersBuilderIfAbsent(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    putProperties(String, String) - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -34540,23 +36529,19 @@ TODO: Cassie: probably add scheduler runtime status
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver<Empty>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest, StreamObserver<Empty>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -34578,11 +36563,19 @@ TODO: Cassie: probably add scheduler runtime status
    Raise an event to a running workflow instance
    -
    readInputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Deserializes the workflow's input into an object of the specified type.
    -
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Deserializes the workflow's input into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Deserializes the workflow's output into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Deserializes the workflow's output into an object of the specified type.
    @@ -34738,6 +36731,11 @@ TODO: Cassie: probably add scheduler runtime status
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    +
    removeInputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    removeItems(int) - Method in class io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder
    @@ -34797,6 +36795,11 @@ TODO: Cassie: probably add scheduler runtime status
    The metadata which will be sent to app.
    +
    removeMetadata(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The metadata passing to conversation components.
    +
    removeMetadata(String) - Method in class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
    @@ -34913,6 +36916,21 @@ TODO: Cassie: probably add scheduler runtime status
    Additional component-specific options for starting the workflow instance.
    +
    removeOutputs(int) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    removeParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Parameters for all custom fields.
    +
    +
    removeParameters(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Parameters for all custom fields.
    +
    removeProperties(String) - Method in class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder
    @@ -35007,27 +37025,29 @@ TODO: Cassie: probably add scheduler runtime status
    Represents a HTTP response.
    +
    RESULT_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    RESULTS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.QueryStateResponse
     
    +
    resumeWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Resume the workflow associated with the provided instance id.
    +
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver<Empty>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest, StreamObserver<Empty>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -35077,6 +37097,8 @@ TODO: Cassie: probably add scheduler runtime status
    Actor's method return type.
    +
    ROLE_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    ROUTES_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription
     
    rule() - Element in annotation type io.dapr.Topic
    @@ -35115,7 +37137,7 @@ TODO: Cassie: probably add scheduler runtime status
    Indicates the actor runtime is running, either as an actor host or client.
    -
    RUNNING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    RUNNING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow started running.
    @@ -35203,6 +37225,14 @@ TODO: Cassie: probably add scheduler runtime status
    SCHEDULE_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.Job
     
    +
    scheduleJob(ScheduleJobRequest) - Method in class io.dapr.client.DaprClientImpl
    +
    +
    Schedules a job using the provided job request details.
    +
    +
    scheduleJob(ScheduleJobRequest) - Method in interface io.dapr.client.DaprPreviewClient
    +
    +
    Schedules a job using the provided job request details.
    +
    scheduleJobAlpha1(DaprProtos.ScheduleJobRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -35223,6 +37253,18 @@ TODO: Cassie: probably add scheduler runtime status
    Create and schedule a job
    +
    ScheduleJobRequest - Class in io.dapr.client.domain
    +
    +
    Represents a request to schedule a job in Dapr.
    +
    +
    ScheduleJobRequest(String, JobSchedule) - Constructor for class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Constructor to create ScheduleJobRequest.
    +
    +
    ScheduleJobRequest(String, Instant) - Constructor for class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Constructor to create ScheduleJobRequest.
    +
    scheduleNewWorkflow(Class<T>) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    Schedules a new workflow using DurableTask client.
    @@ -35239,6 +37281,16 @@ TODO: Cassie: probably add scheduler runtime status
    Schedules a new workflow using DurableTask client.
    +
    SCHEDULER_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.GetMetadataResponse
    +
     
    +
    SCRUBPII_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    SCRUBPII_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    SecondsDurationProperty - Class in io.dapr.config
    +
    +
    Integer configuration property.
    +
    SECRETS_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.SecretResponse
     
    send() - Method in interface io.dapr.spring.messaging.DaprMessagingOperations.SendMessageBuilder
    @@ -35385,13 +37437,11 @@ TODO: Cassie: probably add scheduler runtime status
    setActorRuntime(DaprProtos.ActorRuntime) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    setActorRuntime(DaprProtos.ActorRuntime.Builder) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    setActorScanInterval(Duration) - Method in class io.dapr.actors.runtime.ActorRuntimeConfig
    @@ -35517,6 +37567,8 @@ TODO: Cassie: probably add scheduler runtime status
    Algorithm to use, as in the JWA standard.
    +
    setApiToken(String) - Method in class io.dapr.spring.boot.autoconfigure.client.DaprClientProperties
    +
     
    setAppConnectionProperties(DaprProtos.AppConnectionProperties) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    @@ -35732,6 +37784,11 @@ TODO: Cassie: probably add scheduler runtime status The concurrency of output bindings to send data to "to" output bindings list.
    +
    setConnectedAddresses(int, String) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
    +
    + connected_addresses the list of addresses of the scheduler connections.
    +
    setConsistency(CommonProtos.StateOptions.StateConsistency) - Method in class io.dapr.v1.CommonProtos.StateOptions.Builder
    .dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
    @@ -35750,6 +37807,16 @@ TODO: Cassie: probably add scheduler runtime status
    The read consistency of the state store.
    +
    setContent(String) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The content to send to the llm
    +
    +
    setContentBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The content to send to the llm
    +
    setContentType(String) - Method in class io.dapr.client.domain.InvokeMethodRequest
     
    setContentType(String) - Method in class io.dapr.client.domain.PublishEventRequest
    @@ -35804,6 +37871,30 @@ TODO: Cassie: probably add scheduler runtime status
    The content type for the event
    +
    setContextId(String) - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Sets the context identifier.
    +
    +
    setContextID(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    setContextID(String) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    setContextIDBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    +
    setContextIDBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + The ID of an existing chat (like in ChatGPT)
    +
    setCount(int) - Method in class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder
    int32 count = 2;
    @@ -35818,6 +37909,14 @@ TODO: Cassie: probably add scheduler runtime status
    The time at which the workflow instance was created.
    +
    setData(byte[]) - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Sets the data payload for the job.
    +
    +
    setData(byte[]) - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Sets the data payload for the job.
    +
    setData(Any) - Method in class io.dapr.v1.CommonProtos.InvokeRequest.Builder
    @@ -36079,6 +38178,14 @@ TODO: Cassie: probably add scheduler runtime status
    string due_time = 4 [json_name = "dueTime"];
    +
    setDueTime(Instant) - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Sets the due time when the job should become active or execute once.
    +
    +
    setDueTime(Instant) - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Sets the due time when the job should become active or execute once.
    +
    setDueTimeBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -36395,6 +38502,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -36469,6 +38584,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    setField(Descriptors.FieldDescriptor, Object) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -36781,6 +38898,16 @@ TODO: Cassie: probably add scheduler runtime status
    Sets the input of the workflow to start.
    +
    setInputs(int, DaprProtos.ConversationInput) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    +
    setInputs(int, DaprProtos.ConversationInput.Builder) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Inputs for the conversation, support multiple input in one time.
    +
    setInstanceId(String) - Method in class io.dapr.v1.DaprProtos.GetWorkflowRequest.Builder
    @@ -37266,6 +39393,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    setName(String) - Method in class io.dapr.spring.boot.autoconfigure.statestore.DaprStateStoreProperties
     
    +
    setName(String) - Method in class io.dapr.testcontainers.ListEntry
    +
     
    setName(String) - Method in class io.dapr.testcontainers.MetadataEntry
     
    setName(String) - Method in class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest.Builder
    @@ -37278,6 +39407,11 @@ TODO: Cassie: probably add scheduler runtime status
    Job name.
    +
    setName(String) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The name of Conversation component
    +
    setName(String) - Method in class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    @@ -37342,6 +39476,11 @@ TODO: Cassie: probably add scheduler runtime status
    Job name.
    +
    setNameBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + The name of Conversation component
    +
    setNameBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder
    @@ -37517,6 +39656,16 @@ TODO: Cassie: probably add scheduler runtime status
    Request details.
    +
    setOutputs(int, DaprProtos.ConversationResult) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    +
    setOutputs(int, DaprProtos.ConversationResult.Builder) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
    +
    + An array of results.
    +
    setPagination(Pagination) - Method in class io.dapr.client.domain.query.Query
     
    setParallelism(int) - Method in class io.dapr.client.domain.GetBulkStateRequest
    @@ -37788,6 +39937,14 @@ TODO: Cassie: probably add scheduler runtime status
    Sets the number of storage partitions for Actor reminders.
    +
    setRepeat(Integer) - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Sets the number of times the job should be triggered.
    +
    +
    setRepeat(Integer) - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Sets the number of times the job should be triggered.
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.CommonProtos.ConfigurationItem.Builder
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.CommonProtos.Etag.Builder
    @@ -37858,6 +40015,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -37932,6 +40097,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -38076,6 +40243,16 @@ TODO: Cassie: probably add scheduler runtime status
    resource_id is the lock key.
    +
    setResult(String) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Result for the one conversation input.
    +
    +
    setResultBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
    +
    + Result for the one conversation input.
    +
    setResults(int, DaprProtos.QueryStateItem) - Method in class io.dapr.v1.DaprProtos.QueryStateResponse.Builder
    @@ -38090,6 +40267,20 @@ TODO: Cassie: probably add scheduler runtime status
    Set the maximum retry timeout.
    +
    setRole(String) - Method in class io.dapr.client.domain.ConversationInput
    +
    +
    Set the role for LLM to assume.
    +
    +
    setRole(String) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    +
    setRoleBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + The role to set for the message
    +
    setRoutes(DaprAppCallbackProtos.TopicRoutes) - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder
    @@ -38154,6 +40345,14 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
    +
    setSchedule(JobSchedule) - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Sets the schedule for the job.
    +
    +
    setSchedule(JobSchedule) - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Sets the schedule for the job.
    +
    setSchedule(String) - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -38164,6 +40363,32 @@ TODO: Cassie: probably add scheduler runtime status
    schedule is an optional schedule at which the job is to be run.
    +
    setScheduler(DaprProtos.MetadataScheduler) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    setScheduler(DaprProtos.MetadataScheduler.Builder) - Method in class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    setScrubPii(boolean) - Method in class io.dapr.client.domain.ConversationInput
    +
    +
    Enable obfuscation of sensitive information present in the content field.
    +
    +
    setScrubPii(boolean) - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Enable obfuscation of sensitive information returning from the LLM.
    +
    +
    setScrubPII(boolean) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
    +
    + Scrub PII data that goes into the LLM
    +
    +
    setScrubPII(boolean) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Scrub PII data that comes back from the LLM
    +
    setSeq(long) - Method in class io.dapr.v1.CommonProtos.StreamPayload.Builder
    @@ -38511,6 +40736,15 @@ TODO: Cassie: probably add scheduler runtime status
    Authentication tag.
    +
    setTemperature(double) - Method in class io.dapr.client.domain.ConversationRequest
    +
    +
    Sets the temperature of the model.
    +
    +
    setTemperature(double) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
    +
    + Temperature for the LLM to optimize for creativity or predictability
    +
    setTime(OffsetDateTime) - Method in class io.dapr.client.domain.CloudEvent
    Sets the time.
    @@ -38629,6 +40863,14 @@ TODO: Cassie: probably add scheduler runtime status
    string ttl = 8;
    +
    setTtl(Instant) - Method in class io.dapr.client.domain.GetJobResponse
    +
    +
    Sets the time-to-live (TTL) or expiration for the job.
    +
    +
    setTtl(Instant) - Method in class io.dapr.client.domain.ScheduleJobRequest
    +
    +
    Sets the time-to-live (TTL) or expiration for the job.
    +
    setTtlBytes(ByteString) - Method in class io.dapr.v1.DaprProtos.Job.Builder
    @@ -38650,6 +40892,8 @@ TODO: Cassie: probably add scheduler runtime status
    Sets the envelope type.
    +
    setType(String) - Method in class io.dapr.testcontainers.ListEntry
    +
     
    setType(String) - Method in class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder
    @@ -38770,6 +41014,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.BulkStateItem.Builder
     
    +
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationInput.Builder
    +
     
    +
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationRequest.Builder
    +
     
    +
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationResponse.Builder
    +
     
    +
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.ConversationResult.Builder
    +
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.DecryptRequest.Builder
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder
    @@ -38844,6 +41096,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder
     
    +
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler.Builder
    +
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder
     
    setUnknownFields(UnknownFieldSet) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest.Builder
    @@ -39194,23 +41448,19 @@ TODO: Cassie: probably add scheduler runtime status
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver<DaprProtos.StartWorkflowResponse>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest, StreamObserver<DaprProtos.StartWorkflowResponse>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    startWorkflowBeta1(DaprProtos.StartWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -39658,10 +41908,14 @@ TODO: Cassie: probably add scheduler runtime status
    supportsContext(Observation.Context) - Method in interface io.dapr.spring.messaging.observation.DaprMessagingObservationConvention
     
    -
    SUSPENDED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    SUSPENDED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was suspended.
    +
    suspendWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Suspend the workflow associated with the provided instance id.
    +

    T

    @@ -39673,11 +41927,13 @@ TODO: Cassie: probably add scheduler runtime status
     
    TAG_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse
     
    +
    TEMPERATURE_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    TEMPLATE_OBSERVATION - Enum constant in enum io.dapr.spring.messaging.observation.DaprMessagingObservationDocumentation
    Observation created when a Dapr template sends a message.
    -
    TERMINATED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    TERMINATED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was abruptly terminated via a management API call.
    @@ -39687,23 +41943,19 @@ TODO: Cassie: probably add scheduler runtime status
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprFutureStub
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver<Empty>) - Method in interface io.dapr.v1.DaprGrpc.AsyncService
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest, StreamObserver<Empty>) - Method in class io.dapr.v1.DaprGrpc.DaprStub
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest) - Method in class io.dapr.v1.DaprGrpc.DaprBlockingStub
    @@ -39815,6 +42067,14 @@ TODO: Cassie: probably add scheduler runtime status
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    toBuilder() - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    toBuilder() - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    toBuilder() - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    toBuilder() - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -39889,6 +42149,8 @@ TODO: Cassie: probably add scheduler runtime status
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    toBuilder() - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    toBuilder() - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -39999,14 +42261,6 @@ TODO: Cassie: probably add scheduler runtime status
     
    TOKEN_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprProtos.QueryStateResponse
     
    -
    toOrchestrationRuntimeStatus(WorkflowRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    -
    toOrchestrationRuntimeStatus(List<WorkflowRuntimeStatus>) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    Topic - Annotation Type in io.dapr
     
    TOPIC_FIELD_NUMBER - Static variable in class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest
    @@ -40034,9 +42288,9 @@ TODO: Cassie: probably add scheduler runtime status
    toString() - Method in class io.dapr.client.domain.TransactionalStateOperation
     
    toString() - Method in class io.dapr.config.Property
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
     
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Generates a user-friendly string representation of the current metadata object.
    @@ -40565,7 +42819,7 @@ TODO: Cassie: probably add scheduler runtime status
    Returns the enum constant of this type with the specified name.
    -
    valueOf(String) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    valueOf(String) - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns the enum constant of this type with the specified name.
    @@ -40699,7 +42953,7 @@ the order they are declared.
    Returns an array containing the constants of this enum type, in the order they are declared.
    -
    values() - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    values() - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns an array containing the constants of this enum type, in the order they are declared.
    @@ -40758,13 +43012,13 @@ the order they are declared.
    waitForInstanceCompletion(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.
    waitForInstanceStart(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.
    waitForSidecar(int) - Method in interface io.dapr.client.DaprClient
    @@ -40781,6 +43035,10 @@ the order they are declared.
    WARN - Enum constant in enum io.dapr.testcontainers.DaprLogLevel
     
    +
    weekly() - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a weekly job schedule, running at midnight on Sunday.
    +
    withAppChannelAddress(String) - Method in class io.dapr.testcontainers.DaprContainer
     
    withAppHealthCheckPath(String) - Method in class io.dapr.testcontainers.DaprContainer
    @@ -40799,6 +43057,10 @@ the order they are declared.
     
    withDaprLogLevel(DaprLogLevel) - Method in class io.dapr.testcontainers.DaprContainer
     
    +
    withExecutorService(ExecutorService) - Method in class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    +
    +
    Register Executor Service to use with workflow.
    +
    withHttpEndpoint(HttpEndpoint) - Method in class io.dapr.testcontainers.DaprContainer
     
    withObjectSerializer(DaprObjectSerializer) - Method in class io.dapr.actors.client.ActorProxyBuilder
    @@ -40813,10 +43075,14 @@ the order they are declared.
     
    withPlacementImage(String) - Method in class io.dapr.testcontainers.DaprContainer
     
    +
    withPlacementImage(DockerImageName) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    withPlacementService(String) - Method in class io.dapr.testcontainers.DaprContainer
     
    withPort(Integer) - Method in class io.dapr.testcontainers.DaprPlacementContainer
     
    +
    withPort(Integer) - Method in class io.dapr.testcontainers.DaprSchedulerContainer
    +
     
    withPropertyOverride(Property<?>, String) - Method in class io.dapr.client.DaprClientBuilder
    Allow to set up properties override for static properties.
    @@ -40831,6 +43097,16 @@ the order they are declared.
    withReusablePlacement(boolean) - Method in class io.dapr.testcontainers.DaprContainer
     
    +
    withReuseScheduler(boolean) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    +
    withSchedulerContainer(DaprSchedulerContainer) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    +
    withSchedulerImage(String) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    +
    withSchedulerImage(DockerImageName) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    +
    withSchedulerService(String) - Method in class io.dapr.testcontainers.DaprContainer
    +
     
    withStateSerializer(DaprObjectSerializer) - Method in class io.dapr.client.DaprClientBuilder
    Sets the serializer for objects to be persisted.
    @@ -40891,29 +43167,23 @@ the order they are declared. durable timers, waiting for external events, and for getting basic information about the current workflow instance.
    -
    WorkflowFailureDetails - Class in io.dapr.workflows.client
    +
    WorkflowFailureDetails - Interface in io.dapr.workflows.client
    Represents a workflow failure details.
    -
    WorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.client.WorkflowFailureDetails
    -
    -
    Class constructor.
    -
    -
    WorkflowInstanceStatus - Class in io.dapr.workflows.client
    +
    WorkflowInstanceStatus - Interface in io.dapr.workflows.client
    Represents a snapshot of a workflow instance's current state, including metadata.
    -
    WorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.client.WorkflowInstanceStatus
    -
    -
    Class constructor.
    -
    WorkflowRuntime - Class in io.dapr.workflows.runtime
    Contains methods to register workflows and activities.
    -
    WorkflowRuntime(DurableTaskGrpcWorker) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    -
     
    +
    WorkflowRuntime(DurableTaskGrpcWorker, ManagedChannel, ExecutorService) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    +
    +
    Constructor.
    +
    WorkflowRuntimeBuilder - Class in io.dapr.workflows.runtime
     
    WorkflowRuntimeBuilder() - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    @@ -40926,16 +43196,30 @@ the order they are declared.
    WorkflowRuntimeBuilder(Logger) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
     
    -
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.runtime
    +
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.client
    Enum describing the runtime status of a workflow.
    +
    WorkflowRuntimeStatusConverter - Class in io.dapr.workflows.runtime
    +
     
    WorkflowStub - Interface in io.dapr.workflows
     
    WorkflowTaskOptions - Class in io.dapr.workflows
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    WorkflowTaskOptions(WorkflowTaskRetryPolicy) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    +
    WorkflowTaskRetryContext - Class in io.dapr.workflows
    +
     
    +
    WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Constructor for WorkflowTaskRetryContext.
    +
    +
    WorkflowTaskRetryHandler - Interface in io.dapr.workflows
    +
     
    WorkflowTaskRetryPolicy - Class in io.dapr.workflows
     
    WorkflowTaskRetryPolicy(Integer, Duration, Double, Duration, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryPolicy
    @@ -41046,6 +43330,14 @@ the order they are declared.
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.BulkStateItem
     
    +
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.ConversationInput
    +
     
    +
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.ConversationRequest
    +
     
    +
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.ConversationResponse
    +
     
    +
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.ConversationResult
    +
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.DecryptRequest
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.DecryptRequestOptions
    @@ -41120,6 +43412,8 @@ the order they are declared.
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
     
    +
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.MetadataScheduler
    +
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.PauseWorkflowRequest
     
    writeTo(CodedOutputStream) - Method in class io.dapr.v1.DaprProtos.PublishEventRequest
    @@ -41243,6 +43537,10 @@ the order they are declared.
    YamlMapperFactory() - Constructor for class io.dapr.testcontainers.converter.YamlMapperFactory
     
    +
    yearly() - Static method in class io.dapr.client.domain.JobSchedule
    +
    +
    Creates a yearly job schedule, running at midnight on January 1st.
    +

    Z

    diff --git a/docs/index.html b/docs/index.html index 7884a4465..5d94b1bd4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,11 @@ - -Overview (dapr-sdk-parent 1.14.1 API) + +Overview (dapr-sdk-parent 1.15.0 API) - + @@ -50,7 +50,7 @@ loadScripts(document, 'script');
    -

    dapr-sdk-parent 1.14.1 API

    +

    dapr-sdk-parent 1.15.0 API

    Packages
    diff --git a/docs/io/dapr/Rule.html b/docs/io/dapr/Rule.html index e855d8c80..65830260d 100644 --- a/docs/io/dapr/Rule.html +++ b/docs/io/dapr/Rule.html @@ -1,11 +1,11 @@ - -Rule (dapr-sdk-parent 1.14.1 API) + +Rule (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/Topic.html b/docs/io/dapr/Topic.html index 7bec76471..ee49909d8 100644 --- a/docs/io/dapr/Topic.html +++ b/docs/io/dapr/Topic.html @@ -1,11 +1,11 @@ - -Topic (dapr-sdk-parent 1.14.1 API) + +Topic (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/ActorId.html b/docs/io/dapr/actors/ActorId.html index d6b1e9946..f824c6184 100644 --- a/docs/io/dapr/actors/ActorId.html +++ b/docs/io/dapr/actors/ActorId.html @@ -1,11 +1,11 @@ - -ActorId (dapr-sdk-parent 1.14.1 API) + +ActorId (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/ActorMethod.html b/docs/io/dapr/actors/ActorMethod.html index d06ec5fe9..503308e60 100644 --- a/docs/io/dapr/actors/ActorMethod.html +++ b/docs/io/dapr/actors/ActorMethod.html @@ -1,11 +1,11 @@ - -ActorMethod (dapr-sdk-parent 1.14.1 API) + +ActorMethod (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/ActorTrace.html b/docs/io/dapr/actors/ActorTrace.html index 7539776d3..69840d192 100644 --- a/docs/io/dapr/actors/ActorTrace.html +++ b/docs/io/dapr/actors/ActorTrace.html @@ -1,11 +1,11 @@ - -ActorTrace (dapr-sdk-parent 1.14.1 API) + +ActorTrace (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/ActorType.html b/docs/io/dapr/actors/ActorType.html index f2ff56fe9..dc9dbdc62 100644 --- a/docs/io/dapr/actors/ActorType.html +++ b/docs/io/dapr/actors/ActorType.html @@ -1,11 +1,11 @@ - -ActorType (dapr-sdk-parent 1.14.1 API) + +ActorType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/ActorUtils.html b/docs/io/dapr/actors/ActorUtils.html index ef1a8ca19..2432940df 100644 --- a/docs/io/dapr/actors/ActorUtils.html +++ b/docs/io/dapr/actors/ActorUtils.html @@ -1,11 +1,11 @@ - -ActorUtils (dapr-sdk-parent 1.14.1 API) + +ActorUtils (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorId.html b/docs/io/dapr/actors/class-use/ActorId.html index 9357ddf20..7e7ddd417 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.14.1 API) + +Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorMethod.html b/docs/io/dapr/actors/class-use/ActorMethod.html index 2450fd319..4c32d4e66 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 Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.14.1 API) + +Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorTrace.html b/docs/io/dapr/actors/class-use/ActorTrace.html index fd3533eb1..a35243376 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.14.1 API) + +Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorType.html b/docs/io/dapr/actors/class-use/ActorType.html index e0978dabc..85e803c53 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 Type io.dapr.actors.ActorType (dapr-sdk-parent 1.14.1 API) + +Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/class-use/ActorUtils.html b/docs/io/dapr/actors/class-use/ActorUtils.html index 847290983..b9aa5ad96 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.14.1 API) + +Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/ActorClient.html b/docs/io/dapr/actors/client/ActorClient.html index df2091f2f..1e2738589 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.14.1 API) + +ActorClient (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/ActorProxy.html b/docs/io/dapr/actors/client/ActorProxy.html index f33cb9b40..0b4daa30a 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.14.1 API) + +ActorProxy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/ActorProxyBuilder.html b/docs/io/dapr/actors/client/ActorProxyBuilder.html index 5877613b8..b179a0f6f 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.14.1 API) + +ActorProxyBuilder (dapr-sdk-parent 1.15.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 37e3cec42..90028b523 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.14.1 API) + +Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.15.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 35cfd701f..92e9766ab 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.14.1 API) + +Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.15.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 ac055e2c4..c8d0a2e0a 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.14.1 API) + +Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/package-summary.html b/docs/io/dapr/actors/client/package-summary.html index ecbb53a61..a88cc0c7b 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.14.1 API) + +io.dapr.actors.client (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/package-tree.html b/docs/io/dapr/actors/client/package-tree.html index 56a58bb33..256c94971 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.14.1 API) + +io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/client/package-use.html b/docs/io/dapr/actors/client/package-use.html index 20fc768cf..7c2de3d32 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.14.1 API) + +Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/package-summary.html b/docs/io/dapr/actors/package-summary.html index 09ed99fb0..7bd6c0f91 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.14.1 API) + +io.dapr.actors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/package-tree.html b/docs/io/dapr/actors/package-tree.html index a5414a478..54506da85 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.14.1 API) + +io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/package-use.html b/docs/io/dapr/actors/package-use.html index a6b41cbeb..e7bddfed0 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.14.1 API) + +Uses of Package io.dapr.actors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/AbstractActor.html b/docs/io/dapr/actors/runtime/AbstractActor.html index 2fc08292b..b70f7df79 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.14.1 API) + +AbstractActor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorFactory.html b/docs/io/dapr/actors/runtime/ActorFactory.html index f5a521363..1e925e8ff 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.14.1 API) + +ActorFactory (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorMethodContext.html b/docs/io/dapr/actors/runtime/ActorMethodContext.html index b1ff22df5..a0ca7ef77 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.14.1 API) + +ActorMethodContext (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorObjectSerializer.html b/docs/io/dapr/actors/runtime/ActorObjectSerializer.html index 36ad25ba4..7e459991a 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.14.1 API) + +ActorObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -135,7 +135,7 @@ loadScripts(document, 'script');

    Methods inherited from class io.dapr.client.ObjectSerializer

    -deserialize, parseNode
    +deserialize, getObjectMapper, parseNode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    diff --git a/docs/io/dapr/actors/runtime/ActorRuntime.html b/docs/io/dapr/actors/runtime/ActorRuntime.html index c5499cad2..e249c3394 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.14.1 API) + +ActorRuntime (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html b/docs/io/dapr/actors/runtime/ActorRuntimeConfig.html index a844d5e91..d93406cee 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.14.1 API) + +ActorRuntimeConfig (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorRuntimeContext.html b/docs/io/dapr/actors/runtime/ActorRuntimeContext.html index 0802aecc8..79f82419a 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.14.1 API) + +ActorRuntimeContext (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateChange.html b/docs/io/dapr/actors/runtime/ActorStateChange.html index e2187ad91..6b0b5cf62 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.14.1 API) + +ActorStateChange (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateChangeKind.html b/docs/io/dapr/actors/runtime/ActorStateChangeKind.html index 0b82d76e7..384708fde 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.14.1 API) + +ActorStateChangeKind (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorStateManager.html b/docs/io/dapr/actors/runtime/ActorStateManager.html index b9d807114..a83082435 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.14.1 API) + +ActorStateManager (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/ActorTypeConfig.html b/docs/io/dapr/actors/runtime/ActorTypeConfig.html index 85d708b27..7ac234acd 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.14.1 API) + +ActorTypeConfig (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/Remindable.html b/docs/io/dapr/actors/runtime/Remindable.html index b85ca353e..ae2abf7e3 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.14.1 API) + +Remindable (dapr-sdk-parent 1.15.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 66e02fe5f..3f6fb876e 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.15.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 b0b7fe96f..306323bdd 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.14.1 API) + +Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.15.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 27d95f529..2ac286963 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.15.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 48b24e190..4e055ab03 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.15.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 349f79652..9fcb75108 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.15.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 4c0ed6029..ab641ca5f 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.15.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 4479a27b0..3c3a256ca 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.15.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 554d38788..a1f746399 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.15.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 1a55c3eb2..0840dd090 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 io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.15.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 dbfa7b52c..506c8f385 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.15.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 de87a5e1d..09b85ab6c 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.14.1 API) + +Uses of Class io.dapr.actors.runtime.ActorTypeConfig (dapr-sdk-parent 1.15.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 68a6eab67..0f9714a39 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.14.1 API) + +Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-summary.html b/docs/io/dapr/actors/runtime/package-summary.html index 2fe6088b8..e5573efe3 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.14.1 API) + +io.dapr.actors.runtime (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-tree.html b/docs/io/dapr/actors/runtime/package-tree.html index dff03affc..3b9797460 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.14.1 API) + +io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/actors/runtime/package-use.html b/docs/io/dapr/actors/runtime/package-use.html index cb473f2aa..303c3254c 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.14.1 API) + +Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/class-use/Rule.html b/docs/io/dapr/class-use/Rule.html index 11be27a55..6c31f5989 100644 --- a/docs/io/dapr/class-use/Rule.html +++ b/docs/io/dapr/class-use/Rule.html @@ -1,11 +1,11 @@ - -Uses of Annotation Type io.dapr.Rule (dapr-sdk-parent 1.14.1 API) + +Uses of Annotation Type io.dapr.Rule (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/class-use/Topic.html b/docs/io/dapr/class-use/Topic.html index 43566fe60..35a985ef3 100644 --- a/docs/io/dapr/class-use/Topic.html +++ b/docs/io/dapr/class-use/Topic.html @@ -1,11 +1,11 @@ - -Uses of Annotation Type io.dapr.Topic (dapr-sdk-parent 1.14.1 API) + +Uses of Annotation Type io.dapr.Topic (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprClient.html b/docs/io/dapr/client/DaprClient.html index 50d887cae..940817a7f 100644 --- a/docs/io/dapr/client/DaprClient.html +++ b/docs/io/dapr/client/DaprClient.html @@ -1,11 +1,11 @@ - -DaprClient (dapr-sdk-parent 1.14.1 API) + +DaprClient (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprClientBuilder.html b/docs/io/dapr/client/DaprClientBuilder.html index 5564e9f20..ce465a827 100644 --- a/docs/io/dapr/client/DaprClientBuilder.html +++ b/docs/io/dapr/client/DaprClientBuilder.html @@ -1,11 +1,11 @@ - -DaprClientBuilder (dapr-sdk-parent 1.14.1 API) + +DaprClientBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprClientImpl.html b/docs/io/dapr/client/DaprClientImpl.html index 404303a2c..f06a0b108 100644 --- a/docs/io/dapr/client/DaprClientImpl.html +++ b/docs/io/dapr/client/DaprClientImpl.html @@ -1,11 +1,11 @@ - -DaprClientImpl (dapr-sdk-parent 1.14.1 API) + +DaprClientImpl (dapr-sdk-parent 1.15.0 API) - + @@ -140,6 +140,14 @@ loadScripts(document, 'script');
    Closes the ManagedChannel for GRPC.
    +
    reactor.core.publisher.Mono<ConversationResponse>
    +
    converse(ConversationRequest conversationRequest)
    +
    +
    reactor.core.publisher.Mono<Void>
    +
    deleteJob(DeleteJobRequest deleteJobRequest)
    +
    +
    Deletes a job based on the given request.
    +
    reactor.core.publisher.Mono<Void>
    @@ -237,399 +245,409 @@ loadScripts(document, 'script');
    Retrieve Map of configurations based on a provided variable number of keys.
    -
    reactor.core.publisher.Mono<DaprMetadata>
    - +
    reactor.core.publisher.Mono<GetJobResponse>
    +
    getJob(GetJobRequest getJobRequest)
    +
    Retrieves details of a specific job.
    +
    +
    reactor.core.publisher.Mono<DaprMetadata>
    + +
    Fetches Dapr Metadata from the metadata endpoint.
    +
    reactor.core.publisher.Mono<Map<String,String>>
    + +
    +
    Fetches a secret from the configured vault.
    +
    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)
    -
    -
    Fetches a secret from the configured vault.
    -
    -
    reactor.core.publisher.Mono<Map<String,String>>
    -
    getSecret(String storeName, +
    getSecret(String storeName, String key, Map<String,String> metadata)
    -
    +
    Fetches a secret from the configured vault.
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(GetStateRequest request, - TypeRef<T> type)
    -
    -
    Retrieve a State based on their key.
    -
    <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, +
    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, String key, StateOptions options, TypeRef<T> type)
    -
    -
    Retrieve a State based on their key.
    -
    -
    <T> reactor.core.publisher.Mono<State<T>>
    -
    getState(String storeName, - String key, - 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, - 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.
    -
    reactor.core.publisher.Mono<Void>
    - +
    <T> reactor.core.publisher.Mono<State<T>>
    +
    getState(String storeName, + String key, + Class<T> clazz)
    -
    Invokes a Binding operation.
    +
    Retrieve a State based on their key.
    -
    <T> reactor.core.publisher.Mono<T>
    - +
    reactor.core.publisher.Mono<Void>
    +
    Invokes a Binding operation.
    -
    reactor.core.publisher.Mono<byte[]>
    -
    invokeBinding(String bindingName, +
    <T> reactor.core.publisher.Mono<T>
    + +
    +
    Invokes a Binding operation.
    +
    +
    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, - String operation, - Object data, - TypeRef<T> type)
    Invokes a Binding operation.
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    invokeBinding(String bindingName, String operation, Object data, - Class<T> clazz)
    + TypeRef<T> type)
    Invokes a Binding operation.
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    invokeBinding(String bindingName, String operation, Object data, - Map<String,String> metadata, - TypeRef<T> type)
    + Class<T> clazz)
    Invokes a Binding operation.
    <T> reactor.core.publisher.Mono<T>
    -
    invokeBinding(String bindingName, +
    invokeBinding(String bindingName, String operation, Object data, Map<String,String> metadata, - Class<T> clazz)
    + TypeRef<T> type)
    Invokes a Binding operation.
    <T> reactor.core.publisher.Mono<T>
    -
    invokeMethod(InvokeMethodRequest invokeMethodRequest, - TypeRef<T> type)
    +
    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, + 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, - 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, +
    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, 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, +
    <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>
    - -
    -
    Publish an event.
    -
    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)
    +
    +
    Publish an event.
    +
    +
    reactor.core.publisher.Mono<Void>
    +
    publishEvent(String pubsubName, String topicName, Object data, Map<String,String> metadata)
    -
    +
    Publish an event.
    -
    <T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
    - -
    -
    Publish multiple events to Dapr in a single request.
    -
    <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, + TypeRef<T> type)
    +
    +
    Query for states using a query string.
    +
    +
    <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.
    +
    reactor.core.publisher.Mono<Void>
    + +
    +
    Save/Update a list of states.
    +
    reactor.core.publisher.Mono<Void>
    - +
    saveBulkState(String storeName, + List<State<?>> states)
    Save/Update a list of states.
    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, +
    saveState(String storeName, String key, Object value)
    -
    +
    Save/Update a state.
    -
    reactor.core.publisher.Mono<Void>
    -
    saveState(String storeName, +
    reactor.core.publisher.Mono<Void>
    +
    saveState(String storeName, String key, String etag, Object value, StateOptions options)
    -
    +
    Save/Update a state.
    +
    reactor.core.publisher.Mono<Void>
    +
    scheduleJob(ScheduleJobRequest scheduleJobRequest)
    +
    +
    Schedules a job using the provided job request details.
    +
    reactor.core.publisher.Mono<Void>
    @@ -1077,6 +1095,49 @@ loadScripts(document, 'script');
  • +
    +

    scheduleJob

    +
    public reactor.core.publisher.Mono<Void> scheduleJob(ScheduleJobRequest scheduleJobRequest)
    +
    Schedules a job using the provided job request details.
    +
    +
    Parameters:
    +
    scheduleJobRequest - The request containing the details of the job to schedule. + Must include a name and optional schedule, data, and other related properties.
    +
    Returns:
    +
    A Mono that completes when the job scheduling operation is successful or raises an error.
    +
    +
    +
  • +
  • +
    +

    getJob

    +
    public reactor.core.publisher.Mono<GetJobResponse> getJob(GetJobRequest getJobRequest)
    +
    Retrieves details of a specific job.
    +
    +
    Parameters:
    +
    getJobRequest - The request containing the job name for which the details are to be fetched. + The name property is mandatory.
    +
    Returns:
    +
    A Mono that emits the GetJobResponse containing job details or raises an + error if the job is not found.
    +
    +
    +
  • +
  • +
    +

    deleteJob

    +
    public reactor.core.publisher.Mono<Void> deleteJob(DeleteJobRequest deleteJobRequest)
    +
    Deletes a job based on the given request.
    +
    +
    Parameters:
    +
    deleteJobRequest - The request containing the job name to be deleted. + The name property is mandatory.
    +
    Returns:
    +
    A Mono that completes when the job is successfully deleted or raises an error.
    +
    +
    +
  • +
  • getMetadata

    public reactor.core.publisher.Mono<DaprMetadata> getMetadata()
    @@ -1089,6 +1150,12 @@ loadScripts(document, 'script');
  • +
    +

    converse

    +
    public reactor.core.publisher.Mono<ConversationResponse> converse(ConversationRequest conversationRequest)
    +
    +
  • +
  • publishEvent

    public reactor.core.publisher.Mono<Void> publishEvent(String pubsubName, diff --git a/docs/io/dapr/client/DaprHttp.HttpMethods.html b/docs/io/dapr/client/DaprHttp.HttpMethods.html index 8b536cf4c..139acf4ba 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.14.1 API) + +DaprHttp.HttpMethods (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprHttp.Response.html b/docs/io/dapr/client/DaprHttp.Response.html index 632009189..aaf96410b 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.14.1 API) + +DaprHttp.Response (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprHttp.html b/docs/io/dapr/client/DaprHttp.html index 7b34c0c53..7d531a6be 100644 --- a/docs/io/dapr/client/DaprHttp.html +++ b/docs/io/dapr/client/DaprHttp.html @@ -1,11 +1,11 @@ - -DaprHttp (dapr-sdk-parent 1.14.1 API) + +DaprHttp (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprHttpBuilder.html b/docs/io/dapr/client/DaprHttpBuilder.html index e716e48e7..e699b6608 100644 --- a/docs/io/dapr/client/DaprHttpBuilder.html +++ b/docs/io/dapr/client/DaprHttpBuilder.html @@ -1,11 +1,11 @@ - -DaprHttpBuilder (dapr-sdk-parent 1.14.1 API) + +DaprHttpBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/DaprPreviewClient.html b/docs/io/dapr/client/DaprPreviewClient.html index b3efb9638..f0007e34a 100644 --- a/docs/io/dapr/client/DaprPreviewClient.html +++ b/docs/io/dapr/client/DaprPreviewClient.html @@ -1,11 +1,11 @@ - -DaprPreviewClient (dapr-sdk-parent 1.14.1 API) + +DaprPreviewClient (dapr-sdk-parent 1.15.0 API) - + @@ -108,117 +108,135 @@ extends Modifier and Type
    Method
    Description
    -
    - +
    reactor.core.publisher.Mono<ConversationResponse>
    +
    converse(ConversationRequest conversationRequest)
    +
     
    +
    reactor.core.publisher.Mono<Void>
    +
    deleteJob(DeleteJobRequest deleteJobRequest)
    +
    +
    Deletes a job based on the given request.
    +
    +
    reactor.core.publisher.Mono<GetJobResponse>
    +
    getJob(GetJobRequest getJobRequest)
    -
    Publish multiple events to Dapr in a single request.
    +
    Retrieves details of a specific job.
    <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, + TypeRef<T> type)
    +
    +
    Query for states using a query string.
    +
    +
    <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.
    +
    reactor.core.publisher.Mono<Void>
    +
    scheduleJob(ScheduleJobRequest scheduleJobRequest)
    +
    +
    Schedules a job using the provided job request details.
    +
    subscribeToEvents(String pubsubName, String topic, @@ -672,6 +690,61 @@ extends +

    scheduleJob

    +
    reactor.core.publisher.Mono<VoidscheduleJob(ScheduleJobRequest scheduleJobRequest)
    +
    Schedules a job using the provided job request details.
    +
    +
    Parameters:
    +
    scheduleJobRequest - The request containing the details of the job to schedule. + Must include a name and optional schedule, data, and other related properties.
    +
    Returns:
    +
    A Mono that completes when the job scheduling operation is successful or raises an error.
    +
    Throws:
    +
    IllegalArgumentException - If the request or its required fields like name are null or empty.
    +
    +
    +
  • +
  • +
    +

    getJob

    +
    reactor.core.publisher.Mono<GetJobResponse> getJob(GetJobRequest getJobRequest)
    +
    Retrieves details of a specific job.
    +
    +
    Parameters:
    +
    getJobRequest - The request containing the job name for which the details are to be fetched. + The name property is mandatory.
    +
    Returns:
    +
    A Mono that emits the GetJobResponse containing job details or raises an + error if the job is not found.
    +
    Throws:
    +
    IllegalArgumentException - If the request or its required fields like name are null or empty.
    +
    +
    +
  • +
  • +
    +

    deleteJob

    +
    reactor.core.publisher.Mono<Void> deleteJob(DeleteJobRequest deleteJobRequest)
    +
    Deletes a job based on the given request.
    +
    +
    Parameters:
    +
    deleteJobRequest - The request containing the job name to be deleted. + The name property is mandatory.
    +
    Returns:
    +
    A Mono that completes when the job is successfully deleted or raises an error.
    +
    Throws:
    +
    IllegalArgumentException - If the request or its required fields like name are null or empty.
    +
    +
    +
  • +
  • +
    +

    converse

    +
    reactor.core.publisher.Mono<ConversationResponse> converse(ConversationRequest conversationRequest)
    +
    +
  • diff --git a/docs/io/dapr/client/Headers.html b/docs/io/dapr/client/Headers.html index 48e37035e..c8eef24d3 100644 --- a/docs/io/dapr/client/Headers.html +++ b/docs/io/dapr/client/Headers.html @@ -1,11 +1,11 @@ - -Headers (dapr-sdk-parent 1.14.1 API) + +Headers (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/ObjectSerializer.html b/docs/io/dapr/client/ObjectSerializer.html index 1a8fe5335..edf6ef882 100644 --- a/docs/io/dapr/client/ObjectSerializer.html +++ b/docs/io/dapr/client/ObjectSerializer.html @@ -1,11 +1,11 @@ - -ObjectSerializer (dapr-sdk-parent 1.14.1 API) + +ObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -79,7 +79,7 @@ loadScripts(document, 'script');
    Direct Known Subclasses:
    -
    ActorObjectSerializer, DefaultObjectSerializer
    +
    ActorObjectSerializer, CustomizableObjectSerializer, DefaultObjectSerializer

    public class ObjectSerializer @@ -145,14 +145,17 @@ loadScripts(document, 'script');
    Deserializes the byte array into the original object.
    -
    com.fasterxml.jackson.databind.JsonNode
    -
    parseNode(byte[] content)
    -
    +
    protected com.fasterxml.jackson.databind.ObjectMapper
    + +
     
    +
    com.fasterxml.jackson.databind.JsonNode
    +
    parseNode(byte[] content)
    +
    Parses the JSON content into a node for fine-grained processing.
    -
    byte[]
    - -
    +
    byte[]
    + +
    Serializes a given state object into byte array.
    @@ -203,6 +206,12 @@ loadScripts(document, 'script');

    Method Details

    • +
      +

      getObjectMapper

      +
      protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      +
      +
    • +
    • serialize

      public byte[] serialize(Object state) diff --git a/docs/io/dapr/client/class-use/DaprClient.html b/docs/io/dapr/client/class-use/DaprClient.html index d304ea05f..7be6b3c80 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.14.1 API) + +Uses of Interface io.dapr.client.DaprClient (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprClientBuilder.html b/docs/io/dapr/client/class-use/DaprClientBuilder.html index 45cd9f733..c0f74a36e 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.14.1 API) + +Uses of Class io.dapr.client.DaprClientBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -58,6 +58,8 @@ loadScripts(document, 'script');
      Description
       
      + +
       
        @@ -98,6 +100,22 @@ loadScripts(document, 'script');
    +
  • +
    +

    Uses of DaprClientBuilder in io.dapr.spring.boot.autoconfigure.client

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    DaprClientAutoConfiguration.createDaprClientBuilder()
    +
    +
    We use this method in tests to override the default DaprClientBuilder.
    +
    +
    +
    +
  • diff --git a/docs/io/dapr/client/class-use/DaprClientImpl.html b/docs/io/dapr/client/class-use/DaprClientImpl.html index ff5369863..e77edd1d8 100644 --- a/docs/io/dapr/client/class-use/DaprClientImpl.html +++ b/docs/io/dapr/client/class-use/DaprClientImpl.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.DaprClientImpl (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.DaprClientImpl (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprHttp.HttpMethods.html b/docs/io/dapr/client/class-use/DaprHttp.HttpMethods.html index 1fad33ea3..8d92c0fd3 100644 --- a/docs/io/dapr/client/class-use/DaprHttp.HttpMethods.html +++ b/docs/io/dapr/client/class-use/DaprHttp.HttpMethods.html @@ -1,11 +1,11 @@ - -Uses of Enum io.dapr.client.DaprHttp.HttpMethods (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.DaprHttp.HttpMethods (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprHttp.Response.html b/docs/io/dapr/client/class-use/DaprHttp.Response.html index 158c63c67..a835d257c 100644 --- a/docs/io/dapr/client/class-use/DaprHttp.Response.html +++ b/docs/io/dapr/client/class-use/DaprHttp.Response.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.DaprHttp.Response (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.DaprHttp.Response (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprHttp.html b/docs/io/dapr/client/class-use/DaprHttp.html index a0b313c09..4f17b8051 100644 --- a/docs/io/dapr/client/class-use/DaprHttp.html +++ b/docs/io/dapr/client/class-use/DaprHttp.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.DaprHttp (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.DaprHttp (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprHttpBuilder.html b/docs/io/dapr/client/class-use/DaprHttpBuilder.html index 2652ea685..375e9695e 100644 --- a/docs/io/dapr/client/class-use/DaprHttpBuilder.html +++ b/docs/io/dapr/client/class-use/DaprHttpBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.DaprHttpBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.DaprHttpBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/DaprPreviewClient.html b/docs/io/dapr/client/class-use/DaprPreviewClient.html index 32d62848c..88194e983 100644 --- a/docs/io/dapr/client/class-use/DaprPreviewClient.html +++ b/docs/io/dapr/client/class-use/DaprPreviewClient.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.client.DaprPreviewClient (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.client.DaprPreviewClient (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/Headers.html b/docs/io/dapr/client/class-use/Headers.html index c4724f3f6..591f1db93 100644 --- a/docs/io/dapr/client/class-use/Headers.html +++ b/docs/io/dapr/client/class-use/Headers.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.Headers (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.Headers (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/class-use/ObjectSerializer.html b/docs/io/dapr/client/class-use/ObjectSerializer.html index 3debea455..63ad5d361 100644 --- a/docs/io/dapr/client/class-use/ObjectSerializer.html +++ b/docs/io/dapr/client/class-use/ObjectSerializer.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.ObjectSerializer (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.ObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -88,8 +88,11 @@ loadScripts(document, 'script');
    Class
    Description
    class 
    - -
    + +
     
    +
    class 
    + +
    Default serializer/deserializer for request/response objects and for state objects too.
    diff --git a/docs/io/dapr/client/domain/ActorMetadata.html b/docs/io/dapr/client/domain/ActorMetadata.html index 0bd10779a..3f36ea3a3 100644 --- a/docs/io/dapr/client/domain/ActorMetadata.html +++ b/docs/io/dapr/client/domain/ActorMetadata.html @@ -1,11 +1,11 @@ - -ActorMetadata (dapr-sdk-parent 1.14.1 API) + +ActorMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/AppConnectionPropertiesHealthMetadata.html b/docs/io/dapr/client/domain/AppConnectionPropertiesHealthMetadata.html index 66da5dc16..cd53b52e0 100644 --- a/docs/io/dapr/client/domain/AppConnectionPropertiesHealthMetadata.html +++ b/docs/io/dapr/client/domain/AppConnectionPropertiesHealthMetadata.html @@ -1,11 +1,11 @@ - -AppConnectionPropertiesHealthMetadata (dapr-sdk-parent 1.14.1 API) + +AppConnectionPropertiesHealthMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/AppConnectionPropertiesMetadata.html b/docs/io/dapr/client/domain/AppConnectionPropertiesMetadata.html index 718d6d6fc..6f984295f 100644 --- a/docs/io/dapr/client/domain/AppConnectionPropertiesMetadata.html +++ b/docs/io/dapr/client/domain/AppConnectionPropertiesMetadata.html @@ -1,11 +1,11 @@ - -AppConnectionPropertiesMetadata (dapr-sdk-parent 1.14.1 API) + +AppConnectionPropertiesMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkPublishEntry.html b/docs/io/dapr/client/domain/BulkPublishEntry.html index 6cf815589..4c5ffce64 100644 --- a/docs/io/dapr/client/domain/BulkPublishEntry.html +++ b/docs/io/dapr/client/domain/BulkPublishEntry.html @@ -1,11 +1,11 @@ - -BulkPublishEntry (dapr-sdk-parent 1.14.1 API) + +BulkPublishEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkPublishRequest.html b/docs/io/dapr/client/domain/BulkPublishRequest.html index 198b7b8a5..8c7026b0e 100644 --- a/docs/io/dapr/client/domain/BulkPublishRequest.html +++ b/docs/io/dapr/client/domain/BulkPublishRequest.html @@ -1,11 +1,11 @@ - -BulkPublishRequest (dapr-sdk-parent 1.14.1 API) + +BulkPublishRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkPublishResponse.html b/docs/io/dapr/client/domain/BulkPublishResponse.html index 9300ff842..1087de8f8 100644 --- a/docs/io/dapr/client/domain/BulkPublishResponse.html +++ b/docs/io/dapr/client/domain/BulkPublishResponse.html @@ -1,11 +1,11 @@ - -BulkPublishResponse (dapr-sdk-parent 1.14.1 API) + +BulkPublishResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkPublishResponseFailedEntry.html b/docs/io/dapr/client/domain/BulkPublishResponseFailedEntry.html index b4d25bbb2..66ecf6a6e 100644 --- a/docs/io/dapr/client/domain/BulkPublishResponseFailedEntry.html +++ b/docs/io/dapr/client/domain/BulkPublishResponseFailedEntry.html @@ -1,11 +1,11 @@ - -BulkPublishResponseFailedEntry (dapr-sdk-parent 1.14.1 API) + +BulkPublishResponseFailedEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkSubscribeAppResponse.html b/docs/io/dapr/client/domain/BulkSubscribeAppResponse.html index 4f5954ff3..d61132acb 100644 --- a/docs/io/dapr/client/domain/BulkSubscribeAppResponse.html +++ b/docs/io/dapr/client/domain/BulkSubscribeAppResponse.html @@ -1,11 +1,11 @@ - -BulkSubscribeAppResponse (dapr-sdk-parent 1.14.1 API) + +BulkSubscribeAppResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkSubscribeAppResponseEntry.html b/docs/io/dapr/client/domain/BulkSubscribeAppResponseEntry.html index 0768892c2..d11ce036b 100644 --- a/docs/io/dapr/client/domain/BulkSubscribeAppResponseEntry.html +++ b/docs/io/dapr/client/domain/BulkSubscribeAppResponseEntry.html @@ -1,11 +1,11 @@ - -BulkSubscribeAppResponseEntry (dapr-sdk-parent 1.14.1 API) + +BulkSubscribeAppResponseEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkSubscribeAppResponseStatus.html b/docs/io/dapr/client/domain/BulkSubscribeAppResponseStatus.html index 860ae9c58..53a4b7957 100644 --- a/docs/io/dapr/client/domain/BulkSubscribeAppResponseStatus.html +++ b/docs/io/dapr/client/domain/BulkSubscribeAppResponseStatus.html @@ -1,11 +1,11 @@ - -BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.14.1 API) + +BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkSubscribeMessage.html b/docs/io/dapr/client/domain/BulkSubscribeMessage.html index cdb0b9696..5358d4720 100644 --- a/docs/io/dapr/client/domain/BulkSubscribeMessage.html +++ b/docs/io/dapr/client/domain/BulkSubscribeMessage.html @@ -1,11 +1,11 @@ - -BulkSubscribeMessage (dapr-sdk-parent 1.14.1 API) + +BulkSubscribeMessage (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/BulkSubscribeMessageEntry.html b/docs/io/dapr/client/domain/BulkSubscribeMessageEntry.html index 126d9fc4d..8a6dd994d 100644 --- a/docs/io/dapr/client/domain/BulkSubscribeMessageEntry.html +++ b/docs/io/dapr/client/domain/BulkSubscribeMessageEntry.html @@ -1,11 +1,11 @@ - -BulkSubscribeMessageEntry (dapr-sdk-parent 1.14.1 API) + +BulkSubscribeMessageEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/CloudEvent.html b/docs/io/dapr/client/domain/CloudEvent.html index 5f77ac2f8..c17a5a3c2 100644 --- a/docs/io/dapr/client/domain/CloudEvent.html +++ b/docs/io/dapr/client/domain/CloudEvent.html @@ -1,11 +1,11 @@ - -CloudEvent (dapr-sdk-parent 1.14.1 API) + +CloudEvent (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/ComponentMetadata.html b/docs/io/dapr/client/domain/ComponentMetadata.html index 65ccfc703..204781e48 100644 --- a/docs/io/dapr/client/domain/ComponentMetadata.html +++ b/docs/io/dapr/client/domain/ComponentMetadata.html @@ -1,11 +1,11 @@ - -ComponentMetadata (dapr-sdk-parent 1.14.1 API) + +ComponentMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/ConfigurationItem.html b/docs/io/dapr/client/domain/ConfigurationItem.html index 20f65a9f8..142c522d5 100644 --- a/docs/io/dapr/client/domain/ConfigurationItem.html +++ b/docs/io/dapr/client/domain/ConfigurationItem.html @@ -1,11 +1,11 @@ - -ConfigurationItem (dapr-sdk-parent 1.14.1 API) + +ConfigurationItem (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/DaprMetadata.html b/docs/io/dapr/client/domain/DaprMetadata.html index 1ebd6b042..a032e6e80 100644 --- a/docs/io/dapr/client/domain/DaprMetadata.html +++ b/docs/io/dapr/client/domain/DaprMetadata.html @@ -1,11 +1,11 @@ - -DaprMetadata (dapr-sdk-parent 1.14.1 API) + +DaprMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/DeleteStateRequest.html b/docs/io/dapr/client/domain/DeleteStateRequest.html index 2ddc90629..8a31c65b3 100644 --- a/docs/io/dapr/client/domain/DeleteStateRequest.html +++ b/docs/io/dapr/client/domain/DeleteStateRequest.html @@ -1,11 +1,11 @@ - -DeleteStateRequest (dapr-sdk-parent 1.14.1 API) + +DeleteStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/ExecuteStateTransactionRequest.html b/docs/io/dapr/client/domain/ExecuteStateTransactionRequest.html index 4b3d525f5..58ae3509b 100644 --- a/docs/io/dapr/client/domain/ExecuteStateTransactionRequest.html +++ b/docs/io/dapr/client/domain/ExecuteStateTransactionRequest.html @@ -1,11 +1,11 @@ - -ExecuteStateTransactionRequest (dapr-sdk-parent 1.14.1 API) + +ExecuteStateTransactionRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/GetBulkSecretRequest.html b/docs/io/dapr/client/domain/GetBulkSecretRequest.html index 37b08972f..98bd14669 100644 --- a/docs/io/dapr/client/domain/GetBulkSecretRequest.html +++ b/docs/io/dapr/client/domain/GetBulkSecretRequest.html @@ -1,11 +1,11 @@ - -GetBulkSecretRequest (dapr-sdk-parent 1.14.1 API) + +GetBulkSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/GetBulkStateRequest.html b/docs/io/dapr/client/domain/GetBulkStateRequest.html index d7afb38bd..f957f7130 100644 --- a/docs/io/dapr/client/domain/GetBulkStateRequest.html +++ b/docs/io/dapr/client/domain/GetBulkStateRequest.html @@ -1,11 +1,11 @@ - -GetBulkStateRequest (dapr-sdk-parent 1.14.1 API) + +GetBulkStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/GetConfigurationRequest.html b/docs/io/dapr/client/domain/GetConfigurationRequest.html index 6595210c9..8d4af25c4 100644 --- a/docs/io/dapr/client/domain/GetConfigurationRequest.html +++ b/docs/io/dapr/client/domain/GetConfigurationRequest.html @@ -1,11 +1,11 @@ - -GetConfigurationRequest (dapr-sdk-parent 1.14.1 API) + +GetConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/GetSecretRequest.html b/docs/io/dapr/client/domain/GetSecretRequest.html index 3f5af8b08..7ef42a161 100644 --- a/docs/io/dapr/client/domain/GetSecretRequest.html +++ b/docs/io/dapr/client/domain/GetSecretRequest.html @@ -1,11 +1,11 @@ - -GetSecretRequest (dapr-sdk-parent 1.14.1 API) + +GetSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/GetStateRequest.html b/docs/io/dapr/client/domain/GetStateRequest.html index dac9d0142..79273444d 100644 --- a/docs/io/dapr/client/domain/GetStateRequest.html +++ b/docs/io/dapr/client/domain/GetStateRequest.html @@ -1,11 +1,11 @@ - -GetStateRequest (dapr-sdk-parent 1.14.1 API) + +GetStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/HttpEndpointMetadata.html b/docs/io/dapr/client/domain/HttpEndpointMetadata.html index 469c96f7f..912e3975a 100644 --- a/docs/io/dapr/client/domain/HttpEndpointMetadata.html +++ b/docs/io/dapr/client/domain/HttpEndpointMetadata.html @@ -1,11 +1,11 @@ - -HttpEndpointMetadata (dapr-sdk-parent 1.14.1 API) + +HttpEndpointMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/HttpExtension.html b/docs/io/dapr/client/domain/HttpExtension.html index b93326e22..fc10573cc 100644 --- a/docs/io/dapr/client/domain/HttpExtension.html +++ b/docs/io/dapr/client/domain/HttpExtension.html @@ -1,11 +1,11 @@ - -HttpExtension (dapr-sdk-parent 1.14.1 API) + +HttpExtension (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/InvokeBindingRequest.html b/docs/io/dapr/client/domain/InvokeBindingRequest.html index d08fc06c3..29303c6d8 100644 --- a/docs/io/dapr/client/domain/InvokeBindingRequest.html +++ b/docs/io/dapr/client/domain/InvokeBindingRequest.html @@ -1,11 +1,11 @@ - -InvokeBindingRequest (dapr-sdk-parent 1.14.1 API) + +InvokeBindingRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/InvokeMethodRequest.html b/docs/io/dapr/client/domain/InvokeMethodRequest.html index 044943b25..fa2d5e6fb 100644 --- a/docs/io/dapr/client/domain/InvokeMethodRequest.html +++ b/docs/io/dapr/client/domain/InvokeMethodRequest.html @@ -1,11 +1,11 @@ - -InvokeMethodRequest (dapr-sdk-parent 1.14.1 API) + +InvokeMethodRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/LockRequest.html b/docs/io/dapr/client/domain/LockRequest.html index 536af8ed9..c829fe596 100644 --- a/docs/io/dapr/client/domain/LockRequest.html +++ b/docs/io/dapr/client/domain/LockRequest.html @@ -1,11 +1,11 @@ - -LockRequest (dapr-sdk-parent 1.14.1 API) + +LockRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/Metadata.html b/docs/io/dapr/client/domain/Metadata.html index e8feae783..211df5fab 100644 --- a/docs/io/dapr/client/domain/Metadata.html +++ b/docs/io/dapr/client/domain/Metadata.html @@ -1,11 +1,11 @@ - -Metadata (dapr-sdk-parent 1.14.1 API) + +Metadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/PublishEventRequest.html b/docs/io/dapr/client/domain/PublishEventRequest.html index 244111bf4..b56e51df9 100644 --- a/docs/io/dapr/client/domain/PublishEventRequest.html +++ b/docs/io/dapr/client/domain/PublishEventRequest.html @@ -1,11 +1,11 @@ - -PublishEventRequest (dapr-sdk-parent 1.14.1 API) + +PublishEventRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/QueryStateItem.html b/docs/io/dapr/client/domain/QueryStateItem.html index ea907eae2..9150f83a2 100644 --- a/docs/io/dapr/client/domain/QueryStateItem.html +++ b/docs/io/dapr/client/domain/QueryStateItem.html @@ -1,11 +1,11 @@ - -QueryStateItem (dapr-sdk-parent 1.14.1 API) + +QueryStateItem (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/QueryStateRequest.html b/docs/io/dapr/client/domain/QueryStateRequest.html index b63d0aed9..65183fbe1 100644 --- a/docs/io/dapr/client/domain/QueryStateRequest.html +++ b/docs/io/dapr/client/domain/QueryStateRequest.html @@ -1,11 +1,11 @@ - -QueryStateRequest (dapr-sdk-parent 1.14.1 API) + +QueryStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/QueryStateResponse.html b/docs/io/dapr/client/domain/QueryStateResponse.html index 396dc7cfc..fad0fb8c5 100644 --- a/docs/io/dapr/client/domain/QueryStateResponse.html +++ b/docs/io/dapr/client/domain/QueryStateResponse.html @@ -1,11 +1,11 @@ - -QueryStateResponse (dapr-sdk-parent 1.14.1 API) + +QueryStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/RuleMetadata.html b/docs/io/dapr/client/domain/RuleMetadata.html index a3b63171a..e2547643c 100644 --- a/docs/io/dapr/client/domain/RuleMetadata.html +++ b/docs/io/dapr/client/domain/RuleMetadata.html @@ -1,11 +1,11 @@ - -RuleMetadata (dapr-sdk-parent 1.14.1 API) + +RuleMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/SaveStateRequest.html b/docs/io/dapr/client/domain/SaveStateRequest.html index a09d2b8fc..09bdef5b0 100644 --- a/docs/io/dapr/client/domain/SaveStateRequest.html +++ b/docs/io/dapr/client/domain/SaveStateRequest.html @@ -1,11 +1,11 @@ - -SaveStateRequest (dapr-sdk-parent 1.14.1 API) + +SaveStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/State.html b/docs/io/dapr/client/domain/State.html index 1fab29723..dc097a587 100644 --- a/docs/io/dapr/client/domain/State.html +++ b/docs/io/dapr/client/domain/State.html @@ -1,11 +1,11 @@ - -State (dapr-sdk-parent 1.14.1 API) + +State (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/StateOptions.Concurrency.html b/docs/io/dapr/client/domain/StateOptions.Concurrency.html index dc6b8174d..7e3ce6198 100644 --- a/docs/io/dapr/client/domain/StateOptions.Concurrency.html +++ b/docs/io/dapr/client/domain/StateOptions.Concurrency.html @@ -1,11 +1,11 @@ - -StateOptions.Concurrency (dapr-sdk-parent 1.14.1 API) + +StateOptions.Concurrency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/StateOptions.Consistency.html b/docs/io/dapr/client/domain/StateOptions.Consistency.html index 71c29083e..9a3361437 100644 --- a/docs/io/dapr/client/domain/StateOptions.Consistency.html +++ b/docs/io/dapr/client/domain/StateOptions.Consistency.html @@ -1,11 +1,11 @@ - -StateOptions.Consistency (dapr-sdk-parent 1.14.1 API) + +StateOptions.Consistency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/StateOptions.StateOptionDurationDeserializer.html b/docs/io/dapr/client/domain/StateOptions.StateOptionDurationDeserializer.html index 46b9faee6..be4da61df 100644 --- a/docs/io/dapr/client/domain/StateOptions.StateOptionDurationDeserializer.html +++ b/docs/io/dapr/client/domain/StateOptions.StateOptionDurationDeserializer.html @@ -1,11 +1,11 @@ - -StateOptions.StateOptionDurationDeserializer (dapr-sdk-parent 1.14.1 API) + +StateOptions.StateOptionDurationDeserializer (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/StateOptions.StateOptionDurationSerializer.html b/docs/io/dapr/client/domain/StateOptions.StateOptionDurationSerializer.html index 181b5202d..a00d5c1d7 100644 --- a/docs/io/dapr/client/domain/StateOptions.StateOptionDurationSerializer.html +++ b/docs/io/dapr/client/domain/StateOptions.StateOptionDurationSerializer.html @@ -1,11 +1,11 @@ - -StateOptions.StateOptionDurationSerializer (dapr-sdk-parent 1.14.1 API) + +StateOptions.StateOptionDurationSerializer (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/StateOptions.html b/docs/io/dapr/client/domain/StateOptions.html index 7477bf13d..8e1e92561 100644 --- a/docs/io/dapr/client/domain/StateOptions.html +++ b/docs/io/dapr/client/domain/StateOptions.html @@ -1,11 +1,11 @@ - -StateOptions (dapr-sdk-parent 1.14.1 API) + +StateOptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/SubscribeConfigurationRequest.html b/docs/io/dapr/client/domain/SubscribeConfigurationRequest.html index f5fa9e0d1..89433cfe0 100644 --- a/docs/io/dapr/client/domain/SubscribeConfigurationRequest.html +++ b/docs/io/dapr/client/domain/SubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -SubscribeConfigurationRequest (dapr-sdk-parent 1.14.1 API) + +SubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/SubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/SubscribeConfigurationResponse.html index 52674df59..04e401c8e 100644 --- a/docs/io/dapr/client/domain/SubscribeConfigurationResponse.html +++ b/docs/io/dapr/client/domain/SubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -SubscribeConfigurationResponse (dapr-sdk-parent 1.14.1 API) + +SubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/SubscriptionMetadata.html b/docs/io/dapr/client/domain/SubscriptionMetadata.html index e4e9571c0..da8032bc5 100644 --- a/docs/io/dapr/client/domain/SubscriptionMetadata.html +++ b/docs/io/dapr/client/domain/SubscriptionMetadata.html @@ -1,11 +1,11 @@ - -SubscriptionMetadata (dapr-sdk-parent 1.14.1 API) + +SubscriptionMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/TransactionalStateOperation.OperationType.html b/docs/io/dapr/client/domain/TransactionalStateOperation.OperationType.html index 104757525..e673b6abf 100644 --- a/docs/io/dapr/client/domain/TransactionalStateOperation.OperationType.html +++ b/docs/io/dapr/client/domain/TransactionalStateOperation.OperationType.html @@ -1,11 +1,11 @@ - -TransactionalStateOperation.OperationType (dapr-sdk-parent 1.14.1 API) + +TransactionalStateOperation.OperationType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/TransactionalStateOperation.html b/docs/io/dapr/client/domain/TransactionalStateOperation.html index e26738e36..575522c3d 100644 --- a/docs/io/dapr/client/domain/TransactionalStateOperation.html +++ b/docs/io/dapr/client/domain/TransactionalStateOperation.html @@ -1,11 +1,11 @@ - -TransactionalStateOperation (dapr-sdk-parent 1.14.1 API) + +TransactionalStateOperation (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/TransactionalStateRequest.html b/docs/io/dapr/client/domain/TransactionalStateRequest.html index 01046ed37..397285df4 100644 --- a/docs/io/dapr/client/domain/TransactionalStateRequest.html +++ b/docs/io/dapr/client/domain/TransactionalStateRequest.html @@ -1,11 +1,11 @@ - -TransactionalStateRequest (dapr-sdk-parent 1.14.1 API) + +TransactionalStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/UnlockRequest.html b/docs/io/dapr/client/domain/UnlockRequest.html index 70925c514..094e59a78 100644 --- a/docs/io/dapr/client/domain/UnlockRequest.html +++ b/docs/io/dapr/client/domain/UnlockRequest.html @@ -1,11 +1,11 @@ - -UnlockRequest (dapr-sdk-parent 1.14.1 API) + +UnlockRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/UnlockResponseStatus.html b/docs/io/dapr/client/domain/UnlockResponseStatus.html index 8fbd46065..3504fdc8d 100644 --- a/docs/io/dapr/client/domain/UnlockResponseStatus.html +++ b/docs/io/dapr/client/domain/UnlockResponseStatus.html @@ -1,11 +1,11 @@ - -UnlockResponseStatus (dapr-sdk-parent 1.14.1 API) + +UnlockResponseStatus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/UnsubscribeConfigurationRequest.html b/docs/io/dapr/client/domain/UnsubscribeConfigurationRequest.html index 4994b636f..2a142b7e1 100644 --- a/docs/io/dapr/client/domain/UnsubscribeConfigurationRequest.html +++ b/docs/io/dapr/client/domain/UnsubscribeConfigurationRequest.html @@ -1,11 +1,11 @@ - -UnsubscribeConfigurationRequest (dapr-sdk-parent 1.14.1 API) + +UnsubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/UnsubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/UnsubscribeConfigurationResponse.html index adeb0d150..81a314c94 100644 --- a/docs/io/dapr/client/domain/UnsubscribeConfigurationResponse.html +++ b/docs/io/dapr/client/domain/UnsubscribeConfigurationResponse.html @@ -1,11 +1,11 @@ - -UnsubscribeConfigurationResponse (dapr-sdk-parent 1.14.1 API) + +UnsubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/ActorMetadata.html b/docs/io/dapr/client/domain/class-use/ActorMetadata.html index dac8ef623..ce61251fb 100644 --- a/docs/io/dapr/client/domain/class-use/ActorMetadata.html +++ b/docs/io/dapr/client/domain/class-use/ActorMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.ActorMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.ActorMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesHealthMetadata.html b/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesHealthMetadata.html index c176ffc5e..9c05ff5d5 100644 --- a/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesHealthMetadata.html +++ b/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesHealthMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.AppConnectionPropertiesHealthMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.AppConnectionPropertiesHealthMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesMetadata.html b/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesMetadata.html index 4369a1fb4..932f37ac7 100644 --- a/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesMetadata.html +++ b/docs/io/dapr/client/domain/class-use/AppConnectionPropertiesMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.AppConnectionPropertiesMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.AppConnectionPropertiesMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishEntry.html b/docs/io/dapr/client/domain/class-use/BulkPublishEntry.html index 265e9fe5e..814f2d823 100644 --- a/docs/io/dapr/client/domain/class-use/BulkPublishEntry.html +++ b/docs/io/dapr/client/domain/class-use/BulkPublishEntry.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkPublishEntry (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.BulkPublishEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishRequest.html b/docs/io/dapr/client/domain/class-use/BulkPublishRequest.html index d2247ef8f..865f0e42c 100644 --- a/docs/io/dapr/client/domain/class-use/BulkPublishRequest.html +++ b/docs/io/dapr/client/domain/class-use/BulkPublishRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.BulkPublishRequest (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.BulkPublishRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html b/docs/io/dapr/client/domain/class-use/BulkPublishResponse.html index 1e3990e3b..b64f46ae5 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkPublishResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html b/docs/io/dapr/client/domain/class-use/BulkPublishResponseFailedEntry.html index 91b2f643e..e4596fc17 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.15.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 c7fc02b32..9e249206c 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeAppResponse (dapr-sdk-parent 1.15.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 c9e072fa4..0614d0c33 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeAppResponseEntry (dapr-sdk-parent 1.15.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 774301480..1f3c93a80 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 io.dapr.client.domain.BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.BulkSubscribeAppResponseStatus (dapr-sdk-parent 1.15.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 3c7bdb778..5252460dc 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeMessage (dapr-sdk-parent 1.15.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 8f7bbad9c..49ff10779 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.14.1 API) + +Uses of Class io.dapr.client.domain.BulkSubscribeMessageEntry (dapr-sdk-parent 1.15.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 3f252f61f..38436ddb3 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.14.1 API) + +Uses of Class io.dapr.client.domain.CloudEvent (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/ComponentMetadata.html b/docs/io/dapr/client/domain/class-use/ComponentMetadata.html index 43de08574..03838820b 100644 --- a/docs/io/dapr/client/domain/class-use/ComponentMetadata.html +++ b/docs/io/dapr/client/domain/class-use/ComponentMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.ComponentMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.ComponentMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/ConfigurationItem.html b/docs/io/dapr/client/domain/class-use/ConfigurationItem.html index 8c751c084..a153b1e4d 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.14.1 API) + +Uses of Class io.dapr.client.domain.ConfigurationItem (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/DaprMetadata.html b/docs/io/dapr/client/domain/class-use/DaprMetadata.html index 0035c3cb4..e45f30a7a 100644 --- a/docs/io/dapr/client/domain/class-use/DaprMetadata.html +++ b/docs/io/dapr/client/domain/class-use/DaprMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.DaprMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.DaprMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html b/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html index 90dde5aed..2060eb1b7 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.14.1 API) + +Uses of Class io.dapr.client.domain.DeleteStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html index 03cdc7940..fac17f4db 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.14.1 API) + +Uses of Class io.dapr.client.domain.ExecuteStateTransactionRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html b/docs/io/dapr/client/domain/class-use/GetBulkSecretRequest.html index 1d98d5fd4..4cae1aaf7 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.14.1 API) + +Uses of Class io.dapr.client.domain.GetBulkSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html b/docs/io/dapr/client/domain/class-use/GetBulkStateRequest.html index b49943545..87c17e374 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.14.1 API) + +Uses of Class io.dapr.client.domain.GetBulkStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html b/docs/io/dapr/client/domain/class-use/GetConfigurationRequest.html index 2cc6cba86..15cddfe12 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.14.1 API) + +Uses of Class io.dapr.client.domain.GetConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/GetSecretRequest.html b/docs/io/dapr/client/domain/class-use/GetSecretRequest.html index 741dab5f6..505dd29ee 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.14.1 API) + +Uses of Class io.dapr.client.domain.GetSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/GetStateRequest.html b/docs/io/dapr/client/domain/class-use/GetStateRequest.html index 6933be904..8957bbb9c 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.14.1 API) + +Uses of Class io.dapr.client.domain.GetStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html b/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html index 855a40aeb..c15761c6b 100644 --- a/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html +++ b/docs/io/dapr/client/domain/class-use/HttpEndpointMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.HttpEndpointMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.HttpEndpointMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/HttpExtension.html b/docs/io/dapr/client/domain/class-use/HttpExtension.html index 93df5b7d3..1f4ec283a 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.14.1 API) + +Uses of Class io.dapr.client.domain.HttpExtension (dapr-sdk-parent 1.15.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 6a03b7e21..53e9cc8b5 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.14.1 API) + +Uses of Class io.dapr.client.domain.InvokeBindingRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html b/docs/io/dapr/client/domain/class-use/InvokeMethodRequest.html index 919dd5b10..10ae233b3 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.14.1 API) + +Uses of Class io.dapr.client.domain.InvokeMethodRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/LockRequest.html b/docs/io/dapr/client/domain/class-use/LockRequest.html index d9f276b5a..99715f699 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.14.1 API) + +Uses of Class io.dapr.client.domain.LockRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/Metadata.html b/docs/io/dapr/client/domain/class-use/Metadata.html index 3c7aa37de..47b7b1479 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.14.1 API) + +Uses of Class io.dapr.client.domain.Metadata (dapr-sdk-parent 1.15.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 d0a7f2ad3..49106ce0f 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.14.1 API) + +Uses of Class io.dapr.client.domain.PublishEventRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/QueryStateItem.html b/docs/io/dapr/client/domain/class-use/QueryStateItem.html index e111f36dc..80027bacd 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.14.1 API) + +Uses of Class io.dapr.client.domain.QueryStateItem (dapr-sdk-parent 1.15.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 2b4e79ea2..ab161b7d2 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.14.1 API) + +Uses of Class io.dapr.client.domain.QueryStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/QueryStateResponse.html b/docs/io/dapr/client/domain/class-use/QueryStateResponse.html index b77c2faed..0a2533708 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.14.1 API) + +Uses of Class io.dapr.client.domain.QueryStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/RuleMetadata.html b/docs/io/dapr/client/domain/class-use/RuleMetadata.html index 1526c5818..ab79f1734 100644 --- a/docs/io/dapr/client/domain/class-use/RuleMetadata.html +++ b/docs/io/dapr/client/domain/class-use/RuleMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.RuleMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.RuleMetadata (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/SaveStateRequest.html b/docs/io/dapr/client/domain/class-use/SaveStateRequest.html index 6db4f0b5b..75df092c4 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.14.1 API) + +Uses of Class io.dapr.client.domain.SaveStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/State.html b/docs/io/dapr/client/domain/class-use/State.html index 6ede3ef13..5f0bf3fbf 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.14.1 API) + +Uses of Class io.dapr.client.domain.State (dapr-sdk-parent 1.15.0 API) - + 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 6678221ba..5af34abc6 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 io.dapr.client.domain.StateOptions.Concurrency (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.StateOptions.Concurrency (dapr-sdk-parent 1.15.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 8dd57417e..445534e78 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 io.dapr.client.domain.StateOptions.Consistency (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.StateOptions.Consistency (dapr-sdk-parent 1.15.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 ba2f74b34..1bcd7c05a 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.14.1 API) + +Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationDeserializer (dapr-sdk-parent 1.15.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 ded298d43..36fd7ab3c 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.14.1 API) + +Uses of Class io.dapr.client.domain.StateOptions.StateOptionDurationSerializer (dapr-sdk-parent 1.15.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 fc415896f..aaca1aaa0 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.14.1 API) + +Uses of Class io.dapr.client.domain.StateOptions (dapr-sdk-parent 1.15.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 7b1191670..9f44582b4 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.14.1 API) + +Uses of Class io.dapr.client.domain.SubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/class-use/SubscribeConfigurationResponse.html index 494d790e7..c3beb0175 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.14.1 API) + +Uses of Class io.dapr.client.domain.SubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html b/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html index 12ed7f6ec..10acafaac 100644 --- a/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html +++ b/docs/io/dapr/client/domain/class-use/SubscriptionMetadata.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.client.domain.SubscriptionMetadata (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.client.domain.SubscriptionMetadata (dapr-sdk-parent 1.15.0 API) - + 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 6ffde3c5d..95b49d66f 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 io.dapr.client.domain.TransactionalStateOperation.OperationType (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.TransactionalStateOperation.OperationType (dapr-sdk-parent 1.15.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 1bf4c63a5..a05609fe7 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.14.1 API) + +Uses of Class io.dapr.client.domain.TransactionalStateOperation (dapr-sdk-parent 1.15.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 7bcd5da10..c927a6607 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.14.1 API) + +Uses of Class io.dapr.client.domain.TransactionalStateRequest (dapr-sdk-parent 1.15.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 9a14a09e6..8f3abccc4 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.14.1 API) + +Uses of Class io.dapr.client.domain.UnlockRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html b/docs/io/dapr/client/domain/class-use/UnlockResponseStatus.html index 7d50826f5..4d67bb1a8 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 io.dapr.client.domain.UnlockResponseStatus (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.UnlockResponseStatus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationRequest.html index fa4d4b90a..c3a617290 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.14.1 API) + +Uses of Class io.dapr.client.domain.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html b/docs/io/dapr/client/domain/class-use/UnsubscribeConfigurationResponse.html index 4dca29644..037b4ab5e 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.14.1 API) + +Uses of Class io.dapr.client.domain.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/package-summary.html b/docs/io/dapr/client/domain/package-summary.html index 938829f7f..7a4c67cc9 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.14.1 API) + +io.dapr.client.domain (dapr-sdk-parent 1.15.0 API) - + @@ -150,54 +150,87 @@ loadScripts(document, 'script');
    A configuration item from Dapr's configuration store.
    + +
    +
    Represents an input message for a conversation with an LLM.
    +
    + +
    +
    Returns the conversation output.
    +
    + +
    +
    Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
    +
    + +
    +
    Response from the Dapr Conversation API.
    +
    DaprMetadata describes the Dapr Metadata.
    - +
    +
    Represents a request to schedule a job in Dapr.
    +
    + +
    A request to delete a state by key.
    - -
    + +
    A request for executing state transaction operations.
    - -
    + +
    A request to get a secret by key.
    - -
    + +
    A request to get bulk state by keys.
    - -
    + +
    Request to get one or more configuration items from Dapr's configuration store.
    - + +
    +
    Represents a request to schedule a job in Dapr.
    +
    +
    +
    Represents a request to schedule a job in Dapr.
    +
    + +
    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.
    - -
    + +
    A request to invoke binding.
    - -
    + +
    A request to invoke a service.
    + +
    +
    Represents a job schedule using cron expressions or fixed intervals.
    +
    A request to lock.
    @@ -224,62 +257,66 @@ loadScripts(document, 'script');
    A request to save states to state store.
    - +
    +
    Represents a request to schedule a job in Dapr.
    +
    + +
    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.
    - -
    + +
    Options for type of operation.
    - -
    + +
    A class to represent request for transactional state.
    - -
    + +
    A request to unlock.
    - -
     
    - -
    + +
     
    + +
    Request to unsubscribe to one or more configuration items using subscription id.
    - -
    + +
    Domain object for unsubscribe response.
    diff --git a/docs/io/dapr/client/domain/package-tree.html b/docs/io/dapr/client/domain/package-tree.html index 01f459b06..a8af20824 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.14.1 API) + +io.dapr.client.domain Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + @@ -75,18 +75,26 @@ loadScripts(document, 'script');
  • io.dapr.client.domain.CloudEvent<T>
  • io.dapr.client.domain.ComponentMetadata
  • io.dapr.client.domain.ConfigurationItem
  • +
  • io.dapr.client.domain.ConversationInput
  • +
  • io.dapr.client.domain.ConversationOutput
  • +
  • io.dapr.client.domain.ConversationRequest
  • +
  • io.dapr.client.domain.ConversationResponse
  • io.dapr.client.domain.DaprMetadata
  • +
  • io.dapr.client.domain.DeleteJobRequest
  • io.dapr.client.domain.DeleteStateRequest
  • io.dapr.client.domain.ExecuteStateTransactionRequest
  • io.dapr.client.domain.GetBulkSecretRequest
  • io.dapr.client.domain.GetBulkStateRequest
  • io.dapr.client.domain.GetConfigurationRequest
  • +
  • io.dapr.client.domain.GetJobRequest
  • +
  • io.dapr.client.domain.GetJobResponse
  • 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
  • +
  • io.dapr.client.domain.JobSchedule
  • com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
    • com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) @@ -113,6 +121,7 @@ loadScripts(document, 'script');
    • io.dapr.client.domain.QueryStateResponse<T>
    • io.dapr.client.domain.RuleMetadata
    • io.dapr.client.domain.SaveStateRequest
    • +
    • io.dapr.client.domain.ScheduleJobRequest
    • io.dapr.client.domain.State<T>
    • io.dapr.client.domain.StateOptions
    • io.dapr.client.domain.SubscribeConfigurationRequest
    • diff --git a/docs/io/dapr/client/domain/package-use.html b/docs/io/dapr/client/domain/package-use.html index 3667f509c..1b461f8cb 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.14.1 API) + +Uses of Package io.dapr.client.domain (dapr-sdk-parent 1.15.0 API) - + @@ -85,66 +85,91 @@ loadScripts(document, 'script');
      A configuration item from Dapr's configuration store.
      + +
      +
      Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
      +
      + +
      +
      Response from the Dapr Conversation API.
      +
      DaprMetadata describes the Dapr Metadata.
      - +
      +
      Represents a request to schedule a job in Dapr.
      +
      + +
      A request to delete a state by key.
      - -
      + +
      A request for executing state transaction operations.
      - -
      + +
      A request to get a secret by key.
      - -
      + +
      A request to get bulk state by keys.
      - -
      + +
      Request to get one or more configuration items from Dapr's configuration store.
      - + +
      +
      Represents a request to schedule a job in Dapr.
      +
      +
      +
      Represents a request to schedule a job in Dapr.
      +
      + +
      A request to get a secret by key.
      - -
      + +
      A request to get a state by key.
      - -
      + +
      HTTP Extension class.
      - -
      + +
      A request to invoke binding.
      - -
      + +
      A request to invoke a service.
      - -
      + +
      A request to lock.
      - -
      + +
      A request to publish an event.
      - -
       
      - +
       
      - -
      + +
       
      + +
      A request to save states to state store.
      + +
      +
      Represents a request to schedule a job in Dapr.
      +
      This class reprent what a State is.
      @@ -236,26 +261,43 @@ loadScripts(document, 'script');
      A configuration item from Dapr's configuration store.
      - +
      +
      Represents an input message for a conversation with an LLM.
      +
      + +
      +
      Returns the conversation output.
      +
      + +
      +
      Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
      +
      + +
      A request to delete a state by key.
      - -
      + +
      A request for executing state transaction operations.
      - -
      + +
      A request to get a secret by key.
      - -
      + +
      A request to get bulk state by keys.
      - -
      + +
      Request to get one or more configuration items from Dapr's configuration store.
      + +
      +
      Represents a request to schedule a job in Dapr.
      +
      A request to get a secret by key.
      @@ -280,24 +322,32 @@ loadScripts(document, 'script');
      A request to invoke a service.
      - +
      +
      Represents a job schedule using cron expressions or fixed intervals.
      +
      + +
      A request to publish an event.
      - -
       
      - +
       
      - +
       
      - -
      + +
       
      + +
      RuleMetadata describes the Subscription Rule's Metadata.
      - -
      + +
      A request to save states to state store.
      + +
      +
      Represents a request to schedule a job in Dapr.
      +
      This class reprent what a State is.
      diff --git a/docs/io/dapr/client/domain/query/Pagination.html b/docs/io/dapr/client/domain/query/Pagination.html index 4a27ee815..fc6491a55 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.14.1 API) + +Pagination (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/query/Query.html b/docs/io/dapr/client/domain/query/Query.html index 159e5f7cd..1a0433f76 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.14.1 API) + +Query (dapr-sdk-parent 1.15.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 aed05c41e..c7ddb19d9 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.14.1 API) + +Sorting.Order (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/domain/query/Sorting.html b/docs/io/dapr/client/domain/query/Sorting.html index e866a4895..d2b034619 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.14.1 API) + +Sorting (dapr-sdk-parent 1.15.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 6664949a5..b4f1dfa75 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.Pagination (dapr-sdk-parent 1.15.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 f371590e8..795532ef3 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.Query (dapr-sdk-parent 1.15.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 9f41a2c19..518e5cc73 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 io.dapr.client.domain.query.Sorting.Order (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.client.domain.query.Sorting.Order (dapr-sdk-parent 1.15.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 cdaff1e69..d401dcb5b 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.Sorting (dapr-sdk-parent 1.15.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 a7744d492..960526909 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.14.1 API) + +AndFilter (dapr-sdk-parent 1.15.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 6ac1eb845..8b0b62140 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.14.1 API) + +EqFilter (dapr-sdk-parent 1.15.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 20ef11489..e4f3658ce 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.14.1 API) + +Filter (dapr-sdk-parent 1.15.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 6c85f6db6..5da152acb 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.14.1 API) + +InFilter (dapr-sdk-parent 1.15.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 9018536ce..8d13b9987 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.14.1 API) + +OrFilter (dapr-sdk-parent 1.15.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 75c996b7a..c35a146e9 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.filters.AndFilter (dapr-sdk-parent 1.15.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 224374b65..ccdf94533 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.filters.EqFilter (dapr-sdk-parent 1.15.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 cb5238b8e..7204ffed5 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.filters.Filter (dapr-sdk-parent 1.15.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 d466eaceb..7eeae0adf 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.filters.InFilter (dapr-sdk-parent 1.15.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 8b32dcb10..5c6822f08 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.14.1 API) + +Uses of Class io.dapr.client.domain.query.filters.OrFilter (dapr-sdk-parent 1.15.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 9dc17dd0e..eaea16295 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.14.1 API) + +io.dapr.client.domain.query.filters (dapr-sdk-parent 1.15.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 09ab93b60..4bf96f3b6 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.14.1 API) + +io.dapr.client.domain.query.filters Class Hierarchy (dapr-sdk-parent 1.15.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 ed2020ef8..b63dcde51 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.14.1 API) + +Uses of Package io.dapr.client.domain.query.filters (dapr-sdk-parent 1.15.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 e137a8457..bd3cffd9a 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.14.1 API) + +io.dapr.client.domain.query (dapr-sdk-parent 1.15.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 431e5104e..297316d63 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.14.1 API) + +io.dapr.client.domain.query Class Hierarchy (dapr-sdk-parent 1.15.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 150a7041a..c68ef3cc1 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.14.1 API) + +Uses of Package io.dapr.client.domain.query (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/package-summary.html b/docs/io/dapr/client/package-summary.html index 937659914..dde51b99f 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.14.1 API) + +io.dapr.client (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/package-tree.html b/docs/io/dapr/client/package-tree.html index 2eecd385f..6a101f245 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.14.1 API) + +io.dapr.client Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/package-use.html b/docs/io/dapr/client/package-use.html index 5990816a4..33ab5c813 100644 --- a/docs/io/dapr/client/package-use.html +++ b/docs/io/dapr/client/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.client (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr.client (dapr-sdk-parent 1.15.0 API) - + @@ -64,10 +64,12 @@ loadScripts(document, 'script');
       
       
      - +
       
      - +
       
      + +
       
        @@ -153,6 +155,20 @@ loadScripts(document, 'script');
    • +
      + +
      +
      Class
      +
      Description
      + +
      +
      A builder for the DaprClient, + Currently only gRPC and HTTP Client will be supported.
      +
      +
      +
      +
    • +
    • diff --git a/docs/io/dapr/client/resiliency/ResiliencyOptions.html b/docs/io/dapr/client/resiliency/ResiliencyOptions.html index 2f12c1998..19a1440fb 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.14.1 API) + +ResiliencyOptions (dapr-sdk-parent 1.15.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 7ad8e47e2..f20766a12 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.14.1 API) + +Uses of Class io.dapr.client.resiliency.ResiliencyOptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/resiliency/package-summary.html b/docs/io/dapr/client/resiliency/package-summary.html index 935ce9206..ae41a689b 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.14.1 API) + +io.dapr.client.resiliency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/resiliency/package-tree.html b/docs/io/dapr/client/resiliency/package-tree.html index 50850dc81..9aa6fb3dd 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.14.1 API) + +io.dapr.client.resiliency Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/client/resiliency/package-use.html b/docs/io/dapr/client/resiliency/package-use.html index 98a6a9581..6379b9343 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.14.1 API) + +Uses of Package io.dapr.client.resiliency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/BooleanProperty.html b/docs/io/dapr/config/BooleanProperty.html index 4a8d73b8b..808acf7c4 100644 --- a/docs/io/dapr/config/BooleanProperty.html +++ b/docs/io/dapr/config/BooleanProperty.html @@ -1,11 +1,11 @@ - -BooleanProperty (dapr-sdk-parent 1.14.1 API) + +BooleanProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/GenericProperty.html b/docs/io/dapr/config/GenericProperty.html index 241ae7602..feab349a5 100644 --- a/docs/io/dapr/config/GenericProperty.html +++ b/docs/io/dapr/config/GenericProperty.html @@ -1,11 +1,11 @@ - -GenericProperty (dapr-sdk-parent 1.14.1 API) + +GenericProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/IntegerProperty.html b/docs/io/dapr/config/IntegerProperty.html index 605783c9c..dc001f1e9 100644 --- a/docs/io/dapr/config/IntegerProperty.html +++ b/docs/io/dapr/config/IntegerProperty.html @@ -1,11 +1,11 @@ - -IntegerProperty (dapr-sdk-parent 1.14.1 API) + +IntegerProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/MillisecondsDurationProperty.html b/docs/io/dapr/config/MillisecondsDurationProperty.html index 87ad7d6c4..9b9bc0d88 100644 --- a/docs/io/dapr/config/MillisecondsDurationProperty.html +++ b/docs/io/dapr/config/MillisecondsDurationProperty.html @@ -1,11 +1,11 @@ - -MillisecondsDurationProperty (dapr-sdk-parent 1.14.1 API) + +MillisecondsDurationProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/Properties.html b/docs/io/dapr/config/Properties.html index 9fd117218..370bb5c8c 100644 --- a/docs/io/dapr/config/Properties.html +++ b/docs/io/dapr/config/Properties.html @@ -1,11 +1,11 @@ - -Properties (dapr-sdk-parent 1.14.1 API) + +Properties (dapr-sdk-parent 1.15.0 API) - + @@ -98,16 +98,66 @@ loadScripts(document, 'script');
      API token for authentication between App and Dapr's side car.
      -
      static final Property<String>
      - +
      static final Property<Boolean>
      +
      +
      GRPC enable keep alive.
      +
      +
      static final Property<String>
      + +
      GRPC endpoint for remote sidecar connectivity.
      +
      static final Property<Duration>
      + +
      +
      GRPC keep alive time in seconds.
      +
      +
      static final Property<Duration>
      + +
      +
      GRPC keep alive timeout in seconds.
      +
      +
      static final Property<Boolean>
      + +
      +
      GRPC keep alive without calls.
      +
      +
      static final Property<Integer>
      + +
      +
      Dapr's default maximum inbound message size for GRPC in bytes.
      +
      +
      static final Property<Integer>
      + +
      +
      Dapr's default maximum inbound metadata size for GRPC in bytes.
      +
      static final Property<Integer>
      GRPC port for Dapr after checking system property and environment variable.
      +
      static final Property<String>
      + +
      +
      GRPC TLS CA cert path for Dapr after checking system property and environment variable.
      +
      +
      static final Property<String>
      + +
      +
      GRPC TLS cert path for Dapr after checking system property and environment variable.
      +
      +
      static final Property<Boolean>
      + +
      +
      Use insecure TLS mode which still uses TLS but doesn't verify certificates.
      +
      +
      static final Property<String>
      + +
      +
      GRPC TLS key path for Dapr after checking system property and environment variable.
      +
      static final Property<Integer>
      @@ -230,6 +280,37 @@ loadScripts(document, 'script');
    • +
      +

      GRPC_TLS_CERT_PATH

      +
      public static final Property<String> GRPC_TLS_CERT_PATH
      +
      GRPC TLS cert path for Dapr after checking system property and environment variable.
      +
      +
    • +
    • +
      +

      GRPC_TLS_KEY_PATH

      +
      public static final Property<String> GRPC_TLS_KEY_PATH
      +
      GRPC TLS key path for Dapr after checking system property and environment variable.
      +
      +
    • +
    • +
      +

      GRPC_TLS_CA_PATH

      +
      public static final Property<String> GRPC_TLS_CA_PATH
      +
      GRPC TLS CA cert path for Dapr after checking system property and environment variable. + This is used for TLS connections to servers with self-signed certificates.
      +
      +
    • +
    • +
      +

      GRPC_TLS_INSECURE

      +
      public static final Property<Boolean> GRPC_TLS_INSECURE
      +
      Use insecure TLS mode which still uses TLS but doesn't verify certificates. + This uses InsecureTrustManagerFactory to trust all certificates. + This should only be used for testing or in secure environments.
      +
      +
    • +
    • GRPC_ENDPOINT

      public static final Property<String> GRPC_ENDPOINT
      @@ -237,6 +318,46 @@ loadScripts(document, 'script');
    • +
      +

      GRPC_ENABLE_KEEP_ALIVE

      +
      public static final Property<Boolean> GRPC_ENABLE_KEEP_ALIVE
      +
      GRPC enable keep alive. + Environment variable: DAPR_GRPC_ENABLE_KEEP_ALIVE + System property: dapr.grpc.enable.keep.alive + Default: false
      +
      +
    • +
    • +
      +

      GRPC_KEEP_ALIVE_TIME_SECONDS

      +
      public static final Property<Duration> GRPC_KEEP_ALIVE_TIME_SECONDS
      +
      GRPC keep alive time in seconds. + Environment variable: DAPR_GRPC_KEEP_ALIVE_TIME_SECONDS + System property: dapr.grpc.keep.alive.time.seconds + Default: 10 seconds
      +
      +
    • +
    • +
      +

      GRPC_KEEP_ALIVE_TIMEOUT_SECONDS

      +
      public static final Property<Duration> GRPC_KEEP_ALIVE_TIMEOUT_SECONDS
      +
      GRPC keep alive timeout in seconds. + Environment variable: DAPR_GRPC_KEEP_ALIVE_TIMEOUT_SECONDS + System property: dapr.grpc.keep.alive.timeout.seconds + Default: 5 seconds
      +
      +
    • +
    • +
      +

      GRPC_KEEP_ALIVE_WITHOUT_CALLS

      +
      public static final Property<Boolean> GRPC_KEEP_ALIVE_WITHOUT_CALLS
      +
      GRPC keep alive without calls. + Environment variable: DAPR_GRPC_KEEP_ALIVE_WITHOUT_CALLS + System property: dapr.grpc.keep.alive.without.calls + Default: true
      +
      +
    • +
    • HTTP_ENDPOINT

      public static final Property<String> HTTP_ENDPOINT
      @@ -292,6 +413,20 @@ loadScripts(document, 'script');
      Dapr's default maximum number of idle connections for HTTP connection pool.
    • +
    • +
      +

      GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES

      +
      public static final Property<Integer> GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES
      +
      Dapr's default maximum inbound message size for GRPC in bytes.
      +
      +
    • +
    • +
      +

      GRPC_MAX_INBOUND_METADATA_SIZE_BYTES

      +
      public static final Property<Integer> GRPC_MAX_INBOUND_METADATA_SIZE_BYTES
      +
      Dapr's default maximum inbound metadata size for GRPC in bytes.
      +
      +
  • diff --git a/docs/io/dapr/config/Property.html b/docs/io/dapr/config/Property.html index 85f7b8736..d7b80c4e8 100644 --- a/docs/io/dapr/config/Property.html +++ b/docs/io/dapr/config/Property.html @@ -1,11 +1,11 @@ - -Property (dapr-sdk-parent 1.14.1 API) + +Property (dapr-sdk-parent 1.15.0 API) - + @@ -79,7 +79,7 @@ loadScripts(document, 'script');
    Direct Known Subclasses:
    -
    BooleanProperty, GenericProperty, IntegerProperty, MillisecondsDurationProperty, StringProperty
    +
    BooleanProperty, GenericProperty, IntegerProperty, MillisecondsDurationProperty, SecondsDurationProperty, StringProperty

    public abstract class Property<T> diff --git a/docs/io/dapr/config/StringProperty.html b/docs/io/dapr/config/StringProperty.html index 8dadad882..d799f108a 100644 --- a/docs/io/dapr/config/StringProperty.html +++ b/docs/io/dapr/config/StringProperty.html @@ -1,11 +1,11 @@ - -StringProperty (dapr-sdk-parent 1.14.1 API) + +StringProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/class-use/BooleanProperty.html b/docs/io/dapr/config/class-use/BooleanProperty.html index ed6b3e9b8..41819f3e7 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.14.1 API) + +Uses of Class io.dapr.config.BooleanProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/class-use/GenericProperty.html b/docs/io/dapr/config/class-use/GenericProperty.html index 96707492e..dc7e49dd6 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.14.1 API) + +Uses of Class io.dapr.config.GenericProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/class-use/IntegerProperty.html b/docs/io/dapr/config/class-use/IntegerProperty.html index eedad072b..be12a6c31 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.14.1 API) + +Uses of Class io.dapr.config.IntegerProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html b/docs/io/dapr/config/class-use/MillisecondsDurationProperty.html index fa751451e..c05c09526 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.14.1 API) + +Uses of Class io.dapr.config.MillisecondsDurationProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/class-use/Properties.html b/docs/io/dapr/config/class-use/Properties.html index a3bf07d6f..82c3b1a8f 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.14.1 API) + +Uses of Class io.dapr.config.Properties (dapr-sdk-parent 1.15.0 API) - + @@ -62,9 +62,13 @@ loadScripts(document, 'script');
     
     
    - +
     
    - + +
     
    + +
     
    +
     
     
    @@ -133,6 +137,22 @@ loadScripts(document, 'script');
  • +
    +

    Uses of Properties in io.dapr.spring.boot.autoconfigure.client

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected Properties
    +
    DaprClientAutoConfiguration.createPropertiesFromConnectionDetails(DaprConnectionDetails daprConnectionDetails)
    +
    +
    Creates a Properties object from the DaprConnectionDetails.
    +
    +
    +
    +
  • +
  • Uses of Properties in io.dapr.utils

    Methods in io.dapr.utils with parameters of type Properties
    @@ -166,6 +186,20 @@ loadScripts(document, 'script');
  • +
    +

    Uses of Properties in io.dapr.workflows.internal

    +
    Constructors in io.dapr.workflows.internal with parameters of type Properties
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    +
    +
  • +
  • Uses of Properties in io.dapr.workflows.runtime

    Constructors in io.dapr.workflows.runtime with parameters of type Properties
    diff --git a/docs/io/dapr/config/class-use/Property.html b/docs/io/dapr/config/class-use/Property.html index 7b794aba1..6d68f6eb3 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.14.1 API) + +Uses of Class io.dapr.config.Property (dapr-sdk-parent 1.15.0 API) - + @@ -120,8 +120,13 @@ loadScripts(document, 'script');
    Integer configuration property.
  • class 
    - +
    +
    Integer configuration property.
    +
    +
    class 
    + +
    String configuration property.
    @@ -135,16 +140,66 @@ loadScripts(document, 'script');
    API token for authentication between App and Dapr's side car.
    -
    static final Property<String>
    -
    Properties.GRPC_ENDPOINT
    +
    static final Property<Boolean>
    +
    +
    GRPC enable keep alive.
    +
    +
    static final Property<String>
    +
    Properties.GRPC_ENDPOINT
    +
    GRPC endpoint for remote sidecar connectivity.
    +
    static final Property<Duration>
    + +
    +
    GRPC keep alive time in seconds.
    +
    +
    static final Property<Duration>
    + +
    +
    GRPC keep alive timeout in seconds.
    +
    +
    static final Property<Boolean>
    + +
    +
    GRPC keep alive without calls.
    +
    +
    static final Property<Integer>
    + +
    +
    Dapr's default maximum inbound message size for GRPC in bytes.
    +
    +
    static final Property<Integer>
    + +
    +
    Dapr's default maximum inbound metadata size for GRPC in bytes.
    +
    static final Property<Integer>
    Properties.GRPC_PORT
    GRPC port for Dapr after checking system property and environment variable.
    +
    static final Property<String>
    +
    Properties.GRPC_TLS_CA_PATH
    +
    +
    GRPC TLS CA cert path for Dapr after checking system property and environment variable.
    +
    +
    static final Property<String>
    + +
    +
    GRPC TLS cert path for Dapr after checking system property and environment variable.
    +
    +
    static final Property<Boolean>
    + +
    +
    Use insecure TLS mode which still uses TLS but doesn't verify certificates.
    +
    +
    static final Property<String>
    + +
    +
    GRPC TLS key path for Dapr after checking system property and environment variable.
    +
    static final Property<Integer>
    diff --git a/docs/io/dapr/config/class-use/StringProperty.html b/docs/io/dapr/config/class-use/StringProperty.html index 92677bf77..5a6617be8 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.14.1 API) + +Uses of Class io.dapr.config.StringProperty (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/config/package-summary.html b/docs/io/dapr/config/package-summary.html index d86dd109e..8a4d349de 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.14.1 API) + +io.dapr.config (dapr-sdk-parent 1.15.0 API) - + @@ -105,8 +105,12 @@ loadScripts(document, 'script');
    A configuration property in the Dapr's SDK.
    - +
    +
    Integer configuration property.
    +
    + +
    String configuration property.
    diff --git a/docs/io/dapr/config/package-tree.html b/docs/io/dapr/config/package-tree.html index f86cb1bdb..353184a05 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.14.1 API) + +io.dapr.config Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + @@ -68,6 +68,7 @@ loadScripts(document, 'script');
  • io.dapr.config.GenericProperty<T>
  • io.dapr.config.IntegerProperty
  • io.dapr.config.MillisecondsDurationProperty
  • +
  • io.dapr.config.SecondsDurationProperty
  • io.dapr.config.StringProperty
  • diff --git a/docs/io/dapr/config/package-use.html b/docs/io/dapr/config/package-use.html index 1c1be85da..5d46d2015 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.14.1 API) + +Uses of Package io.dapr.config (dapr-sdk-parent 1.15.0 API) - + @@ -64,9 +64,13 @@ loadScripts(document, 'script');
     
     
    - +
     
    - + +
     
    + +
     
    +
     
     
    @@ -130,6 +134,19 @@ loadScripts(document, 'script');
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
    +
    +
    +
    +
  • +
  • Classes in io.dapr.config used by io.dapr.utils
    @@ -156,6 +173,19 @@ loadScripts(document, 'script');
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
    +
    +
    +
    +
  • +
  • diff --git a/docs/io/dapr/exceptions/DaprError.html b/docs/io/dapr/exceptions/DaprError.html index 4d1386817..51ea03e5c 100644 --- a/docs/io/dapr/exceptions/DaprError.html +++ b/docs/io/dapr/exceptions/DaprError.html @@ -1,11 +1,11 @@ - -DaprError (dapr-sdk-parent 1.14.1 API) + +DaprError (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html b/docs/io/dapr/exceptions/DaprErrorDetails.ErrorDetailType.html index ce39ad0b5..838268893 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.14.1 API) + +DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprErrorDetails.html b/docs/io/dapr/exceptions/DaprErrorDetails.html index 8939eb1a8..06a423e68 100644 --- a/docs/io/dapr/exceptions/DaprErrorDetails.html +++ b/docs/io/dapr/exceptions/DaprErrorDetails.html @@ -1,11 +1,11 @@ - -DaprErrorDetails (dapr-sdk-parent 1.14.1 API) + +DaprErrorDetails (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/DaprException.html b/docs/io/dapr/exceptions/DaprException.html index c842fe602..223414668 100644 --- a/docs/io/dapr/exceptions/DaprException.html +++ b/docs/io/dapr/exceptions/DaprException.html @@ -1,11 +1,11 @@ - -DaprException (dapr-sdk-parent 1.14.1 API) + +DaprException (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprError.html b/docs/io/dapr/exceptions/class-use/DaprError.html index 0e1eed09a..9bc110592 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.14.1 API) + +Uses of Class io.dapr.exceptions.DaprError (dapr-sdk-parent 1.15.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 061486516..68c308044 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 io.dapr.exceptions.DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.exceptions.DaprErrorDetails.ErrorDetailType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html b/docs/io/dapr/exceptions/class-use/DaprErrorDetails.html index 338c12f4c..38ce7eb90 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.14.1 API) + +Uses of Class io.dapr.exceptions.DaprErrorDetails (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/class-use/DaprException.html b/docs/io/dapr/exceptions/class-use/DaprException.html index 1fdb102f6..1f3ff2ccf 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.14.1 API) + +Uses of Class io.dapr.exceptions.DaprException (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/package-summary.html b/docs/io/dapr/exceptions/package-summary.html index d72492e01..9f8488ae5 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.14.1 API) + +io.dapr.exceptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/package-tree.html b/docs/io/dapr/exceptions/package-tree.html index 5fad8e9a6..c5a6c32b9 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.14.1 API) + +io.dapr.exceptions Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/exceptions/package-use.html b/docs/io/dapr/exceptions/package-use.html index 5a7720887..9bf5bdd25 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.14.1 API) + +Uses of Package io.dapr.exceptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html b/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html index f922c4716..906cc9245 100644 --- a/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html +++ b/docs/io/dapr/internal/grpc/DaprClientGrpcInterceptors.html @@ -1,11 +1,11 @@ - -DaprClientGrpcInterceptors (dapr-sdk-parent 1.14.1 API) + +DaprClientGrpcInterceptors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html b/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html index 02d4673c5..eed9e24fc 100644 --- a/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html +++ b/docs/io/dapr/internal/grpc/class-use/DaprClientGrpcInterceptors.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.grpc.DaprClientGrpcInterceptors (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.grpc.DaprClientGrpcInterceptors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/DaprApiTokenInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/DaprApiTokenInterceptor.html index 2edc8bfb4..6173997b3 100644 --- a/docs/io/dapr/internal/grpc/interceptors/DaprApiTokenInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/DaprApiTokenInterceptor.html @@ -1,11 +1,11 @@ - -DaprApiTokenInterceptor (dapr-sdk-parent 1.14.1 API) + +DaprApiTokenInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/DaprAppIdInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/DaprAppIdInterceptor.html index 477fa7cf4..d785549d6 100644 --- a/docs/io/dapr/internal/grpc/interceptors/DaprAppIdInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/DaprAppIdInterceptor.html @@ -1,11 +1,11 @@ - -DaprAppIdInterceptor (dapr-sdk-parent 1.14.1 API) + +DaprAppIdInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/DaprTimeoutInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/DaprTimeoutInterceptor.html index 988ccc840..d9683d178 100644 --- a/docs/io/dapr/internal/grpc/interceptors/DaprTimeoutInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/DaprTimeoutInterceptor.html @@ -1,11 +1,11 @@ - -DaprTimeoutInterceptor (dapr-sdk-parent 1.14.1 API) + +DaprTimeoutInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/DaprTracingInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/DaprTracingInterceptor.html index 4d61dce8c..7f399532a 100644 --- a/docs/io/dapr/internal/grpc/interceptors/DaprTracingInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/DaprTracingInterceptor.html @@ -1,11 +1,11 @@ - -DaprTracingInterceptor (dapr-sdk-parent 1.14.1 API) + +DaprTracingInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprApiTokenInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprApiTokenInterceptor.html index 88a2580ea..a23d0048d 100644 --- a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprApiTokenInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprApiTokenInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.grpc.interceptors.DaprApiTokenInterceptor (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.grpc.interceptors.DaprApiTokenInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprAppIdInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprAppIdInterceptor.html index 361068a3d..272527d1b 100644 --- a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprAppIdInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprAppIdInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.grpc.interceptors.DaprAppIdInterceptor (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.grpc.interceptors.DaprAppIdInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTimeoutInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTimeoutInterceptor.html index 0ca7e2f28..62263a644 100644 --- a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTimeoutInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTimeoutInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.grpc.interceptors.DaprTimeoutInterceptor (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.grpc.interceptors.DaprTimeoutInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTracingInterceptor.html b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTracingInterceptor.html index 0cf8f8809..b69610212 100644 --- a/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTracingInterceptor.html +++ b/docs/io/dapr/internal/grpc/interceptors/class-use/DaprTracingInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.grpc.interceptors.DaprTracingInterceptor (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.grpc.interceptors.DaprTracingInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/package-summary.html b/docs/io/dapr/internal/grpc/interceptors/package-summary.html index 28062161a..908bf22f8 100644 --- a/docs/io/dapr/internal/grpc/interceptors/package-summary.html +++ b/docs/io/dapr/internal/grpc/interceptors/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.internal.grpc.interceptors (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.grpc.interceptors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/package-tree.html b/docs/io/dapr/internal/grpc/interceptors/package-tree.html index 6bfc98b09..a3a1bf4f4 100644 --- a/docs/io/dapr/internal/grpc/interceptors/package-tree.html +++ b/docs/io/dapr/internal/grpc/interceptors/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.internal.grpc.interceptors Class Hierarchy (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.grpc.interceptors Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/interceptors/package-use.html b/docs/io/dapr/internal/grpc/interceptors/package-use.html index 3b76f74db..a3fa6bc50 100644 --- a/docs/io/dapr/internal/grpc/interceptors/package-use.html +++ b/docs/io/dapr/internal/grpc/interceptors/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.internal.grpc.interceptors (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr.internal.grpc.interceptors (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/package-summary.html b/docs/io/dapr/internal/grpc/package-summary.html index 7d4bdddfb..02d28db57 100644 --- a/docs/io/dapr/internal/grpc/package-summary.html +++ b/docs/io/dapr/internal/grpc/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.internal.grpc (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.grpc (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/package-tree.html b/docs/io/dapr/internal/grpc/package-tree.html index fff704a0c..3559bad14 100644 --- a/docs/io/dapr/internal/grpc/package-tree.html +++ b/docs/io/dapr/internal/grpc/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.internal.grpc Class Hierarchy (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.grpc Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/grpc/package-use.html b/docs/io/dapr/internal/grpc/package-use.html index edf74b12f..8637183d7 100644 --- a/docs/io/dapr/internal/grpc/package-use.html +++ b/docs/io/dapr/internal/grpc/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.internal.grpc (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr.internal.grpc (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/opencensus/GrpcHelper.html b/docs/io/dapr/internal/opencensus/GrpcHelper.html index 903d164b0..90b39650c 100644 --- a/docs/io/dapr/internal/opencensus/GrpcHelper.html +++ b/docs/io/dapr/internal/opencensus/GrpcHelper.html @@ -1,11 +1,11 @@ - -GrpcHelper (dapr-sdk-parent 1.14.1 API) + +GrpcHelper (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/opencensus/class-use/GrpcHelper.html b/docs/io/dapr/internal/opencensus/class-use/GrpcHelper.html index 49b58a005..628c4423c 100644 --- a/docs/io/dapr/internal/opencensus/class-use/GrpcHelper.html +++ b/docs/io/dapr/internal/opencensus/class-use/GrpcHelper.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.opencensus.GrpcHelper (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.opencensus.GrpcHelper (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/opencensus/package-summary.html b/docs/io/dapr/internal/opencensus/package-summary.html index 1405ee444..24dd54bfc 100644 --- a/docs/io/dapr/internal/opencensus/package-summary.html +++ b/docs/io/dapr/internal/opencensus/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.internal.opencensus (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.opencensus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/opencensus/package-tree.html b/docs/io/dapr/internal/opencensus/package-tree.html index 9ec011681..a16524cf3 100644 --- a/docs/io/dapr/internal/opencensus/package-tree.html +++ b/docs/io/dapr/internal/opencensus/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.internal.opencensus Class Hierarchy (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.opencensus Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/opencensus/package-use.html b/docs/io/dapr/internal/opencensus/package-use.html index 54b6b77e5..55f1075de 100644 --- a/docs/io/dapr/internal/opencensus/package-use.html +++ b/docs/io/dapr/internal/opencensus/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.internal.opencensus (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr.internal.opencensus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/RetryPolicy.html b/docs/io/dapr/internal/resiliency/RetryPolicy.html index e1d45a524..2a00235ab 100644 --- a/docs/io/dapr/internal/resiliency/RetryPolicy.html +++ b/docs/io/dapr/internal/resiliency/RetryPolicy.html @@ -1,11 +1,11 @@ - -RetryPolicy (dapr-sdk-parent 1.14.1 API) + +RetryPolicy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/TimeoutPolicy.html b/docs/io/dapr/internal/resiliency/TimeoutPolicy.html index 774a405ce..266bdcd68 100644 --- a/docs/io/dapr/internal/resiliency/TimeoutPolicy.html +++ b/docs/io/dapr/internal/resiliency/TimeoutPolicy.html @@ -1,11 +1,11 @@ - -TimeoutPolicy (dapr-sdk-parent 1.14.1 API) + +TimeoutPolicy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/class-use/RetryPolicy.html b/docs/io/dapr/internal/resiliency/class-use/RetryPolicy.html index 5e4a39306..7ea150220 100644 --- a/docs/io/dapr/internal/resiliency/class-use/RetryPolicy.html +++ b/docs/io/dapr/internal/resiliency/class-use/RetryPolicy.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.resiliency.RetryPolicy (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.resiliency.RetryPolicy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/class-use/TimeoutPolicy.html b/docs/io/dapr/internal/resiliency/class-use/TimeoutPolicy.html index 82089816e..3f6f42961 100644 --- a/docs/io/dapr/internal/resiliency/class-use/TimeoutPolicy.html +++ b/docs/io/dapr/internal/resiliency/class-use/TimeoutPolicy.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.internal.resiliency.TimeoutPolicy (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.internal.resiliency.TimeoutPolicy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/package-summary.html b/docs/io/dapr/internal/resiliency/package-summary.html index 6fc43aaa6..7746a996f 100644 --- a/docs/io/dapr/internal/resiliency/package-summary.html +++ b/docs/io/dapr/internal/resiliency/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.internal.resiliency (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.resiliency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/package-tree.html b/docs/io/dapr/internal/resiliency/package-tree.html index 915caaa95..878b2518e 100644 --- a/docs/io/dapr/internal/resiliency/package-tree.html +++ b/docs/io/dapr/internal/resiliency/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.internal.resiliency Class Hierarchy (dapr-sdk-parent 1.14.1 API) + +io.dapr.internal.resiliency Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/internal/resiliency/package-use.html b/docs/io/dapr/internal/resiliency/package-use.html index ee7974951..6a69ad1fd 100644 --- a/docs/io/dapr/internal/resiliency/package-use.html +++ b/docs/io/dapr/internal/resiliency/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.internal.resiliency (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr.internal.resiliency (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/package-summary.html b/docs/io/dapr/package-summary.html index 55f396da9..81294358d 100644 --- a/docs/io/dapr/package-summary.html +++ b/docs/io/dapr/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr (dapr-sdk-parent 1.14.1 API) + +io.dapr (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/package-tree.html b/docs/io/dapr/package-tree.html index 6624ad594..1a5423342 100644 --- a/docs/io/dapr/package-tree.html +++ b/docs/io/dapr/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr Class Hierarchy (dapr-sdk-parent 1.14.1 API) + +io.dapr Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/package-use.html b/docs/io/dapr/package-use.html index 4fe0c3497..60d56e75f 100644 --- a/docs/io/dapr/package-use.html +++ b/docs/io/dapr/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr (dapr-sdk-parent 1.14.1 API) + +Uses of Package io.dapr (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/serializer/DaprObjectSerializer.html b/docs/io/dapr/serializer/DaprObjectSerializer.html index 257d1d794..35183a8c1 100644 --- a/docs/io/dapr/serializer/DaprObjectSerializer.html +++ b/docs/io/dapr/serializer/DaprObjectSerializer.html @@ -1,11 +1,11 @@ - -DaprObjectSerializer (dapr-sdk-parent 1.14.1 API) + +DaprObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -76,7 +76,7 @@ loadScripts(document, 'script');
    All Known Implementing Classes:
    -
    DefaultObjectSerializer
    +
    CustomizableObjectSerializer, DefaultObjectSerializer

    public interface DaprObjectSerializer
    diff --git a/docs/io/dapr/serializer/DefaultObjectSerializer.html b/docs/io/dapr/serializer/DefaultObjectSerializer.html index 1404c3ccc..6ba4fe497 100644 --- a/docs/io/dapr/serializer/DefaultObjectSerializer.html +++ b/docs/io/dapr/serializer/DefaultObjectSerializer.html @@ -1,11 +1,11 @@ - -DefaultObjectSerializer (dapr-sdk-parent 1.14.1 API) + +DefaultObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -145,7 +145,7 @@ implements

    Methods inherited from class io.dapr.client.ObjectSerializer

    -deserialize, parseNode
    +deserialize, getObjectMapper, parseNode
  • Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    diff --git a/docs/io/dapr/serializer/class-use/DaprObjectSerializer.html b/docs/io/dapr/serializer/class-use/DaprObjectSerializer.html index 0e2da10e4..965bd035a 100644 --- a/docs/io/dapr/serializer/class-use/DaprObjectSerializer.html +++ b/docs/io/dapr/serializer/class-use/DaprObjectSerializer.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.serializer.DaprObjectSerializer (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.serializer.DaprObjectSerializer (dapr-sdk-parent 1.15.0 API) - + @@ -155,8 +155,11 @@ loadScripts(document, 'script');
    Class
    Description
    class 
    - -
    + +
     
    +
    class 
    + +
    Default serializer/deserializer for request/response objects and for state objects too.
    diff --git a/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html b/docs/io/dapr/serializer/class-use/DefaultObjectSerializer.html index 83840d87a..cd9316a66 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.14.1 API) + +Uses of Class io.dapr.serializer.DefaultObjectSerializer (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/serializer/package-summary.html b/docs/io/dapr/serializer/package-summary.html index c8b02a45b..a3bdf0276 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.14.1 API) + +io.dapr.serializer (dapr-sdk-parent 1.15.0 API) - + @@ -86,12 +86,14 @@ loadScripts(document, 'script');
    Class
    Description
    - -
    + +
     
    + +
    Serializes and deserializes application's objects.
    - -
    + +
    Default serializer/deserializer for request/response objects and for state objects too.
    diff --git a/docs/io/dapr/serializer/package-tree.html b/docs/io/dapr/serializer/package-tree.html index c219659f4..ca0eaa38d 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.14.1 API) + +io.dapr.serializer Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + @@ -63,6 +63,7 @@ loadScripts(document, 'script'); diff --git a/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html b/docs/io/dapr/v1/DaprGrpc.DaprBlockingStub.html index 31f3995a1..7eb1147b8 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.14.1 API) + +DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.15.0 API) - + @@ -109,7 +109,7 @@ loadScripts(document, 'script');

    Method Summary

    -
    +
    Modifier and Type
    @@ -125,327 +125,326 @@ loadScripts(document, 'script');
    Bulk Publishes multiple events to the specified topic.
    -
    com.google.protobuf.Empty
    - + +
    +
    + Converse with a LLM service
    +
    +
    com.google.protobuf.Empty
    + +
    Deletes a bulk of state items for a list of keys
    - - -
    + + +
    Delete a job
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Deletes the state for a specific key.
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Executes state transactions for a specified actor
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Executes transactions for a specified store
    - - -
    + + +
    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
    - - -
    + + +
    Gets metadata of the sidecar
    - - -
    + + +
    Gets secrets from secret stores.
    - - -
    + + +
    Gets the state for a specific key.
    + + +
    +
    Deprecated.
    +
    - +
    Gets details about a started workflow instance
    - - + +
    -
    - Gets details about a started workflow instance
    -
    - - -
    InvokeActor calls a method on an actor.
    - - -
    + + +
    Invokes binding data to specific output bindings
    - - -
    + + +
    Invokes a method on a remote Dapr app.
    +
    com.google.protobuf.Empty
    + +
    +
    Deprecated.
    +
    com.google.protobuf.Empty
    - +
    Pauses a running workflow instance
    com.google.protobuf.Empty
    - +
    -
    - Pauses a running workflow instance
    -
    -
    com.google.protobuf.Empty
    - -
    Publishes events to the specific topic.
    +
    com.google.protobuf.Empty
    + +
    +
    Deprecated.
    +
    com.google.protobuf.Empty
    - +
    Purge Workflow
    -
    com.google.protobuf.Empty
    - + +
    -
    - Purge Workflow
    -
    - - -
    Queries the state.
    +
    com.google.protobuf.Empty
    + +
    +
    Deprecated.
    +
    com.google.protobuf.Empty
    - +
    Raise an event to a running workflow instance
    com.google.protobuf.Empty
    - +
    -
    - Raise an event to a running workflow instance
    -
    -
    com.google.protobuf.Empty
    - -
    Register an actor reminder.
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Register an actor timer.
    +
    com.google.protobuf.Empty
    + +
    +
    Deprecated.
    +
    com.google.protobuf.Empty
    - +
    Resumes a paused workflow instance
    com.google.protobuf.Empty
    - +
    -
    - Resumes a paused workflow instance
    -
    -
    com.google.protobuf.Empty
    - -
    Saves the state for a specific key.
    - - -
    + + +
    Create and schedule a job
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Sets value in extended metadata of the sidecar
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Shutdown the sidecar
    + + +
    +
    Deprecated.
    +
    - +
    Starts a new instance of a workflow
    - - -
    -
    - Starts a new instance of a workflow
    -
    - - -
    -
    - SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    -
    - +
    SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    - - + +
    +
    + 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.
    - - -
    + + +
    SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    - - -
    + + +
    SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    - - -
    + + +
    SubtleSignAlpha1 signs a message using a key stored in the vault.
    - - -
    + + +
    SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    - - -
    + + +
    SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    - - -
    + + +
    SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    +
    com.google.protobuf.Empty
    + +
    +
    Deprecated.
    +
    com.google.protobuf.Empty
    - +
    Terminates a running workflow instance
    -
    com.google.protobuf.Empty
    - + +
    -
    - Terminates a running workflow instance
    -
    - - -
    TryLockAlpha1 tries to get a lock with an expiry.
    - - -
    + + +
    UnlockAlpha1 unlocks a lock.
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Unregister an actor reminder.
    -
    com.google.protobuf.Empty
    - -
    +
    com.google.protobuf.Empty
    + +
    Unregister an actor timer.
    - - -
    + + +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    - - -
    + + +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    @@ -820,7 +819,9 @@ loadScripts(document, 'script');
  • startWorkflowAlpha1

    - + +
    Deprecated.
      Starts a new instance of a workflow
      
    @@ -829,7 +830,9 @@ loadScripts(document, 'script');
  • getWorkflowAlpha1

    - + +
    Deprecated.
      Gets details about a started workflow instance
      
    @@ -838,7 +841,9 @@ loadScripts(document, 'script');
  • purgeWorkflowAlpha1

    -
    public com.google.protobuf.Empty purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    +
    @Deprecated +public com.google.protobuf.Empty purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    +
    Deprecated.
      Purge Workflow
      
    @@ -847,7 +852,9 @@ loadScripts(document, 'script');
  • terminateWorkflowAlpha1

    -
    public com.google.protobuf.Empty terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request)
    +
    @Deprecated +public com.google.protobuf.Empty terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request)
    +
    Deprecated.
      Terminates a running workflow instance
      
    @@ -856,7 +863,9 @@ loadScripts(document, 'script');
  • pauseWorkflowAlpha1

    -
    public com.google.protobuf.Empty pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    +
    @Deprecated +public com.google.protobuf.Empty pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    +
    Deprecated.
      Pauses a running workflow instance
      
    @@ -865,7 +874,9 @@ loadScripts(document, 'script');
  • resumeWorkflowAlpha1

    -
    public com.google.protobuf.Empty resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    +
    @Deprecated +public com.google.protobuf.Empty resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    +
    Deprecated.
      Resumes a paused workflow instance
      
    @@ -874,7 +885,9 @@ loadScripts(document, 'script');
  • raiseEventWorkflowAlpha1

    -
    public com.google.protobuf.Empty raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request)
    +
    @Deprecated +public com.google.protobuf.Empty raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request)
    +
    Deprecated.
      Raise an event to a running workflow instance
      
    @@ -979,6 +992,15 @@ loadScripts(document, 'script');
  • +
  • +
    +

    converseAlpha1

    + +
    + Converse with a LLM service
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html b/docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html index fa7d7ff72..05e5a0a43 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.14.1 API) + +DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.15.0 API) - + @@ -109,7 +109,7 @@ loadScripts(document, 'script');

    Method Summary

    -
    +
    Modifier and Type
    @@ -125,315 +125,314 @@ loadScripts(document, 'script');
    Bulk Publishes multiple events to the specified topic.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.ConversationResponse>
    +
    +
    + Converse with a LLM service
    +
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Deletes a bulk of state items for a list of keys
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.DeleteJobResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.DeleteJobResponse>
    + +
    Delete a job
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Deletes the state for a specific key.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Executes state transactions for a specified actor
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Executes transactions for a specified store
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
    + +
    Gets the state for a specific actor.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkSecretResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkSecretResponse>
    + +
    Gets a bulk of secrets
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkStateResponse>
    - -
    +
    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.GetJobResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
    +
    +
    + GetConfiguration gets configuration from configuration store.
    +
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetJobResponse>
    + +
    Gets a scheduled job
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetMetadataResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetMetadataResponse>
    + +
    Gets metadata of the sidecar
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetSecretResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetSecretResponse>
    + +
    Gets secrets from secret stores.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetStateResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetStateResponse>
    + +
    Gets the state for a specific key.
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    - +
    Gets details about a started workflow instance
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeActorResponse>
    +
    -
    - Gets details about a started workflow instance
    -
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeActorResponse>
    - -
    InvokeActor calls a method on an actor.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeBindingResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeBindingResponse>
    + +
    Invokes binding data to specific output bindings
    -
    com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
    + +
    Invokes a method on a remote Dapr app.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Pauses a running workflow instance
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    -
    - Pauses a running workflow instance
    -
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    Publishes events to the specific topic.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Purge Workflow
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.QueryStateResponse>
    +
    -
    - Purge Workflow
    -
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.QueryStateResponse>
    - -
    Queries the state.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Raise an event to a running workflow instance
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    -
    - Raise an event to a running workflow instance
    -
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    Register an actor reminder.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Register an actor timer.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Resumes a paused workflow instance
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    -
    - Resumes a paused workflow instance
    -
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    Saves the state for a specific key.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.ScheduleJobResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.ScheduleJobResponse>
    + +
    Create and schedule a job
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Sets value in extended metadata of the sidecar
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Shutdown the sidecar
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    - +
    Starts a new instance of a workflow
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleDecryptResponse>
    +
    -
    - Starts a new instance of a workflow
    -
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleDecryptResponse>
    - -
    SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleEncryptResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleEncryptResponse>
    + +
    SubtleEncryptAlpha1 encrypts 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.SubtleGetKeyResponse>
    + +
    SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleSignResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleSignResponse>
    + +
    SubtleSignAlpha1 signs a message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
    + +
    SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleVerifyResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleVerifyResponse>
    + +
    SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleWrapKeyResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleWrapKeyResponse>
    + +
    SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    +
    Deprecated.
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    Terminates a running workflow instance
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.TryLockResponse>
    +
    -
    - Terminates a running workflow instance
    -
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.TryLockResponse>
    - -
    TryLockAlpha1 tries to get a lock with an expiry.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnlockResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnlockResponse>
    + +
    UnlockAlpha1 unlocks a lock.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Unregister an actor reminder.
    -
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    + +
    Unregister an actor timer.
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    + +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    -
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    - -
    +
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
    + +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    @@ -790,7 +789,9 @@ loadScripts(document, 'script');
  • startWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse> startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse> startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    +
    Deprecated.
      Starts a new instance of a workflow
      
    @@ -799,7 +800,9 @@ loadScripts(document, 'script');
  • getWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse> getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse> getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    +
    Deprecated.
      Gets details about a started workflow instance
      
    @@ -808,7 +811,9 @@ loadScripts(document, 'script');
  • purgeWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    +
    Deprecated.
      Purge Workflow
      
    @@ -817,7 +822,9 @@ loadScripts(document, 'script');
  • terminateWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request)
    +
    Deprecated.
      Terminates a running workflow instance
      
    @@ -826,7 +833,9 @@ loadScripts(document, 'script');
  • pauseWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    +
    Deprecated.
      Pauses a running workflow instance
      
    @@ -835,7 +844,9 @@ loadScripts(document, 'script');
  • resumeWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    +
    Deprecated.
      Resumes a paused workflow instance
      
    @@ -844,7 +855,9 @@ loadScripts(document, 'script');
  • raiseEventWorkflowAlpha1

    -
    public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request)
    +
    @Deprecated +public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request)
    +
    Deprecated.
      Raise an event to a running workflow instance
      
    @@ -949,6 +962,15 @@ loadScripts(document, 'script');
  • +
  • +
    +

    converseAlpha1

    +
    public com.google.common.util.concurrent.ListenableFuture<DaprProtos.ConversationResponse> converseAlpha1(DaprProtos.ConversationRequest request)
    +
    + Converse with a LLM service
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html b/docs/io/dapr/v1/DaprGrpc.DaprImplBase.html index 8365a40a0..774b5371b 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.14.1 API) + +DaprGrpc.DaprImplBase (dapr-sdk-parent 1.15.0 API) - + @@ -131,7 +131,7 @@ implements io.grpc.BindableService, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +bulkPublishEventAlpha1, converseAlpha1, 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 6b9c7e0c5..460282543 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.14.1 API) + +DaprGrpc.DaprStub (dapr-sdk-parent 1.15.0 API) - + @@ -109,7 +109,7 @@ loadScripts(document, 'script');

    Method Summary

    -
    +
    Modifier and Type
    @@ -126,400 +126,400 @@ loadScripts(document, 'script');
    Bulk Publishes multiple events to the specified topic.
    -
    io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
    -
    decryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver)
    +
    void
    +
    converseAlpha1(DaprProtos.ConversationRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ConversationResponse> responseObserver)
    +
    + Converse with a LLM service
    +
    +
    io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
    +
    decryptAlpha1(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver)
    +
    DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.
    -
    void
    -
    deleteBulkState(DaprProtos.DeleteBulkStateRequest request, +
    void
    +
    deleteBulkState(DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Deletes a bulk of state items for a list of keys
    -
    void
    -
    deleteJobAlpha1(DaprProtos.DeleteJobRequest request, +
    void
    +
    deleteJobAlpha1(DaprProtos.DeleteJobRequest request, io.grpc.stub.StreamObserver<DaprProtos.DeleteJobResponse> responseObserver)
    -
    +
    Delete a job
    -
    void
    -
    deleteState(DaprProtos.DeleteStateRequest request, +
    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)
    -
    +
    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, +
    void
    +
    executeActorStateTransaction(DaprProtos.ExecuteActorStateTransactionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Executes state transactions for a specified actor
    -
    void
    -
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, +
    void
    +
    executeStateTransaction(DaprProtos.ExecuteStateTransactionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Executes transactions for a specified store
    -
    void
    -
    getActorState(DaprProtos.GetActorStateRequest request, +
    void
    +
    getActorState(DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver)
    -
    +
    Gets the state for a specific actor.
    -
    void
    -
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, +
    void
    +
    getBulkSecret(DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
    -
    +
    Gets a bulk of secrets
    -
    void
    -
    getBulkState(DaprProtos.GetBulkStateRequest request, +
    void
    +
    getBulkState(DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
    -
    +
    Gets a bulk of state items for a list of keys
    -
    void
    -
    getConfiguration(DaprProtos.GetConfigurationRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    -
    -
    - GetConfiguration gets configuration from configuration store.
    -
    void
    -
    getConfigurationAlpha1(DaprProtos.GetConfigurationRequest request, +
    getConfiguration(DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    GetConfiguration gets configuration from configuration store.
    void
    -
    getJobAlpha1(DaprProtos.GetJobRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    +
    getConfigurationAlpha1(DaprProtos.GetConfigurationRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver)
    +
    + GetConfiguration gets configuration from configuration store.
    +
    +
    void
    +
    getJobAlpha1(DaprProtos.GetJobRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetJobResponse> responseObserver)
    +
    Gets a scheduled job
    -
    void
    -
    getMetadata(DaprProtos.GetMetadataRequest request, +
    void
    +
    getMetadata(DaprProtos.GetMetadataRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetMetadataResponse> responseObserver)
    -
    +
    Gets metadata of the sidecar
    -
    void
    -
    getSecret(DaprProtos.GetSecretRequest request, +
    void
    +
    getSecret(DaprProtos.GetSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetSecretResponse> responseObserver)
    -
    +
    Gets secrets from secret stores.
    -
    void
    -
    getState(DaprProtos.GetStateRequest request, +
    void
    +
    getState(DaprProtos.GetStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetStateResponse> responseObserver)
    -
    +
    Gets the state for a specific key.
    +
    void
    +
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, + io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, +
    getWorkflowBeta1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    Gets details about a started workflow instance
    void
    -
    getWorkflowBeta1(DaprProtos.GetWorkflowRequest request, - io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    -
    -
    - Gets details about a started workflow instance
    -
    -
    void
    -
    invokeActor(DaprProtos.InvokeActorRequest request, +
    invokeActor(DaprProtos.InvokeActorRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeActorResponse> responseObserver)
    -
    +
    InvokeActor calls a method on an actor.
    -
    void
    -
    invokeBinding(DaprProtos.InvokeBindingRequest request, +
    void
    +
    invokeBinding(DaprProtos.InvokeBindingRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeBindingResponse> responseObserver)
    -
    +
    Invokes binding data to specific output bindings
    -
    void
    -
    invokeService(DaprProtos.InvokeServiceRequest request, +
    void
    +
    invokeService(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)
    -
    +
    Invokes a method on a remote Dapr app.
    +
    void
    +
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, +
    pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Pauses a running workflow instance
    void
    -
    pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest request, +
    publishEvent(DaprProtos.PublishEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Pauses a running workflow instance
    -
    -
    void
    -
    publishEvent(DaprProtos.PublishEventRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    Publishes events to the specific topic.
    +
    void
    +
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, +
    purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Purge Workflow
    void
    -
    purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    -
    - Purge Workflow
    -
    -
    void
    -
    queryStateAlpha1(DaprProtos.QueryStateRequest request, +
    queryStateAlpha1(DaprProtos.QueryStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.QueryStateResponse> responseObserver)
    -
    +
    Queries the state.
    +
    void
    +
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, +
    raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Raise an event to a running workflow instance
    void
    -
    raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest request, +
    registerActorReminder(DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Raise an event to a running workflow instance
    -
    -
    void
    -
    registerActorReminder(DaprProtos.RegisterActorReminderRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    Register an actor reminder.
    -
    void
    -
    registerActorTimer(DaprProtos.RegisterActorTimerRequest request, +
    void
    +
    registerActorTimer(DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Register an actor timer.
    +
    void
    +
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, +
    resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Resumes a paused workflow instance
    void
    -
    resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest request, +
    saveState(DaprProtos.SaveStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Resumes a paused workflow instance
    -
    -
    void
    -
    saveState(DaprProtos.SaveStateRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    Saves the state for a specific key.
    -
    void
    -
    scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, +
    void
    +
    scheduleJobAlpha1(DaprProtos.ScheduleJobRequest request, io.grpc.stub.StreamObserver<DaprProtos.ScheduleJobResponse> responseObserver)
    -
    +
    Create and schedule a job
    -
    void
    -
    setMetadata(DaprProtos.SetMetadataRequest request, +
    void
    +
    setMetadata(DaprProtos.SetMetadataRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Sets value in extended metadata of the sidecar
    -
    void
    -
    shutdown(DaprProtos.ShutdownRequest request, +
    void
    +
    shutdown(DaprProtos.ShutdownRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Shutdown the sidecar
    +
    void
    +
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, + io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, +
    startWorkflowBeta1(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)
    +
    - Starts a new instance of a workflow
    + SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    void
    -
    subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest request, +
    SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    -
    void
    - + +
    subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsResponseAlpha1> responseObserver)
    -
    - SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
    -
    - -
    subscribeTopicEventsAlpha1(io.grpc.stub.StreamObserver<DaprProtos.SubscribeTopicEventsResponseAlpha1> responseObserver)
    -
    SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic events from it.
    -
    void
    -
    subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest request, +
    void
    +
    subtleDecryptAlpha1(DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleDecryptResponse> responseObserver)
    -
    +
    SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
    -
    void
    -
    subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest request, +
    void
    +
    subtleEncryptAlpha1(DaprProtos.SubtleEncryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleEncryptResponse> responseObserver)
    -
    +
    SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
    -
    void
    -
    subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest request, +
    void
    +
    subtleGetKeyAlpha1(DaprProtos.SubtleGetKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleGetKeyResponse> responseObserver)
    -
    +
    SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
    -
    void
    -
    subtleSignAlpha1(DaprProtos.SubtleSignRequest request, +
    void
    +
    subtleSignAlpha1(DaprProtos.SubtleSignRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleSignResponse> responseObserver)
    -
    +
    SubtleSignAlpha1 signs a message using a key stored in the vault.
    -
    void
    -
    subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest request, +
    void
    +
    subtleUnwrapKeyAlpha1(DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleUnwrapKeyResponse> responseObserver)
    -
    +
    SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
    -
    void
    -
    subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest request, +
    void
    +
    subtleVerifyAlpha1(DaprProtos.SubtleVerifyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleVerifyResponse> responseObserver)
    -
    +
    SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
    -
    void
    -
    subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest request, +
    void
    +
    subtleWrapKeyAlpha1(DaprProtos.SubtleWrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleWrapKeyResponse> responseObserver)
    -
    +
    SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
    +
    void
    +
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    +
    Deprecated.
    +
    void
    -
    terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, +
    terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Terminates a running workflow instance
    void
    -
    terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest request, - io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    -
    - Terminates a running workflow instance
    -
    -
    void
    -
    tryLockAlpha1(DaprProtos.TryLockRequest request, +
    tryLockAlpha1(DaprProtos.TryLockRequest request, io.grpc.stub.StreamObserver<DaprProtos.TryLockResponse> responseObserver)
    -
    +
    TryLockAlpha1 tries to get a lock with an expiry.
    -
    void
    -
    unlockAlpha1(DaprProtos.UnlockRequest request, +
    void
    +
    unlockAlpha1(DaprProtos.UnlockRequest request, io.grpc.stub.StreamObserver<DaprProtos.UnlockResponse> responseObserver)
    -
    +
    UnlockAlpha1 unlocks a lock.
    -
    void
    -
    unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest request, +
    void
    +
    unregisterActorReminder(DaprProtos.UnregisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Unregister an actor reminder.
    -
    void
    -
    unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, +
    void
    +
    unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    +
    Unregister an actor timer.
    -
    void
    -
    unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest request, +
    void
    + -
    +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    -
    void
    -
    unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request, +
    void
    + -
    +
    UnSubscribeConfiguration unsubscribe the subscription of configuration
    @@ -959,8 +959,10 @@ loadScripts(document, 'script');
  • startWorkflowAlpha1

    -
    public void startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, +
    @Deprecated +public void startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    +
    Deprecated.
      Starts a new instance of a workflow
      
    @@ -969,8 +971,10 @@ loadScripts(document, 'script');
  • getWorkflowAlpha1

    -
    public void getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, +
    @Deprecated +public void getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    +
    Deprecated.
      Gets details about a started workflow instance
      
    @@ -979,8 +983,10 @@ loadScripts(document, 'script');
  • purgeWorkflowAlpha1

    -
    public void purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, +
    @Deprecated +public void purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    Deprecated.
      Purge Workflow
      
    @@ -989,8 +995,10 @@ loadScripts(document, 'script');
  • terminateWorkflowAlpha1

    -
    public void terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, +
    @Deprecated +public void terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    Deprecated.
      Terminates a running workflow instance
      
    @@ -999,8 +1007,10 @@ loadScripts(document, 'script');
  • pauseWorkflowAlpha1

    -
    public void pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, +
    @Deprecated +public void pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    Deprecated.
      Pauses a running workflow instance
      
    @@ -1009,8 +1019,10 @@ loadScripts(document, 'script');
  • resumeWorkflowAlpha1

    -
    public void resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, +
    @Deprecated +public void resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    Deprecated.
      Resumes a paused workflow instance
      
    @@ -1019,8 +1031,10 @@ loadScripts(document, 'script');
  • raiseEventWorkflowAlpha1

    -
    public void raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, +
    @Deprecated +public void raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    +
    Deprecated.
      Raise an event to a running workflow instance
      
    @@ -1136,6 +1150,16 @@ loadScripts(document, 'script');
  • +
  • +
    +

    converseAlpha1

    +
    public void converseAlpha1(DaprProtos.ConversationRequest request, + io.grpc.stub.StreamObserver<DaprProtos.ConversationResponse> responseObserver)
    +
    + Converse with a LLM service
    + 
    +
    +
  • diff --git a/docs/io/dapr/v1/DaprGrpc.html b/docs/io/dapr/v1/DaprGrpc.html index da54500ea..ceefa7809 100644 --- a/docs/io/dapr/v1/DaprGrpc.html +++ b/docs/io/dapr/v1/DaprGrpc.html @@ -1,11 +1,11 @@ - -DaprGrpc (dapr-sdk-parent 1.14.1 API) + +DaprGrpc (dapr-sdk-parent 1.15.0 API) - + @@ -158,193 +158,196 @@ loadScripts(document, 'script');
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.DecryptRequest,DaprProtos.DecryptResponse>
    - + +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.DeleteBulkStateRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.DecryptRequest,DaprProtos.DecryptResponse>
    +
     
    - - +
    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>
    - + +
     
    - - +
    static io.grpc.MethodDescriptor<DaprProtos.GetJobRequest,DaprProtos.GetJobResponse>
    +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - +
     
    - - + +
     
    - - + +
     
    - - + +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,com.google.protobuf.Empty>
    - + +
     
    static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,com.google.protobuf.Empty>
    - +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.PublishEventRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.PurgeWorkflowRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.PublishEventRequest,com.google.protobuf.Empty>
    +
     
    static io.grpc.MethodDescriptor<DaprProtos.PurgeWorkflowRequest,com.google.protobuf.Empty>
    - +
     
    - - +
    static io.grpc.MethodDescriptor<DaprProtos.PurgeWorkflowRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,com.google.protobuf.Empty>
    - + +
     
    static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,com.google.protobuf.Empty>
    - +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.RegisterActorReminderRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.RegisterActorTimerRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.RegisterActorReminderRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.ResumeWorkflowRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.RegisterActorTimerRequest,com.google.protobuf.Empty>
    +
     
    static io.grpc.MethodDescriptor<DaprProtos.ResumeWorkflowRequest,com.google.protobuf.Empty>
    - +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.SaveStateRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.ResumeWorkflowRequest,com.google.protobuf.Empty>
    +
     
    - - +
    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>
    +
     
    - +
     
    - - + +
     
    - +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - - + +
     
    - - + +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.TerminateWorkflowRequest,com.google.protobuf.Empty>
    - + +
     
    static io.grpc.MethodDescriptor<DaprProtos.TerminateWorkflowRequest,com.google.protobuf.Empty>
    - +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.TryLockRequest,DaprProtos.TryLockResponse>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.TerminateWorkflowRequest,com.google.protobuf.Empty>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.UnlockRequest,DaprProtos.UnlockResponse>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.TryLockRequest,DaprProtos.TryLockResponse>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorReminderRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.UnlockRequest,DaprProtos.UnlockResponse>
    +
     
    -
    static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,com.google.protobuf.Empty>
    - +
    static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorReminderRequest,com.google.protobuf.Empty>
    +
     
    - - +
    static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,com.google.protobuf.Empty>
    +
     
    - +
     
    - -
    newBlockingStub(io.grpc.Channel channel)
    -
    + + +
     
    + +
    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
    @@ -735,6 +738,12 @@ loadScripts(document, 'script');
  • +
    +

    getConverseAlpha1Method

    +
    public static io.grpc.MethodDescriptor<DaprProtos.ConversationRequest,DaprProtos.ConversationResponse> getConverseAlpha1Method()
    +
    +
  • +
  • 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 91571185a..1e96421dd 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.14.1 API) + +DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html b/docs/io/dapr/v1/DaprProtos.ActiveActorsCount.html index f3d04f59d..13275ae80 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.14.1 API) + +DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ActiveActorsCountOrBuilder.html index 036ff8728..1738197e3 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.14.1 API) + +DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.ActorRuntimeStatus.html index 8dfacf32f..cdf2219fd 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.14.1 API) + +DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.Builder.html index c08b2c3e1..de89841fc 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.14.1 API) + +DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntime.html b/docs/io/dapr/v1/DaprProtos.ActorRuntime.html index 97a9b7e87..da1e7be2f 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.14.1 API) + +DaprProtos.ActorRuntime (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ActorRuntimeOrBuilder.html index 0901fb398..102ddcfa5 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.14.1 API) + +DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.Builder.html index e7db599f0..e91a8dad9 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.14.1 API) + +DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html index 5cfdc8736..42880b728 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.14.1 API) + +DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionHealthPropertiesOrBuilder.html index 5fc270f69..6232470d6 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.14.1 API) + +DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.Builder.html index 74f95c96b..b87153d89 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.14.1 API) + +DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html b/docs/io/dapr/v1/DaprProtos.AppConnectionProperties.html index b926b6fdb..75068490d 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.14.1 API) + +DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.AppConnectionPropertiesOrBuilder.html index ad255ed74..addc77bde 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.14.1 API) + +DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html index 10aeb601c..7ff3c4a26 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.14.1 API) + +DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequest.html index 3e6b6cd87..9592c2f6f 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.14.1 API) + +DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html index 085c33c49..08592e5c5 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.14.1 API) + +DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html index 2a8532d3b..502534486 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.14.1 API) + +DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestEntryOrBuilder.html index ab4102c15..fe5733d24 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.14.1 API) + +DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishRequestOrBuilder.html index ea29d0b69..6644d85b1 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.14.1 API) + +DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.Builder.html index 1fd454b48..3ed63b91c 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.14.1 API) + +DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponse.html index 8e65cea60..0b10cda5b 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.14.1 API) + +DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.Builder.html index 5c273c74c..aa882eddd 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.14.1 API) + +DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html index dd028a31c..1293de646 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.14.1 API) + +DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntryOrBuilder.html index ae4157065..e9e287cd9 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.14.1 API) + +DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkPublishResponseOrBuilder.html index cd6887949..a25ec1409 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.14.1 API) + +DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html b/docs/io/dapr/v1/DaprProtos.BulkStateItem.Builder.html index c66d94189..544b55312 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.14.1 API) + +DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItem.html b/docs/io/dapr/v1/DaprProtos.BulkStateItem.html index 3abbdbcc2..91e35183e 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.14.1 API) + +DaprProtos.BulkStateItem (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html b/docs/io/dapr/v1/DaprProtos.BulkStateItemOrBuilder.html index d403e61dc..de2931f72 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.14.1 API) + +DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequest.Builder.html index 75c628c2a..19d661a91 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.14.1 API) + +DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequest.html b/docs/io/dapr/v1/DaprProtos.DecryptRequest.html index e7813e066..ca60bce30 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.14.1 API) + +DaprProtos.DecryptRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.Builder.html index 8d91442d7..72f4ca235 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.14.1 API) + +DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptions.html index f8dc35967..9ae6a5860 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.14.1 API) + +DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOptionsOrBuilder.html index 5fb2bb3cc..2ed73cab7 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.14.1 API) + +DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptRequestOrBuilder.html index d8d273263..9f63cfd93 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.14.1 API) + +DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.DecryptResponse.Builder.html index ee8e0d344..293a02c60 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.14.1 API) + +DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponse.html b/docs/io/dapr/v1/DaprProtos.DecryptResponse.html index c9870f46e..4f7fb50fa 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.14.1 API) + +DaprProtos.DecryptResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DecryptResponseOrBuilder.html index c338bb1e9..e2dcfbed5 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.14.1 API) + +DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.Builder.html index c6336999f..fdd0aa553 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.14.1 API) + +DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html index 08a15671a..9b886a16d 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.14.1 API) + +DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteBulkStateRequestOrBuilder.html index f1bfe84a9..2ab30e42a 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.14.1 API) + +DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html index 04b41186d..d4d4bce10 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html index 6606bb051..2bce53b0b 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html index a6d6daaca..e20e0dea6 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html index 47c45a1aa..74a8ed74d 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html index 9d785dcf5..464c66292 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html index 71b167fa2..9c1c303f1 100644 --- a/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.DeleteJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html index 1a1c829b5..fce29ba14 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.14.1 API) + +DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequest.html index 8b2a5ea8f..663b6a014 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.14.1 API) + +DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html index fcd2b8521..c0f29c5cb 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.14.1 API) + +DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequest.Builder.html index bcd824a18..6199cf331 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.14.1 API) + +DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequest.html b/docs/io/dapr/v1/DaprProtos.EncryptRequest.html index bb6d19bf6..095fa166e 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.14.1 API) + +DaprProtos.EncryptRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.Builder.html index d49959d3f..c5d1e4932 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.14.1 API) + +DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptions.html index e3e9ba12a..52d835444 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.14.1 API) + +DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOptionsOrBuilder.html index 7c73626e8..748f02bf5 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.14.1 API) + +DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptRequestOrBuilder.html index 308d5eac6..c02c87251 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.14.1 API) + +DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.EncryptResponse.Builder.html index 48173f4b9..4dcfcdc23 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.14.1 API) + +DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponse.html b/docs/io/dapr/v1/DaprProtos.EncryptResponse.html index cff2863cd..c0f63d944 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.14.1 API) + +DaprProtos.EncryptResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.EncryptResponseOrBuilder.html index 56df1fe15..758edfe1f 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.14.1 API) + +DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html index 66a5ee86b..3f0456920 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.14.1 API) + +DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html index c0f9dc9c8..962785264 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.14.1 API) + +DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequestOrBuilder.html index 23fbd6f07..c82d639da 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.14.1 API) + +DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html index 2ce865fff..7ac9ba5ef 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.14.1 API) + +DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html index 43de8bc9c..5279fc33b 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.14.1 API) + +DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html index a01c78757..ee1e62b73 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.14.1 API) + +DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.Builder.html index dd3cf8fb6..eb3005c4f 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.14.1 API) + +DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequest.html index a72a65728..fbd7059fc 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.14.1 API) + +DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateRequestOrBuilder.html index 55b9c9e13..7e1855fdc 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.14.1 API) + +DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html index 439f116fa..9f5911cd7 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.14.1 API) + +DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponse.html index 68b3ee8b6..26e411368 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.14.1 API) + +DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetActorStateResponseOrBuilder.html index e8010d733..220da2481 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.14.1 API) + +DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html index 1646212a2..1cfd13b82 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.14.1 API) + +DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequest.html index 16e4a731e..c5d8c8b8d 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.14.1 API) + +DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretRequestOrBuilder.html index 67ad84094..648e35910 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.14.1 API) + +DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html index d7a0c7838..061076165 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.14.1 API) + +DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponse.html index 9592c503b..93491b817 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.14.1 API) + +DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkSecretResponseOrBuilder.html index 10ea9de59..a16d5059e 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.14.1 API) + +DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html index a3b08e136..1b3e1da2e 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.14.1 API) + +DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequest.html index c0ffbd29c..cd25a6c99 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.14.1 API) + +DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html index 22c76a39f..f63fde752 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.14.1 API) + +DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.Builder.html index 90428ee76..e89c01c27 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.14.1 API) + +DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponse.html index 430de944f..ef40c97a4 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.14.1 API) + +DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetBulkStateResponseOrBuilder.html index e98b7a37d..4c0aa4375 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.14.1 API) + +DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html index eabfec3aa..a84611778 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.14.1 API) + +DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequest.html index c6400d20c..9a8a28584 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.14.1 API) + +DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationRequestOrBuilder.html index 07ce5cc9a..b06488902 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.14.1 API) + +DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html index 698d031cc..090ed1edd 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.14.1 API) + +DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponse.html index 05eda406e..f2bc82149 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.14.1 API) + +DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetConfigurationResponseOrBuilder.html index b5258ea97..bbf6779bc 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.14.1 API) + +DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html index e1bc1cd13..e3e176faa 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequest.html b/docs/io/dapr/v1/DaprProtos.GetJobRequest.html index 01544ae55..40ec599b3 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobRequest.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobRequest (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html index 6fa98d353..6009efe00 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html index dd00deb5e..26f50e4f0 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponse.html b/docs/io/dapr/v1/DaprProtos.GetJobResponse.html index b5cc391fb..684f40fcb 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobResponse.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobResponse (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html index d41ce9ed8..2b553c939 100644 --- a/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.GetJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.Builder.html index 2a8f24cb8..90caa96fa 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.14.1 API) + +DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequest.html index cdc0d514b..1ac9ed44c 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.14.1 API) + +DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataRequestOrBuilder.html index 4afd0a7bf..36d98a1f3 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.14.1 API) + +DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html index e74abacaf..840b6998d 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.14.1 API) + +DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -298,8 +298,7 @@ implements DaprProtos.GetMetadataResponse.Builder
  • -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    @@ -341,235 +340,252 @@ TODO: Cassie: probably add scheduler runtime status
  • string runtime_version = 8 [json_name = "runtimeVersion"];
  • - +
    -
    repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    - -
     
    -
    boolean
    - -
    + +
    +
    repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
    +
    + + +
     
    +
    boolean
    + +
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    - - -
    -
    Deprecated.
    -
    - - + +
    Deprecated.
    - - + +
    Deprecated.
    -
    int
    - + +
    Deprecated.
    - - +
    int
    +
    Deprecated.
    - - + +
    Deprecated.
    - - + +
    Deprecated.
    - - -
    -
    -TODO: Cassie: probably add scheduler runtime status
    -
    - - -
    -
    -TODO: Cassie: probably add scheduler runtime status
    -
    - - -
    -
    -TODO: Cassie: probably add scheduler runtime status
    -
    - - -
    -
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    -
    - - -
    -
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    -
    - - -
    -
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    -
    - - -
     
    -
    static final com.google.protobuf.Descriptors.Descriptor
    - -
     
    -
    com.google.protobuf.Descriptors.Descriptor
    - -
     
    - -
    getEnabledFeatures(int index)
    -
    -
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    -
    -
    com.google.protobuf.ByteString
    - -
    -
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    -
    -
    int
    - -
    -
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    -
    -
    com.google.protobuf.ProtocolStringList
    - -
    -
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    -
    - - -
    + + +
    Deprecated.
    + + +
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    + + +
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    + + +
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    + + +
    +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    +
    + + +
    +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    +
    + + +
    +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    +
    + + +
     
    +
    static final com.google.protobuf.Descriptors.Descriptor
    + +
     
    +
    com.google.protobuf.Descriptors.Descriptor
    + +
     
    + +
    getEnabledFeatures(int index)
    +
    +
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    +
    +
    com.google.protobuf.ByteString
    + +
    +
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    +
    int
    - + +
    +
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    +
    +
    com.google.protobuf.ProtocolStringList
    + +
    +
    repeated string enabled_features = 9 [json_name = "enabledFeatures"];
    +
    + + +
    +
    Deprecated.
    +
    +
    int
    + +
    +
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    +
    + +
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    - - + +
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    - +
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    - - + +
    getHttpEndpoints(int index)
    -
    map<string, string> extended_metadata = 4 [json_name = "extended"];
    +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - -
    getHttpEndpoints(int index)
    + +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - - + +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - - +
    int
    +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    -
    int
    - + +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - - + +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - - + +
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    - - -
    -
    repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
    -
    - - -
    -
    string id = 1;
    -
    -
    com.google.protobuf.ByteString
    - + +
    string id = 1;
    - - -
    +
    com.google.protobuf.ByteString
    + +
    +
    string id = 1;
    +
    + + +
    Deprecated.
    - - -
    -
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    -
    - - + +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    - - + +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    -
    int
    - + +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    - - +
    int
    +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    - - + +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    - - + +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    - - + + +
    +
    repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
    +
    + + +
    +
    string runtime_version = 8 [json_name = "runtimeVersion"];
    +
    +
    com.google.protobuf.ByteString
    +
    string runtime_version = 8 [json_name = "runtimeVersion"];
    -
    com.google.protobuf.ByteString
    - + +
    -
    string runtime_version = 8 [json_name = "runtimeVersion"];
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    getSubscriptions(int index)
    @@ -609,47 +625,55 @@ TODO: Cassie: probably add scheduler runtime status
    boolean
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    boolean
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapFieldReflectionAccessor
    - +
    boolean
    + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    protected com.google.protobuf.MapFieldReflectionAccessor
    - +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapFieldReflectionAccessor
    +
     
    - - -
    -
    -TODO: Cassie: probably add scheduler runtime status
    -
    +
    final boolean
    + +
     
    - +
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    + + +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    - -
    mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    -
     
    -
    mergeFrom(com.google.protobuf.Message other)
    +
    mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    - +
    mergeFrom(com.google.protobuf.Message other)
     
    + + +
     
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    @@ -704,14 +728,12 @@ TODO: Cassie: probably add scheduler runtime status
    -
    -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"];
    @@ -783,6 +805,16 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
  • + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    @@ -2196,11 +2228,7 @@ TODO: Cassie: probably add scheduler runtime status

    hasActorRuntime

    public boolean hasActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    hasActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -2213,11 +2241,7 @@ TODO: Cassie: probably add scheduler runtime status

    getActorRuntime

    public DaprProtos.ActorRuntime getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -2230,66 +2254,42 @@ TODO: Cassie: probably add scheduler runtime status

    setActorRuntime

    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • setActorRuntime

    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • mergeActorRuntime

    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • clearActorRuntime

    public DaprProtos.GetMetadataResponse.Builder clearActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • getActorRuntimeBuilder

    public DaprProtos.ActorRuntime.Builder getActorRuntimeBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
  • getActorRuntimeOrBuilder

    public DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntimeOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -2297,6 +2297,78 @@ TODO: Cassie: probably add scheduler runtime status
  • +
    +

    hasScheduler

    +
    public boolean hasScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    hasScheduler in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    Returns:
    +
    Whether the scheduler field is set.
    +
    +
    +
  • +
  • +
    +

    getScheduler

    +
    public DaprProtos.MetadataScheduler getScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    getScheduler in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    Returns:
    +
    The scheduler.
    +
    +
    +
  • +
  • +
    +

    setScheduler

    + +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
  • +
  • +
    +

    setScheduler

    + +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
  • +
  • +
    +

    mergeScheduler

    + +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
  • +
  • +
    +

    clearScheduler

    +
    public DaprProtos.GetMetadataResponse.Builder clearScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
  • +
  • +
    +

    getSchedulerBuilder

    +
    public DaprProtos.MetadataScheduler.Builder getSchedulerBuilder()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
  • +
  • +
    +

    getSchedulerOrBuilder

    +
    public DaprProtos.MetadataSchedulerOrBuilder getSchedulerOrBuilder()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    getSchedulerOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    +
    +
  • +
  • setUnknownFields

    public final DaprProtos.GetMetadataResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponse.html index f0685139d..405adfefb 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.14.1 API) + +DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.15.0 API) - + @@ -172,8 +172,11 @@ implements RUNTIME_VERSION_FIELD_NUMBER
  •  
    static final int
    - +
     
    +
    static final int
    + +
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    @@ -233,14 +236,12 @@ implements DaprProtos.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"];
    @@ -380,6 +381,16 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    int
     
    @@ -411,8 +422,7 @@ TODO: Cassie: probably add scheduler runtime status
    boolean
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    boolean
    @@ -422,81 +432,86 @@ TODO: Cassie: probably add scheduler runtime status
    int
     
    -
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    - -
     
    -
    protected com.google.protobuf.MapFieldReflectionAccessor
    - +
    boolean
    + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    +
     
    -
    final boolean
    - +
    protected com.google.protobuf.MapFieldReflectionAccessor
    +
     
    - - -
     
    +
    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)
     
    - - -
     
    - -
    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.GetMetadataResponse>
    - -
     
    - - -
     
    -
    void
    -
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
    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.GetMetadataResponse>
    + +
     
    + + +
     
    +
    void
    +
    writeTo(com.google.protobuf.CodedOutputStream output)
    +
     
    @@ -669,6 +684,20 @@ TODO: Cassie: probably add scheduler runtime status
    +
  • +
    +

    SCHEDULER_FIELD_NUMBER

    +
    public static final int SCHEDULER_FIELD_NUMBER
    +
    +
    See Also:
    +
    + +
    +
    +
    +
  • @@ -1182,11 +1211,7 @@ TODO: Cassie: probably add scheduler runtime status

    hasActorRuntime

    public boolean hasActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    hasActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -1199,11 +1224,7 @@ TODO: Cassie: probably add scheduler runtime status

    getActorRuntime

    public DaprProtos.ActorRuntime getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntime in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -1216,11 +1237,7 @@ TODO: Cassie: probably add scheduler runtime status

    getActorRuntimeOrBuilder

    public DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Specified by:
    getActorRuntimeOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    @@ -1228,6 +1245,43 @@ TODO: Cassie: probably add scheduler runtime status
  • +
    +

    hasScheduler

    +
    public boolean hasScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    hasScheduler in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    Returns:
    +
    Whether the scheduler field is set.
    +
    +
    +
  • +
  • +
    +

    getScheduler

    +
    public DaprProtos.MetadataScheduler getScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    getScheduler in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    Returns:
    +
    The scheduler.
    +
    +
    +
  • +
  • +
    +

    getSchedulerOrBuilder

    +
    public DaprProtos.MetadataSchedulerOrBuilder getSchedulerOrBuilder()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Specified by:
    +
    getSchedulerOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    +
    +
    +
  • +
  • isInitialized

    public final boolean isInitialized()
    diff --git a/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetMetadataResponseOrBuilder.html index 17c971769..933f08992 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.14.1 API) + +DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -136,14 +136,12 @@ extends com.google.protobuf.MessageOrBuilder
    -
    -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"];
    @@ -271,6 +269,16 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    getSubscriptions(int index)
    @@ -299,14 +307,18 @@ TODO: Cassie: probably add scheduler runtime status
    boolean
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    boolean
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    +
    boolean
    + +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    @@ -667,11 +679,7 @@ TODO: Cassie: probably add scheduler runtime status

    hasActorRuntime

    boolean hasActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Returns:
    Whether the actorRuntime field is set.
    @@ -682,11 +690,7 @@ TODO: Cassie: probably add scheduler runtime status

    getActorRuntime

    DaprProtos.ActorRuntime getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    Returns:
    The actorRuntime.
    @@ -697,11 +701,36 @@ TODO: Cassie: probably add scheduler runtime status

    getActorRuntimeOrBuilder

    DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    - 
    - - .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    +
  • +
  • +
    +

    hasScheduler

    +
    boolean hasScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Returns:
    +
    Whether the scheduler field is set.
    +
    +
    +
  • +
  • +
    +

    getScheduler

    + +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    Returns:
    +
    The scheduler.
    +
    +
    +
  • +
  • +
    +

    getSchedulerOrBuilder

    +
    DaprProtos.MetadataSchedulerOrBuilder getSchedulerOrBuilder()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
  • diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html index c0dc52bea..d6f6a625e 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.14.1 API) + +DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequest.html index bf38601d3..0daddd102 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.14.1 API) + +DaprProtos.GetSecretRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html index df8a28cec..ff44be70b 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.14.1 API) + +DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html index 04532cb1e..5c0a4e3a9 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.14.1 API) + +DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponse.html index 472aafcc8..1d7db5c2a 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.14.1 API) + +DaprProtos.GetSecretResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html index 68c5f94c0..7fa876f05 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.14.1 API) + +DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetStateRequest.Builder.html index 3057e2d6c..5832a1da9 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.14.1 API) + +DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequest.html b/docs/io/dapr/v1/DaprProtos.GetStateRequest.html index f479d0688..aacd92efb 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.14.1 API) + +DaprProtos.GetStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html index 4c37236d4..2d305f093 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.14.1 API) + +DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetStateResponse.Builder.html index 2423f0b8b..f64981c48 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.14.1 API) + +DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponse.html b/docs/io/dapr/v1/DaprProtos.GetStateResponse.html index 61670633a..c20cef8f1 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.14.1 API) + +DaprProtos.GetStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetStateResponseOrBuilder.html index fac2b0be0..7136ce322 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.14.1 API) + +DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.Builder.html index 25ad24611..82406a260 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.14.1 API) + +DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequest.html index 30eb87ad7..701b39b2c 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.14.1 API) + +DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowRequestOrBuilder.html index ba7186620..42d63ff9f 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.14.1 API) + +DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html index 4b460f0e0..3b2d37920 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.14.1 API) + +DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponse.html index 80be5ab93..42470cddb 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.14.1 API) + +DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.GetWorkflowResponseOrBuilder.html index 6676d0c8c..e15c7fa97 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.14.1 API) + +DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html index a10e52f63..e9c30531e 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.14.1 API) + +DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequest.html index da1a07aeb..ea3a55d9b 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.14.1 API) + +DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorRequestOrBuilder.html index 41f8e44c1..93ddeafb0 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.14.1 API) + +DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.Builder.html index ec9275c7e..31187d685 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.14.1 API) + +DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponse.html index 411cf2af4..422e028c6 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.14.1 API) + +DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeActorResponseOrBuilder.html index 45dcab736..d961a3180 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.14.1 API) + +DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html index 801adde40..f4a151b26 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.14.1 API) + +DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -750,6 +750,7 @@ implements - -DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.14.1 API) + +DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.15.0 API) - + @@ -549,6 +549,7 @@ implements - -DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -258,6 +258,7 @@ extends com.google.protobuf.MessageOrBuilder Common metadata property: - ttlInSeconds : the time to live in seconds for the message. + If set in the binding definition will cause all messages to have a default time to live. The message ttl overrides any value in the binding definition. @@ -275,6 +276,7 @@ extends com.google.protobuf.MessageOrBuilder Common metadata property: - ttlInSeconds : the time to live in seconds for the message. + If set in the binding definition will cause all messages to have a default time to live. The message ttl overrides any value in the binding definition. @@ -301,6 +303,7 @@ extends com.google.protobuf.MessageOrBuilder Common metadata property: - ttlInSeconds : the time to live in seconds for the message. + If set in the binding definition will cause all messages to have a default time to live. The message ttl overrides any value in the binding definition. @@ -319,6 +322,7 @@ extends com.google.protobuf.MessageOrBuilder Common metadata property: - ttlInSeconds : the time to live in seconds for the message. + If set in the binding definition will cause all messages to have a default time to live. The message ttl overrides any value in the binding definition. @@ -336,6 +340,7 @@ extends com.google.protobuf.MessageOrBuilder Common metadata property: - ttlInSeconds : the time to live in seconds for the message. + If set in the binding definition will cause all messages to have a default time to live. The message ttl overrides any value in the binding definition. diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html index 8f4f2484d..800a0135b 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.14.1 API) + +DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponse.html index 4aaab6c5b..d2b6b31f6 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.14.1 API) + +DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html index 16aeffb21..276483e76 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.14.1 API) + +DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.Builder.html index be79de6bc..9c0c615ce 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.14.1 API) + +DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequest.html index 5955ec618..870b2f375 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.14.1 API) + +DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.InvokeServiceRequestOrBuilder.html index 431db9bf2..e5722efbe 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.14.1 API) + +DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.Job.Builder.html b/docs/io/dapr/v1/DaprProtos.Job.Builder.html index 380724c4b..f5807377c 100644 --- a/docs/io/dapr/v1/DaprProtos.Job.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.Job.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.Job.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.Job.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -740,20 +740,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -776,20 +776,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -812,20 +812,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -848,20 +848,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -884,20 +884,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -918,20 +918,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; diff --git a/docs/io/dapr/v1/DaprProtos.Job.html b/docs/io/dapr/v1/DaprProtos.Job.html index d31adecb1..ef9b4ccfd 100644 --- a/docs/io/dapr/v1/DaprProtos.Job.html +++ b/docs/io/dapr/v1/DaprProtos.Job.html @@ -1,11 +1,11 @@ - -DaprProtos.Job (dapr-sdk-parent 1.14.1 API) + +DaprProtos.Job (dapr-sdk-parent 1.15.0 API) - + @@ -578,20 +578,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -614,20 +614,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; @@ -650,20 +650,20 @@ implements optional string schedule = 2 [json_name = "schedule"]; diff --git a/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html b/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html index cd625beee..05835438c 100644 --- a/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.JobOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.JobOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.JobOrBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -268,20 +268,20 @@ extends com.google.protobuf.MessageOrBuilder Systemd timer style cron accepts 6 fields: seconds | minutes | hours | day of month | month | day of week - 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat + 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat "0 30 * * * *" - every hour on the half hour "0 15 3 * * *" - every day at 03:15 Period string expressions: - Entry | Description | Equivalent To - ----- | ----------- | ------------- - @every <duration> | Run every <duration> (e.g. '@every 1h30m') | N/A - @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * - @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * - @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 - @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * - @hourly | Run once an hour, beginning of hour | 0 0 * * * * + Entry | Description | Equivalent To + ----- | ----------- | ------------- + @every `<duration>` | Run every `<duration>` (e.g. '@every 1h30m') | N/A + @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * + @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * + @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 + @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * + @hourly | Run once an hour, beginning of hour | 0 0 * * * * optional string schedule = 2 [json_name = "schedule"]; @@ -302,20 +302,20 @@ extends com.google.protobuf.MessageOrBuilder Systemd timer style cron accepts 6 fields: seconds | minutes | hours | day of month | month | day of week - 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat + 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat "0 30 * * * *" - every hour on the half hour "0 15 3 * * *" - every day at 03:15 Period string expressions: - Entry | Description | Equivalent To - ----- | ----------- | ------------- - @every <duration> | Run every <duration> (e.g. '@every 1h30m') | N/A - @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * - @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * - @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 - @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * - @hourly | Run once an hour, beginning of hour | 0 0 * * * * + Entry | Description | Equivalent To + ----- | ----------- | ------------- + @every `<duration>` | Run every `<duration>` (e.g. '@every 1h30m') | N/A + @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * + @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * + @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 + @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * + @hourly | Run once an hour, beginning of hour | 0 0 * * * * optional string schedule = 2 [json_name = "schedule"]; @@ -336,20 +336,20 @@ extends com.google.protobuf.MessageOrBuilder Systemd timer style cron accepts 6 fields: seconds | minutes | hours | day of month | month | day of week - 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat + 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat "0 30 * * * *" - every hour on the half hour "0 15 3 * * *" - every day at 03:15 Period string expressions: - Entry | Description | Equivalent To - ----- | ----------- | ------------- - @every <duration> | Run every <duration> (e.g. '@every 1h30m') | N/A - @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * - @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * - @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 - @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * - @hourly | Run once an hour, beginning of hour | 0 0 * * * * + Entry | Description | Equivalent To + ----- | ----------- | ------------- + @every `<duration>` | Run every `<duration>` (e.g. '@every 1h30m') | N/A + @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * + @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * + @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 + @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * + @hourly | Run once an hour, beginning of hour | 0 0 * * * * optional string schedule = 2 [json_name = "schedule"]; diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.Builder.html index cad0716f5..ab27082d5 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.14.1 API) + +DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html index b10c43ee0..a224ed901 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.14.1 API) + +DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html b/docs/io/dapr/v1/DaprProtos.MetadataHTTPEndpointOrBuilder.html index 35a76c2b4..b3c9484f2 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.14.1 API) + +DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.Builder.html index 0a57ef676..bf268b5df 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.14.1 API) + +DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequest.html index 2a071c138..8c5c06e5d 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.14.1 API) + +DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PauseWorkflowRequestOrBuilder.html index 6aa67d68e..18644d2d2 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.14.1 API) + +DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html index 7e380fda5..bbac5709f 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.14.1 API) + +DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequest.html index e587f2883..bf1312d03 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.14.1 API) + +DaprProtos.PublishEventRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PublishEventRequestOrBuilder.html index c36d9336d..dac5458e4 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.14.1 API) + +DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html index 18f4b7ffb..4bd6ba27f 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.14.1 API) + +DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscription.html index 91ed1551e..422ef8a60 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.14.1 API) + +DaprProtos.PubsubSubscription (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionOrBuilder.html index 216e97695..7b6eb66fa 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.14.1 API) + +DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.Builder.html index 0d6a16cfe..e8b9fb186 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.14.1 API) + +DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html index 4d2906465..5febc4c46 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.14.1 API) + +DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRuleOrBuilder.html index 3bc806377..d24698f08 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.14.1 API) + +DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.Builder.html index 01af2103b..3713133d7 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.14.1 API) + +DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html index 517f5c732..723213a33 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.14.1 API) + +DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionRulesOrBuilder.html index b7cdec1eb..e9b6536e7 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.14.1 API) + +DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html index db98c4572..b4659b5fa 100644 --- a/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html +++ b/docs/io/dapr/v1/DaprProtos.PubsubSubscriptionType.html @@ -1,11 +1,11 @@ - -DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.14.1 API) + +DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.Builder.html index f88243542..271b07c32 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.14.1 API) + +DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html index babe31778..e51e56438 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.14.1 API) + +DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.PurgeWorkflowRequestOrBuilder.html index 70523e773..faa42a76c 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.14.1 API) + +DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateItem.Builder.html index e07f1cff2..64c009b63 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.14.1 API) + +DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItem.html b/docs/io/dapr/v1/DaprProtos.QueryStateItem.html index 088fa9c50..e568a8e74 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.14.1 API) + +DaprProtos.QueryStateItem (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateItemOrBuilder.html index 9cc06b445..0a8e27701 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.14.1 API) + +DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html index a63fa4459..6c8a79a1a 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.14.1 API) + +DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequest.html index 4e5a9c6a1..8a7c5f690 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.14.1 API) + +DaprProtos.QueryStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateRequestOrBuilder.html index 2a2baac90..e358f952b 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.14.1 API) + +DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html index 9e149350f..c9ef558e8 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.14.1 API) + +DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponse.html index 8f9a061e1..9ce6b4449 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.14.1 API) + +DaprProtos.QueryStateResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.QueryStateResponseOrBuilder.html index ae4ffcb13..61c534745 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.14.1 API) + +DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.Builder.html index 167f9fee8..96498f896 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.14.1 API) + +DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html index dc213880a..17fc689d5 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.14.1 API) + +DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html index f576f7ad2..c6df46b92 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.14.1 API) + +DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.Builder.html index bece28d2e..6a24dba00 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.14.1 API) + +DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html index d442e5cc1..6e3b19c7f 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.14.1 API) + +DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorReminderRequestOrBuilder.html index 4d5fc0651..260a24e99 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.14.1 API) + +DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.Builder.html index c4f25e3f0..f63876041 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.14.1 API) + +DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html index e4054936c..dc19a248d 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.14.1 API) + +DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisterActorTimerRequestOrBuilder.html index 712d75a5a..a7bacd886 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.14.1 API) + +DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.Builder.html index 40da3c155..2354873c4 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.14.1 API) + +DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponents.html index d81647ab3..e38155669 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.14.1 API) + +DaprProtos.RegisteredComponents (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html b/docs/io/dapr/v1/DaprProtos.RegisteredComponentsOrBuilder.html index ef1daf6ee..fb8584a98 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.14.1 API) + +DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.Builder.html index 981cbe417..02d59cde2 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.14.1 API) + +DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html index 2aba36cdc..1122fd45a 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.14.1 API) + +DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ResumeWorkflowRequestOrBuilder.html index 1aff232a4..1637ca10c 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.14.1 API) + +DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.Builder.html index b5a3de939..935561c96 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.14.1 API) + +DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequest.html index 0d954e03d..d18ee7018 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.14.1 API) + +DaprProtos.SaveStateRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SaveStateRequestOrBuilder.html index dc9e18ae6..093099784 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.14.1 API) + +DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html index ce42be963..1f62d8ac5 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html index 54ac26f56..daa51a401 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequest.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html index 9a71cc61e..03605e9cd 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html index 0226acf38..bb7c0ff7a 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html index 3c9de55da..41c5924cb 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponse.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html index b6de377b1..11e3d7ee6 100644 --- a/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.ScheduleJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SecretResponse.Builder.html index 579cdd075..8a0b2ce4e 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.14.1 API) + +DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponse.html b/docs/io/dapr/v1/DaprProtos.SecretResponse.html index a26801661..288727fac 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.14.1 API) + +DaprProtos.SecretResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SecretResponseOrBuilder.html index 4663481a6..a74141c95 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.14.1 API) + +DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.Builder.html index 6ad6ed56a..6e5f579b5 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.14.1 API) + +DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequest.html index 3d90f3922..16335959c 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.14.1 API) + +DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SetMetadataRequestOrBuilder.html index 160075985..e43634649 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.14.1 API) + +DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.Builder.html index abf9a90d1..19f952cd2 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.14.1 API) + +DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequest.html index 60fd64035..34605014d 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.14.1 API) + +DaprProtos.ShutdownRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.ShutdownRequestOrBuilder.html index c1fe8a7c6..a84a29667 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.14.1 API) + +DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html index f33b39371..8007b2699 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.14.1 API) + +DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequest.html index fc913f68b..067cc40f2 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.14.1 API) + +DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowRequestOrBuilder.html index 2a83ff954..02936b89b 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.14.1 API) + +DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.Builder.html index 681e0fed4..c4714b3cf 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.14.1 API) + +DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponse.html index 98c625d58..43de727e2 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.14.1 API) + +DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.StartWorkflowResponseOrBuilder.html index 474c9d693..4760d8cce 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.14.1 API) + +DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html index 6e928d773..f3c50a85a 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.14.1 API) + +DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html index 4c1f88c9c..faa18bfa7 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.14.1 API) + +DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html index 468b9ccf0..582bff093 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.14.1 API) + +DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html index bb5467f9b..db0b4a214 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.14.1 API) + +DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html index 7b683de57..17d386b3e 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.14.1 API) + +DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeConfigurationResponseOrBuilder.html index decb67b39..9a897f7c9 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.14.1 API) + +DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html index 398111a44..b2b553d75 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html index fd42a3a91..ce288a240 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html index 370207d41..27077515e 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html index 12504fb98..645305ce4 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html index cacac9bbe..850ed3767 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html index 62ba0f12f..4d02bd7bb 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html index 320fbe3b7..9ed4affe9 100644 --- a/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html +++ b/docs/io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html @@ -1,11 +1,11 @@ - -DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.14.1 API) + +DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.Builder.html index 1e6f1dec4..8fcb7ee57 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.14.1 API) + +DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequest.html index 8d0514072..e3b46c061 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.14.1 API) + +DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptRequestOrBuilder.html index cb1d60b83..754e3d517 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.14.1 API) + +DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.Builder.html index 3de46c863..9da8dfee4 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.14.1 API) + +DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponse.html index 9b7addd18..9a49b22f9 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.14.1 API) + +DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleDecryptResponseOrBuilder.html index eaaecbceb..5dbc794cb 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.14.1 API) + +DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.Builder.html index 3480e2232..79b03ecd9 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.14.1 API) + +DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequest.html index 2f7754d02..cf2db7a38 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.14.1 API) + +DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptRequestOrBuilder.html index 2dbfb396f..edf72d56c 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.14.1 API) + +DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.Builder.html index 7814cb4c1..4d8527327 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.14.1 API) + +DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponse.html index 2f9a63666..00783a889 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.14.1 API) + +DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleEncryptResponseOrBuilder.html index f7e0e16aa..dfd10baee 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.14.1 API) + +DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.Builder.html index 9ab50c0be..d4de34eb1 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.14.1 API) + +DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.KeyFormat.html index b029510ef..b4c8f3c55 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.14.1 API) + +DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html index fe1f2d485..b36ab587c 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.14.1 API) + +DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyRequestOrBuilder.html index 1278bc6fe..322628e14 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.14.1 API) + +DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.Builder.html index a33298776..ae6457c73 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.14.1 API) + +DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html index 417d1083b..0e0f839b4 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.14.1 API) + +DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleGetKeyResponseOrBuilder.html index 63050890f..c208fad70 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.14.1 API) + +DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.Builder.html index 6d4b5196b..0faaecf11 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.14.1 API) + +DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequest.html index 3993a1d1b..c6c54a607 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.14.1 API) + +DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignRequestOrBuilder.html index 8a4c33033..58c41d44e 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.14.1 API) + +DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.Builder.html index 13bed6e37..7e32d85f1 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.14.1 API) + +DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponse.html index 477a6ed23..ac96be27e 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.14.1 API) + +DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleSignResponseOrBuilder.html index 7bdfea2f6..9465007ef 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.14.1 API) + +DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.Builder.html index e56a29995..f2a9f1cb2 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html index 62afd2e3e..90cfd154b 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html index 2e9e05f48..1e7248a7d 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.Builder.html index aedabfa36..63703d1d6 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html index 3031ab056..0aff000ad 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html index cfaebcf77..7659eb5ed 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.14.1 API) + +DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.Builder.html index 81af4d117..f01daaf63 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.14.1 API) + +DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequest.html index a727a667e..b0c61f542 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.14.1 API) + +DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyRequestOrBuilder.html index 7563a8374..548f56503 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.14.1 API) + +DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.Builder.html index e2600cd9b..92eae8481 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.14.1 API) + +DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponse.html index f227c6cf3..962dae63d 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.14.1 API) + +DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleVerifyResponseOrBuilder.html index 580c5f4d9..ead71e5a2 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.14.1 API) + +DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html index 8ee477cd0..640221869 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.14.1 API) + +DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html index d777b1621..620abada9 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.14.1 API) + +DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html index 4bfc5d4b2..de27a0b8d 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.14.1 API) + +DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html index 00a0b500b..936762ad1 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.14.1 API) + +DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html index a4c27dc84..06c04defd 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.14.1 API) + +DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html index 55bb7e3ff..e2c0c3172 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.14.1 API) + +DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html index 81b60ce91..b40d61e80 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.14.1 API) + +DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html index 0021c3739..3d0029472 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.14.1 API) + +DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequestOrBuilder.html index 2d0569c8d..7b4d210e5 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.14.1 API) + +DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html index e381c3e8c..8684a45e3 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.14.1 API) + +DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html index bb32bd54d..51a322a67 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.14.1 API) + +DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TransactionalActorStateOperationOrBuilder.html index 023aefe97..b71333086 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.14.1 API) + +DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.Builder.html index f6717c6fe..f2f07bbd8 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.14.1 API) + +DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperation.html index 86d0bc3e5..b942a319c 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.14.1 API) + +DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html index addbc5b1b..1afedd3d3 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.14.1 API) + +DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.TryLockRequest.Builder.html index 62a659873..5cb44774a 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.14.1 API) + +DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -707,11 +707,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; @@ -738,11 +738,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; @@ -769,11 +769,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; @@ -800,11 +800,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; @@ -829,11 +829,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequest.html b/docs/io/dapr/v1/DaprProtos.TryLockRequest.html index 7b5c7b5b3..a6859400c 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.14.1 API) + +DaprProtos.TryLockRequest (dapr-sdk-parent 1.15.0 API) - + @@ -516,11 +516,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; @@ -547,11 +547,11 @@ implements string lock_owner = 3 [json_name = "lockOwner"]; diff --git a/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html index 623c391d8..9f788bdf3 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.14.1 API) + +DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -242,11 +242,11 @@ extends com.google.protobuf.MessageOrBuilder 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 + This name is so weird that we think it is inappropriate to put it into the api spec 2. If we change the field 'my_lock_owner_id' in the response to 'lock_owner',which means the current lock owner of this lock, - we find that in some lock services users can't get the current lock owner.Actually users don't need it at all. + we find that in some lock services users can't get the current lock owner.Actually users don't need it at all. 3. When reentrant lock is needed,the existing lock_owner is required to identify client and check "whether this client can reenter this lock". - So this field in the request shouldn't be removed. + So this field in the request shouldn't be removed. string lock_owner = 3 [json_name = "lockOwner"]; @@ -271,11 +271,11 @@ extends com.google.protobuf.MessageOrBuilder 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 + This name is so weird that we think it is inappropriate to put it into the api spec 2. If we change the field 'my_lock_owner_id' in the response to 'lock_owner',which means the current lock owner of this lock, - we find that in some lock services users can't get the current lock owner.Actually users don't need it at all. + we find that in some lock services users can't get the current lock owner.Actually users don't need it at all. 3. When reentrant lock is needed,the existing lock_owner is required to identify client and check "whether this client can reenter this lock". - So this field in the request shouldn't be removed. + So this field in the request shouldn't be removed. string lock_owner = 3 [json_name = "lockOwner"]; diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.TryLockResponse.Builder.html index a04985fca..145fb9d16 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.14.1 API) + +DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponse.html b/docs/io/dapr/v1/DaprProtos.TryLockResponse.html index acb26a92d..f701c885d 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.14.1 API) + +DaprProtos.TryLockResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html index fd810355f..706b7186a 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.14.1 API) + +DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnlockRequest.Builder.html index 5984f5c72..407cee8ae 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.14.1 API) + +DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequest.html b/docs/io/dapr/v1/DaprProtos.UnlockRequest.html index 2e039fbf5..28144075e 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.14.1 API) + +DaprProtos.UnlockRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html index 39746ac1d..ccdb2e1c4 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.14.1 API) + +DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Builder.html index eab395829..97666a31c 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.14.1 API) + +DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.Status.html index 0c8e61455..49ab4cbec 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.14.1 API) + +DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponse.html b/docs/io/dapr/v1/DaprProtos.UnlockResponse.html index 1d7977192..1911b55ff 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.14.1 API) + +DaprProtos.UnlockResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html index 6d8483e83..e0a586190 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.14.1 API) + +DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html index a8e3b27cb..9f01159b8 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.14.1 API) + +DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html index bb1fe7fdd..4b9d7b714 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.14.1 API) + +DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html index 81ce86d5a..07625dfc4 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.14.1 API) + +DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html index 5239999cb..2afde0714 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.14.1 API) + +DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html index 73add49bb..97b493cee 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.14.1 API) + +DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html index 64c29137b..c7076c9a6 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.14.1 API) + +DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html index 44c492e03..0d37e1457 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html index b0fbc8e2a..09b057376 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html index 5b0b37e49..9d6b1a621 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html index 8a683256b..274c07e0c 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html index 96d569786..90a942b4d 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html index aae3b9b8a..1f4a8a2da 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.14.1 API) + +DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/DaprProtos.html b/docs/io/dapr/v1/DaprProtos.html index 4f9ea7b4b..9f154622f 100644 --- a/docs/io/dapr/v1/DaprProtos.html +++ b/docs/io/dapr/v1/DaprProtos.html @@ -1,11 +1,11 @@ - -DaprProtos (dapr-sdk-parent 1.14.1 API) + +DaprProtos (dapr-sdk-parent 1.15.0 API) - + @@ -170,6 +170,41 @@ loadScripts(document, 'script');
     
    static final class 
    + +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + ConversationRequest is the request object for Conversation.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + ConversationResponse is the response for Conversation.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    + +
    +
    + ConversationResult is the result for one input.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    @@ -502,6 +537,16 @@ loadScripts(document, 'script');
     
    static final class 
    + +
    +
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    +
    +
    static interface 
    + +
     
    +
    static final class 
    diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub.html index 15fcb67b2..69bccc6e5 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub (dapr-sdk-parent 1.15.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 fe19fb41a..fdb48fccf 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub (dapr-sdk-parent 1.15.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 4c5940e0d..73e4f1f42 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaImplBase (dapr-sdk-parent 1.15.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 1161a7a54..dee1a4aae 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc.AppCallbackAlphaStub (dapr-sdk-parent 1.15.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 15cce7351..4e2f72b91 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.14.1 API) + +Uses of Interface io.dapr.v1.AppCallbackAlphaGrpc.AsyncService (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackAlphaGrpc.html index 9153849e3..931a734b6 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackAlphaGrpc (dapr-sdk-parent 1.15.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 bb8831974..6c5e496d1 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackBlockingStub (dapr-sdk-parent 1.15.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 bd1e8edfb..e4a512259 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackFutureStub (dapr-sdk-parent 1.15.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 9c82087f5..fd0104192 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackImplBase (dapr-sdk-parent 1.15.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 6818971d7..39d2cc7d4 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc.AppCallbackStub (dapr-sdk-parent 1.15.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 fbfd22930..31fb8124c 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.14.1 API) + +Uses of Interface io.dapr.v1.AppCallbackGrpc.AsyncService (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackGrpc.html index 8c1a3d26a..50ff036bd 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackGrpc (dapr-sdk-parent 1.15.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 3bba176fb..efc92cb21 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub (dapr-sdk-parent 1.15.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 986280c34..3f9bd08c4 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub (dapr-sdk-parent 1.15.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 85f806c3e..bb249f67f 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase (dapr-sdk-parent 1.15.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 4cd461e3f..fb05d77bf 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub (dapr-sdk-parent 1.15.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 e1e5e5b02..e4e520224 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.14.1 API) + +Uses of Interface io.dapr.v1.AppCallbackHealthCheckGrpc.AsyncService (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html b/docs/io/dapr/v1/class-use/AppCallbackHealthCheckGrpc.html index 6fdea6f68..73ede51ed 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.14.1 API) + +Uses of Class io.dapr.v1.AppCallbackHealthCheckGrpc (dapr-sdk-parent 1.15.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 137858974..0a9ce8c0f 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem.Builder (dapr-sdk-parent 1.15.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 fa4014cb7..b9b9df0f2 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.ConfigurationItem (dapr-sdk-parent 1.15.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 a5952a2eb..f6b78658c 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.ConfigurationItemOrBuilder (dapr-sdk-parent 1.15.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 098547c14..f4c90cb26 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.Etag.Builder (dapr-sdk-parent 1.15.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 6b889130f..431f65b5c 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.Etag (dapr-sdk-parent 1.15.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 b1e687e8d..e5a18cd6d 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.EtagOrBuilder (dapr-sdk-parent 1.15.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 a22bef5ff..6eb9b7225 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.HTTPExtension.Builder (dapr-sdk-parent 1.15.0 API) - + 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 22867c156..88eddde34 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 io.dapr.v1.CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.CommonProtos.HTTPExtension.Verb (dapr-sdk-parent 1.15.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 9c097b8bc..9f1cd12f6 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.HTTPExtension (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html b/docs/io/dapr/v1/class-use/CommonProtos.HTTPExtensionOrBuilder.html index e6ddc7814..2be420ba8 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.HTTPExtensionOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 b4c25418d..b44fc7df1 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeRequest.Builder (dapr-sdk-parent 1.15.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 7e836b98b..8b7562346 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeRequest (dapr-sdk-parent 1.15.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 cd541202a..e86cf7eb5 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.InvokeRequestOrBuilder (dapr-sdk-parent 1.15.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 b7ee2028a..1c3c7f3ae 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeResponse.Builder (dapr-sdk-parent 1.15.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 e2e81c995..b23b1db66 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.InvokeResponse (dapr-sdk-parent 1.15.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 f2f0ea46e..9d61a16d3 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.InvokeResponseOrBuilder (dapr-sdk-parent 1.15.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 ba475165d..459179ae3 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StateItem.Builder (dapr-sdk-parent 1.15.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 987405b89..9308fa7ce 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StateItem (dapr-sdk-parent 1.15.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 d46982ec1..0506b48ad 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.StateItemOrBuilder (dapr-sdk-parent 1.15.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 1f6e4c88d..c628a42ec 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StateOptions.Builder (dapr-sdk-parent 1.15.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 a05ae347d..047282422 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 io.dapr.v1.CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.CommonProtos.StateOptions.StateConcurrency (dapr-sdk-parent 1.15.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 b58378f9e..e2256d137 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 io.dapr.v1.CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.CommonProtos.StateOptions.StateConsistency (dapr-sdk-parent 1.15.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 d7cfc4168..62fea3a03 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StateOptions (dapr-sdk-parent 1.15.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 e4a6d4092..c0c9ba7fe 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.StateOptionsOrBuilder (dapr-sdk-parent 1.15.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 12e1a0fb2..b22572acd 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StreamPayload.Builder (dapr-sdk-parent 1.15.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 a32be4b0c..160e7a073 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos.StreamPayload (dapr-sdk-parent 1.15.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 f655803d5..c583b05ad 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.14.1 API) + +Uses of Interface io.dapr.v1.CommonProtos.StreamPayloadOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/CommonProtos.html b/docs/io/dapr/v1/class-use/CommonProtos.html index 03e22b767..815b04afe 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.14.1 API) + +Uses of Class io.dapr.v1.CommonProtos (dapr-sdk-parent 1.15.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 01f9938e7..b28892f12 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest.Builder (dapr-sdk-parent 1.15.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 dce80872b..dca5f6bf9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest (dapr-sdk-parent 1.15.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 88ab7e025..60b76cc21 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventRequestOrBuilder (dapr-sdk-parent 1.15.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 eec0e562d..c98c5821a 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 io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency (dapr-sdk-parent 1.15.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 2eef66dc0..b5a6ec54c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.Builder (dapr-sdk-parent 1.15.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 d9056dc1f..df818cc59 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse (dapr-sdk-parent 1.15.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 6e37bbd12..504d1f789 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BindingEventResponseOrBuilder (dapr-sdk-parent 1.15.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 b72f4e736..e39b7330f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig.Builder (dapr-sdk-parent 1.15.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 8da976f86..475720245 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfig (dapr-sdk-parent 1.15.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 5429550f2..8f9c42cee 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder (dapr-sdk-parent 1.15.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 0ef2a8f9d..0a231488f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse.Builder (dapr-sdk-parent 1.15.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 52daba6ff..2f27947b5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse (dapr-sdk-parent 1.15.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 70d77966a..bf76a94d7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponseOrBuilder (dapr-sdk-parent 1.15.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 index f07748f4b..61eda9515 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html index 938d819c0..a6be32a14 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html index d952f8ead..84489fdfb 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html index f8cc78763..9319d7f3b 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html index 4e535e4a3..66c062507 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.JobEventResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html index 5d9685544..d59d8918a 100644 --- a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.JobEventResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.JobEventResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 bb0d20a6d..55db71762 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse.Builder (dapr-sdk-parent 1.15.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 5122ea05c..b84d8cd14 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse (dapr-sdk-parent 1.15.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 8487753f3..7aed69a5d 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder (dapr-sdk-parent 1.15.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 dcb28e0fb..38ccf98e8 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder (dapr-sdk-parent 1.15.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 8a3579105..3ca8aa0e5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponse (dapr-sdk-parent 1.15.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 f4099e1d4..9c1fa4cbc 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder (dapr-sdk-parent 1.15.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 842896cf3..4d2b9a9fa 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest.Builder (dapr-sdk-parent 1.15.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 964ce41b9..330e4e72b 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequest (dapr-sdk-parent 1.15.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 b9335b7b1..8804fc1fc 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder (dapr-sdk-parent 1.15.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 40f7fa970..05b963c64 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 io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase (dapr-sdk-parent 1.15.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 fc95dde4d..db06859a9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntry (dapr-sdk-parent 1.15.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 1c239b7be..018e62914 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder (dapr-sdk-parent 1.15.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 3125ef61e..b36d49f01 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder (dapr-sdk-parent 1.15.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 9d802d57e..33e47e0aa 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse.Builder (dapr-sdk-parent 1.15.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 1e54b6eac..a1af17ce9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponse (dapr-sdk-parent 1.15.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 a58f42106..798706c0c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder (dapr-sdk-parent 1.15.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 fa6b8aafa..973d73c24 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntry (dapr-sdk-parent 1.15.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 f089aa56f..c383b8ebe 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder (dapr-sdk-parent 1.15.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 78c2e00cf..bae6dcc6d 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder (dapr-sdk-parent 1.15.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 983d8c000..5e01e729e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest.Builder (dapr-sdk-parent 1.15.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 e0a27c9a0..31ca68ec3 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequest (dapr-sdk-parent 1.15.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 9b9438e6e..0de12294b 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventCERequestOrBuilder (dapr-sdk-parent 1.15.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 2a45118cd..c573e1ef5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest.Builder (dapr-sdk-parent 1.15.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 19e66e8f9..b34729091 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventRequestOrBuilder.html index 623a414cd..7c5b55270 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventRequestOrBuilder (dapr-sdk-parent 1.15.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 2923b3360..31ee0ebf2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.Builder (dapr-sdk-parent 1.15.0 API) - + 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 b868c123f..8d7b1359f 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 io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus (dapr-sdk-parent 1.15.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 b6e3fa235..539063903 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.TopicEventResponseOrBuilder.html index f781fb24d..4c1cce24d 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicEventResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 dc846f13e..c1c27c5d7 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes.Builder (dapr-sdk-parent 1.15.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 c3df1a533..1b2942de9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRoutes (dapr-sdk-parent 1.15.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 51ece2bc7..11c5d887f 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRoutesOrBuilder (dapr-sdk-parent 1.15.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 aa4f8aa1b..56c4d1d73 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule.Builder (dapr-sdk-parent 1.15.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 186ebe287..79ed32c22 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicRule (dapr-sdk-parent 1.15.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 319ba7d28..00b1d05da 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicRuleOrBuilder (dapr-sdk-parent 1.15.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 f125a7452..5a67976bc 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder (dapr-sdk-parent 1.15.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 b24b6f4eb..11ed41f12 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos.TopicSubscription (dapr-sdk-parent 1.15.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 822c16b27..38c1702cb 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprAppCallbackProtos.TopicSubscriptionOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html b/docs/io/dapr/v1/class-use/DaprAppCallbackProtos.html index 38a8f0aeb..ac9c22b02 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.14.1 API) + +Uses of Class io.dapr.v1.DaprAppCallbackProtos (dapr-sdk-parent 1.15.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 a6bf91fe5..fe9cddf63 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprGrpc.AsyncService (dapr-sdk-parent 1.15.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 f5d6cca16..5248a7ba4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprBlockingStub (dapr-sdk-parent 1.15.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 c4a45f098..46a44e9ed 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.14.1 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprFutureStub (dapr-sdk-parent 1.15.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 370da7db3..564a55386 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.14.1 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprImplBase (dapr-sdk-parent 1.15.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 5e16d8e2b..03911612b 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.14.1 API) + +Uses of Class io.dapr.v1.DaprGrpc.DaprStub (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprGrpc.html b/docs/io/dapr/v1/class-use/DaprGrpc.html index d302bd16b..14808e6f5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprGrpc (dapr-sdk-parent 1.15.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 dcd583636..2a7ecc59c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount.Builder (dapr-sdk-parent 1.15.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 8bd3191ba..c215e067f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ActiveActorsCount (dapr-sdk-parent 1.15.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 aa8ae1c01..fa809306c 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ActiveActorsCountOrBuilder (dapr-sdk-parent 1.15.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 13c41ee62..c5f9be4ef 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 io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus (dapr-sdk-parent 1.15.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 c5be0891a..6611a7415 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ActorRuntime.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -144,8 +144,7 @@ loadScripts(document, 'script');
    DaprProtos.GetMetadataResponse.Builder.getActorRuntimeBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.ActorRuntime.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, @@ -246,8 +245,7 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue)
    -
    -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/class-use/DaprProtos.ActorRuntime.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntime.html index a1168a509..1dfb1e10f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ActorRuntime (dapr-sdk-parent 1.15.0 API) - + @@ -78,20 +78,17 @@ loadScripts(document, 'script');
    DaprProtos.GetMetadataResponse.Builder.getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponse.getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponseOrBuilder.getActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.ActorRuntime.getDefaultInstance()
    @@ -165,8 +162,7 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.mergeActorRuntime(DaprProtos.ActorRuntime value)
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.ActorRuntime.Builder.mergeFrom(DaprProtos.ActorRuntime other)
    @@ -177,8 +173,7 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime value)
    -
    -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/class-use/DaprProtos.ActorRuntimeOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ActorRuntimeOrBuilder.html index 90a9da250..c0ddeb38b 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ActorRuntimeOrBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -88,20 +88,17 @@ loadScripts(document, 'script');
    DaprProtos.GetMetadataResponse.Builder.getActorRuntimeOrBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponse.getActorRuntimeOrBuilder()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponseOrBuilder.getActorRuntimeOrBuilder()
    -
    -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/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.AppConnectionHealthProperties.Builder.html index 62f8bf016..f796a7c6f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties.Builder (dapr-sdk-parent 1.15.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 7dc7fb293..cf87f1074 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionHealthProperties (dapr-sdk-parent 1.15.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 1cd64ca3a..1edc63630 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.AppConnectionHealthPropertiesOrBuilder (dapr-sdk-parent 1.15.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 ddb839dc6..f774ffb75 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties.Builder (dapr-sdk-parent 1.15.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 36faeb1ac..aa12286b2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.AppConnectionProperties (dapr-sdk-parent 1.15.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 a5641c0bf..c68bd3ba8 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.AppConnectionPropertiesOrBuilder (dapr-sdk-parent 1.15.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 146311e54..d287fbcaf 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest.Builder (dapr-sdk-parent 1.15.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 7a2f93209..fb9f3c549 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequest (dapr-sdk-parent 1.15.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 69983c5f2..1b3df431b 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder (dapr-sdk-parent 1.15.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 b3f23b2f9..5edea87db 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishRequestEntry (dapr-sdk-parent 1.15.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 b490e2063..dc43a747b 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestEntryOrBuilder (dapr-sdk-parent 1.15.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 ebb2edc13..7be1faf47 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishRequestOrBuilder (dapr-sdk-parent 1.15.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 b881d1506..9e7df7b3e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse.Builder (dapr-sdk-parent 1.15.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 7a0436887..dc405bef3 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponse (dapr-sdk-parent 1.15.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 f920026c0..9790f47a5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder (dapr-sdk-parent 1.15.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 3c9be6ca9..8765716f4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry (dapr-sdk-parent 1.15.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 213f32825..67e2e32df 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder (dapr-sdk-parent 1.15.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 67891a4e8..6cb66de03 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder (dapr-sdk-parent 1.15.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 32b431dc0..4f649e624 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkStateItem.Builder (dapr-sdk-parent 1.15.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 30e4e7640..620d13ede 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.BulkStateItem (dapr-sdk-parent 1.15.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 a51db0e48..280576fd2 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.BulkStateItemOrBuilder (dapr-sdk-parent 1.15.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 cbdc4f9e6..6d742958a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequest.Builder (dapr-sdk-parent 1.15.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 8d153f7fb..66b8275f0 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequest (dapr-sdk-parent 1.15.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 cfdbfdbed..ef193c6b7 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.15.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 ea50b6f33..c8bc21845 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.15.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 0968089bb..d7228cc44 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.15.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 247c2e1c4..141a5f9b7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.15.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 6af923f2a..d7c4b3d6e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.15.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 abf578be2..dc303e232 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DecryptResponse (dapr-sdk-parent 1.15.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 33e0ad183..0acad003a 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.15.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 d46c4cdac..753455e2a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.15.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 637193385..0a5770989 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest (dapr-sdk-parent 1.15.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 6a727daba..ced9e4a89 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteBulkStateRequestOrBuilder (dapr-sdk-parent 1.15.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 index 96455fdaa..db1b92d61 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html index d9b0dc1e7..a94a1e779 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html index 1fd760daa..3fd3d24a7 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html index 9283d90d5..635e900d1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html index 0b1d2352a..0fe09e5bb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html index e3c8549b0..0c0b685b4 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 ab08da34b..1f19b3ea0 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest.Builder (dapr-sdk-parent 1.15.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 a70bd5066..9753e7bf5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.DeleteStateRequest (dapr-sdk-parent 1.15.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 f6487e294..b6a6089ec 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder (dapr-sdk-parent 1.15.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 44d788793..d3dc48137 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequest.Builder (dapr-sdk-parent 1.15.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 55b5ae5ca..ec3fcd3a0 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequest (dapr-sdk-parent 1.15.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 7c71ed87d..4d11e230c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.15.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 1cd208b2b..b84c21a4a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.15.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 a68f30bc7..d1a48f565 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.15.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 5aa9fa66f..8723aecfb 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.15.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 1157dd3d9..4f70d3738 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.15.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 b6e3a8cab..8c828ed98 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.EncryptResponse (dapr-sdk-parent 1.15.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 8e73de390..52b58ad88 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.15.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 0d56d4ea9..3d0c2df9c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.html index 020ac81c2..2705ff4e4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest (dapr-sdk-parent 1.15.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 e0c70e433..e23a881b2 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequestOrBuilder (dapr-sdk-parent 1.15.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 ac5512ab4..3712c90eb 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder (dapr-sdk-parent 1.15.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 fbcb83c7e..2518654c8 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest (dapr-sdk-parent 1.15.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 d11cfe740..edff77f48 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ExecuteStateTransactionRequestOrBuilder (dapr-sdk-parent 1.15.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 3912e1d7d..ad04684bd 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetActorStateRequest.html index 5d9e1c317..2d1c17112 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateRequest (dapr-sdk-parent 1.15.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 368de7d4d..33bdb5a7e 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetActorStateRequestOrBuilder (dapr-sdk-parent 1.15.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 769a22494..d1c2ec125 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse.Builder (dapr-sdk-parent 1.15.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 0bad1ca11..202133da9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetActorStateResponse (dapr-sdk-parent 1.15.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 ff578a8d2..410a3a4f6 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetActorStateResponseOrBuilder (dapr-sdk-parent 1.15.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 363986024..ee41c58ae 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest.Builder (dapr-sdk-parent 1.15.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 c13b01787..2e956e111 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretRequest (dapr-sdk-parent 1.15.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 7d698c379..db84843b8 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretRequestOrBuilder (dapr-sdk-parent 1.15.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 d771f7e5b..40d90dbac 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse.Builder (dapr-sdk-parent 1.15.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 7c027a3df..677662a36 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkSecretResponse (dapr-sdk-parent 1.15.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 48ed077f8..eb5f0d44d 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkSecretResponseOrBuilder (dapr-sdk-parent 1.15.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 07f6ac77c..4afd72331 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder (dapr-sdk-parent 1.15.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 62d37c090..4e0f3505a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateRequest (dapr-sdk-parent 1.15.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 daffbcf35..f02084642 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateRequestOrBuilder (dapr-sdk-parent 1.15.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 d6e5195d0..0ceac6988 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse.Builder (dapr-sdk-parent 1.15.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 39e492324..aaefc7bb0 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetBulkStateResponse (dapr-sdk-parent 1.15.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 eb87f528d..5f1bacdc2 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetBulkStateResponseOrBuilder (dapr-sdk-parent 1.15.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 feae65933..a3c1a3b83 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest.Builder (dapr-sdk-parent 1.15.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 31d8af7a7..029e78ed8 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationRequest (dapr-sdk-parent 1.15.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 95fb55106..1a1da8f77 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.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 1eba4f53b..922dba95d 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder (dapr-sdk-parent 1.15.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 8deb8c4fe..c520117f8 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetConfigurationResponse (dapr-sdk-parent 1.15.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 9ffca38b7..b491991e7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.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 index f5e299613..c901a66f8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html index 6a2836fa1..00f943cd0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetJobRequest (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html index 055932918..662c267cf 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html index 61952f4a1..827661db6 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html index 053211fd9..bf5c60efc 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.GetJobResponse (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html index 9469cc2f4..c1cf93279 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.GetJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 2b19a0881..17ca56560 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest.Builder (dapr-sdk-parent 1.15.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 79e6220df..83c22f846 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataRequest (dapr-sdk-parent 1.15.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 ff5715245..07a0a8e78 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetMetadataRequestOrBuilder (dapr-sdk-parent 1.15.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 d7848d6a4..83e51304f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -207,8 +207,7 @@ loadScripts(document, 'script');
    DaprProtos.GetMetadataResponse.Builder.clearActorRuntime()
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponse.Builder.clearAppConnectionProperties()
    @@ -250,34 +249,43 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
    -
    DaprProtos.GetMetadataResponse.Builder.clearSubscriptions()
    +
    DaprProtos.GetMetadataResponse.Builder.clearScheduler()
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + +
    DaprProtos.GetMetadataResponse.Builder.clearSubscriptions()
    +
    repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
    - -
    DaprProtos.GetMetadataResponse.Builder.clone()
    -
     
    -
    DaprProtos.GetMetadataResponse.Builder.mergeActorRuntime(DaprProtos.ActorRuntime value)
    -
    -
    -TODO: Cassie: probably add scheduler runtime status
    -
    +
    DaprProtos.GetMetadataResponse.Builder.clone()
    +
     
    -
    DaprProtos.GetMetadataResponse.Builder.mergeAppConnectionProperties(DaprProtos.AppConnectionProperties value)
    +
    DaprProtos.GetMetadataResponse.Builder.mergeActorRuntime(DaprProtos.ActorRuntime value)
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    +
    + +
    DaprProtos.GetMetadataResponse.Builder.mergeAppConnectionProperties(DaprProtos.AppConnectionProperties value)
    +
    .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
    - -
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    -
     
    -
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(com.google.protobuf.Message other)
    +
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    -
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(DaprProtos.GetMetadataResponse other)
    +
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(com.google.protobuf.Message other)
     
    + +
    DaprProtos.GetMetadataResponse.Builder.mergeFrom(DaprProtos.GetMetadataResponse other)
    +
     
    + +
    DaprProtos.GetMetadataResponse.Builder.mergeScheduler(DaprProtos.MetadataScheduler value)
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    DaprProtos.GetMetadataResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    @@ -344,14 +352,12 @@ TODO: Cassie: probably add scheduler runtime status
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime value)
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponse.Builder.setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue)
    -
    -TODO: Cassie: probably add scheduler runtime status
    +
    .dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
    DaprProtos.GetMetadataResponse.Builder.setAppConnectionProperties(DaprProtos.AppConnectionProperties value)
    @@ -423,6 +429,16 @@ TODO: Cassie: probably add scheduler runtime status
    string runtime_version = 8 [json_name = "runtimeVersion"];
    +
    DaprProtos.GetMetadataResponse.Builder.setScheduler(DaprProtos.MetadataScheduler value)
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    + +
    DaprProtos.GetMetadataResponse.Builder.setScheduler(DaprProtos.MetadataScheduler.Builder builderForValue)
    +
    +
    optional .dapr.proto.runtime.v1.MetadataScheduler scheduler = 11 [json_name = "scheduler"];
    +
    +
    DaprProtos.GetMetadataResponse.Builder.setSubscriptions(int index, DaprProtos.PubsubSubscription value)
    diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.GetMetadataResponse.html index e99ef77d1..cc4af2d44 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetMetadataResponse (dapr-sdk-parent 1.15.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 d1507ed63..430971dc2 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetMetadataResponseOrBuilder (dapr-sdk-parent 1.15.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 d56c5b663..828f84fdb 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest.Builder (dapr-sdk-parent 1.15.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 cc10b40a7..7754d6688 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretRequest (dapr-sdk-parent 1.15.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 78b4c3a57..32d2283bc 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder (dapr-sdk-parent 1.15.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 89ed091d1..37bdc28b1 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse.Builder (dapr-sdk-parent 1.15.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 277ab7386..80bca9f70 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetSecretResponse (dapr-sdk-parent 1.15.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 54ecf8a08..7489dfeb8 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetSecretResponseOrBuilder (dapr-sdk-parent 1.15.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 5884971ca..44ce8044a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateRequest.Builder (dapr-sdk-parent 1.15.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 4b85c929c..d50b1cfba 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateRequest (dapr-sdk-parent 1.15.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 bff34c95c..dbf01a30b 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetStateRequestOrBuilder (dapr-sdk-parent 1.15.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 20125c384..e546d0604 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateResponse.Builder (dapr-sdk-parent 1.15.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 e19cd1f41..84f4c50fc 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetStateResponse (dapr-sdk-parent 1.15.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 f7e4a3ba9..857279321 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetStateResponseOrBuilder (dapr-sdk-parent 1.15.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 73e79e6f9..449c317b2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 01b360031..cce3e8d9e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -154,27 +154,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    DaprGrpc.DaprBlockingStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    DaprGrpc.DaprFutureStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.getWorkflowBeta1(DaprProtos.GetWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowRequestOrBuilder.html index b974bcdf5..ede9797d9 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 dc450822c..b1d756171 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse.Builder (dapr-sdk-parent 1.15.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 b13043efc..d34fa93e9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.GetWorkflowResponse (dapr-sdk-parent 1.15.0 API) - + @@ -87,8 +87,7 @@ loadScripts(document, 'script');
    DaprGrpc.DaprBlockingStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    DaprGrpc.DaprBlockingStub.getWorkflowBeta1(DaprProtos.GetWorkflowRequest request)
    @@ -156,8 +155,7 @@ loadScripts(document, 'script');
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    DaprGrpc.DaprFutureStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
    DaprGrpc.DaprFutureStub.getWorkflowBeta1(DaprProtos.GetWorkflowRequest request)
    @@ -190,15 +188,13 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver)
    -
    - Gets details about a started workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.getWorkflowBeta1(DaprProtos.GetWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.GetWorkflowResponseOrBuilder.html index 9a5092440..b82af9574 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.GetWorkflowResponseOrBuilder (dapr-sdk-parent 1.15.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 8c250286b..0df20606b 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeActorRequest.html index db191447f..c5a2a6098 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorRequest (dapr-sdk-parent 1.15.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 c1c853f21..a9ec6a78d 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeActorRequestOrBuilder (dapr-sdk-parent 1.15.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 e055c5c14..d65d6c7de 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse.Builder (dapr-sdk-parent 1.15.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 91c01ebda..24596e5bb 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeActorResponse (dapr-sdk-parent 1.15.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 e8dd91acb..67a14440f 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeActorResponseOrBuilder (dapr-sdk-parent 1.15.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 3f122f1ac..4a8e2c89e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.InvokeBindingRequest.html index 2443dde23..3f929cfa3 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.15.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 d0f4100ff..9ba8670d0 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.15.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 0707cd6d0..3e9a7770d 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder (dapr-sdk-parent 1.15.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 e593059d6..db3783f81 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeBindingResponse (dapr-sdk-parent 1.15.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 16ffddf0b..1ee0698bb 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder (dapr-sdk-parent 1.15.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 b35630e48..8e7cd2135 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest.Builder (dapr-sdk-parent 1.15.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 a346cc6d8..1ae4f8c3e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.InvokeServiceRequest (dapr-sdk-parent 1.15.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 dc4bbc266..b0e665d3e 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder (dapr-sdk-parent 1.15.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 index ebdb88805..1589b85e2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.Job.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.Job.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.Job.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.Job.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.Job.html b/docs/io/dapr/v1/class-use/DaprProtos.Job.html index 960f10f09..32f6a3cd8 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.Job.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.Job.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.Job (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.Job (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html index 70ca90c75..3b94d79ce 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.JobOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.JobOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.JobOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 8b2476652..17d8aef81 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint.Builder (dapr-sdk-parent 1.15.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 0e5d59f06..4a210b62b 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.MetadataHTTPEndpoint (dapr-sdk-parent 1.15.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 f4a3d16b1..14278552f 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder (dapr-sdk-parent 1.15.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 cf9eb27e1..ae0420a3a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 d66c10747..02b5689cd 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    com.google.protobuf.Empty
    DaprGrpc.DaprBlockingStub.pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    DaprGrpc.DaprFutureStub.pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request)
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.pauseWorkflowAlpha1(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Pauses a running workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.pauseWorkflowBeta1(DaprProtos.PauseWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html index 2a4a05972..048bc4fb7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 61c08f823..517830f39 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.html index 399ce4c61..5697a9f04 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest (dapr-sdk-parent 1.15.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 f04a0a02b..a2a80e993 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder (dapr-sdk-parent 1.15.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 15cc569fe..3e0e32a4a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscription.html index 3e582377d..5e1c21e71 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscription (dapr-sdk-parent 1.15.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 363c4a464..11e23ef90 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder (dapr-sdk-parent 1.15.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 743d3dd1d..1e489cb2c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule.Builder (dapr-sdk-parent 1.15.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 eade0f5ac..b01f96ce1 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRule (dapr-sdk-parent 1.15.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 5fe16a6b0..9c265ecc7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRuleOrBuilder (dapr-sdk-parent 1.15.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 2c2a12afb..6bee7b755 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules.Builder (dapr-sdk-parent 1.15.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 9e43266d9..3cdc14a01 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PubsubSubscriptionRules (dapr-sdk-parent 1.15.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 086171f6d..229859809 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PubsubSubscriptionRulesOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html index 267ea804d..229f952b9 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.PubsubSubscriptionType.html @@ -1,11 +1,11 @@ - -Uses of Enum io.dapr.v1.DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprProtos.PubsubSubscriptionType (dapr-sdk-parent 1.15.0 API) - + 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 4a15d4775..2cb0e91a9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 e005d5ab6..f35eb4a6f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Purge Workflow
    +
    Deprecated.
    com.google.protobuf.Empty
    DaprGrpc.DaprBlockingStub.purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    -
    - Purge Workflow
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    DaprGrpc.DaprFutureStub.purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request)
    -
    - Purge Workflow
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.purgeWorkflowAlpha1(DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Purge Workflow
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.purgeWorkflowBeta1(DaprProtos.PurgeWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html index 6e813b51d..5aea6a5b4 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 26c0a2d90..a5f6763b9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.15.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 9bdbd9f4c..b89e27438 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateItem (dapr-sdk-parent 1.15.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 2a8fdb443..6f3e42e05 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateItemOrBuilder (dapr-sdk-parent 1.15.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 30cab873b..2558cac5a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest.Builder (dapr-sdk-parent 1.15.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 a7688fefe..bf547040a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateRequest (dapr-sdk-parent 1.15.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 d187024a3..3cc544ffe 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateRequestOrBuilder (dapr-sdk-parent 1.15.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 748d50f01..ebd1a48d4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse.Builder (dapr-sdk-parent 1.15.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 6a7305a18..8f7efa392 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.QueryStateResponse (dapr-sdk-parent 1.15.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 31c6ab7b6..8e23cb6d9 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.QueryStateResponseOrBuilder (dapr-sdk-parent 1.15.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 438d1978d..2ca1ef548 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 cd020e9cf..bafd240f3 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    com.google.protobuf.Empty
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.raiseEventWorkflowAlpha1(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Raise an event to a running workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.raiseEventWorkflowBeta1(DaprProtos.RaiseEventWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html index a8f930f14..f86ef7d43 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 38908832f..baa00befa 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.html index faf51a766..41bdf52db 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest (dapr-sdk-parent 1.15.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 ad5c58ec8..1572d98cd 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.15.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 9691e9b59..5ba145e09 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorTimerRequest.html index f222e8b95..089488562 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisterActorTimerRequest (dapr-sdk-parent 1.15.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 efdddd564..664ee350c 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.15.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 7eebeb452..5cafa51b1 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents.Builder (dapr-sdk-parent 1.15.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 11c64bb21..5ffccfb46 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.RegisteredComponents (dapr-sdk-parent 1.15.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 044af00f8..861804780 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.RegisteredComponentsOrBuilder (dapr-sdk-parent 1.15.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 cd3accc56..aed66f2eb 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 2da6756a0..9bc4998c3 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    com.google.protobuf.Empty
    DaprGrpc.DaprBlockingStub.resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    DaprGrpc.DaprFutureStub.resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request)
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.resumeWorkflowAlpha1(DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Resumes a paused workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.resumeWorkflowBeta1(DaprProtos.ResumeWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html index 8574d6684..6176e3a5a 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 7c69fa591..9f5f1bc6f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.15.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 b315c1875..33853aca5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest (dapr-sdk-parent 1.15.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 d0ce8632f..64dc6e4c8 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SaveStateRequestOrBuilder (dapr-sdk-parent 1.15.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 index a8b3de1d7..f010a09cb 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html index 26472ecb3..aa973b20a 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequest.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobRequest (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html index 381bea86f..bb3b8abd2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobRequestOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobRequestOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html index 6956bd45b..7cccb3a17 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html index 2b9b04a8c..e629693ad 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponse.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ScheduleJobResponse (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html index 754e53d0e..bfa5de35f 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.ScheduleJobResponseOrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ScheduleJobResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 88fec6269..811b6c613 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SecretResponse.Builder (dapr-sdk-parent 1.15.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 a79af8fc1..584c9141a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SecretResponse (dapr-sdk-parent 1.15.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 4ab85334d..22999146a 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SecretResponseOrBuilder (dapr-sdk-parent 1.15.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 fe6dabaa5..ef7402406 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest.Builder (dapr-sdk-parent 1.15.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 84584b0cf..3c2cd40e5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SetMetadataRequest (dapr-sdk-parent 1.15.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 6bdee7e6d..b573b2085 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SetMetadataRequestOrBuilder (dapr-sdk-parent 1.15.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 a7f571421..dd92757e9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest.Builder (dapr-sdk-parent 1.15.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 cdbbfa50b..1c0900ee0 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.ShutdownRequest (dapr-sdk-parent 1.15.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 6f22bc411..e97275168 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.ShutdownRequestOrBuilder (dapr-sdk-parent 1.15.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 070c471b5..6d421ea83 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 fc1eeadae..f105cbb19 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    DaprGrpc.DaprBlockingStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    DaprGrpc.DaprFutureStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowRequestOrBuilder.html index 61ae9ed01..2bb4172bd 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 356944476..24dcba908 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse.Builder (dapr-sdk-parent 1.15.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 3c7ff35ae..f2d54b011 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.15.0 API) - + @@ -129,8 +129,7 @@ loadScripts(document, 'script');
    DaprGrpc.DaprBlockingStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    DaprGrpc.DaprBlockingStub.startWorkflowBeta1(DaprProtos.StartWorkflowRequest request)
    @@ -159,8 +158,7 @@ loadScripts(document, 'script');
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    DaprGrpc.DaprFutureStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
    DaprGrpc.DaprFutureStub.startWorkflowBeta1(DaprProtos.StartWorkflowRequest request)
    @@ -190,15 +188,13 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
    -
    - Starts a new instance of a workflow
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html index 7e5edd05b..4de4c647c 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.15.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 03763da9b..2f4847edf 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.15.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 3ef8fe322..26f45960f 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest (dapr-sdk-parent 1.15.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 5b4dbb0c8..667077d69 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.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 10d30bbe6..e1da2fd80 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.15.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 13178fb3c..c37aaddc1 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationResponse (dapr-sdk-parent 1.15.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 c5d057e57..431f97a76 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html index ef9e670fb..a062c659e 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html index 4ea32a009..b70999cc5 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase.html @@ -1,11 +1,11 @@ - -Uses of Enum io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html index 51dbfeacc..7b71d4223 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1 (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html index 25b1efed9..26bc1f6c2 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html index 695e1c4d0..023b41fa0 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html index d6e361691..3b656118d 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1 (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html index 52da4da58..d16dfa0b1 100644 --- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html +++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder (dapr-sdk-parent 1.15.0 API) - + 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 202b91f5d..9cf579476 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest.Builder (dapr-sdk-parent 1.15.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 66c03f16d..b9781fd7d 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.15.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 7b1454f78..f32a9b28b 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.15.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 e55f3e905..578abe1ba 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.15.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 f6c659af4..16bfd000e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.15.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 5eb1bdc86..17d58a0a7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.15.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 1abc57a61..db33ce3f8 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.15.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 a35103220..41c9cc883 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.15.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 fcfc7c7ac..a03a24c40 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.15.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 7a9014f7f..ebefd16bd 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.15.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 fd1bb3f93..f7b160b38 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.15.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 62e72d776..07c9d7b73 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.15.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 434d0b286..1e9d9c88d 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.15.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 b2411305b..be445d7ba 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 io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.15.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 ad141bf8b..0db8c91da 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.15.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 eda37a5e3..001f85d67 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.15.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 b22d85179..f91eefe05 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.15.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 a67ae1cb6..86717ee5d 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.15.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 f1180ae4c..5d82b26fc 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.15.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 42a85cf3a..0c3b8f9dd 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.15.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 5527c5dff..74338cecf 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.15.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 9aeb7092c..e2e0b53ac 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.15.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 2acf72b75..526b25e8a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.15.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 628ee6ebd..748169c69 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.15.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 9d006ea9d..e06de71a4 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.15.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 7808e68d3..7a826dfaf 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.15.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 df61543c1..2e3f2fb80 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.15.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 f5a37fb57..cb80b6416 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.15.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 830d007d2..a1a67aeb2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.15.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 43afdb8d6..fe33bb65e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.15.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 91126efa9..101d6d041 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.15.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 f1f17a304..38d08c143 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.15.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 4f0034542..8a857c499 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.15.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 07376d7f3..6481cacd3 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.15.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 7b41fa6f7..fc05f74a5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.15.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 ecb5629a9..6c95ee031 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.15.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 79c7e6340..09c47fd1a 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.15.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 7bcf15eda..a0e5809e6 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.15.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 088eedc2c..f30341cde 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.15.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 bc1d2052b..2f44887a5 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.15.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 4ac645319..819ef33a4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.15.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 d29b8cf2a..0f1c41eff 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.15.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 fa985b6e1..0354137a7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.15.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 33998aaae..df8fa0966 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.15.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 a3b5e91be..52f33cac4 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest (dapr-sdk-parent 1.15.0 API) - + @@ -160,27 +160,23 @@ loadScripts(document, 'script');
    DaprGrpc.AsyncService.terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    com.google.protobuf.Empty
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    void
    DaprGrpc.DaprStub.terminateWorkflowAlpha1(DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    -
    - Terminates a running workflow instance
    +
    Deprecated.
    default void
    DaprGrpc.AsyncService.terminateWorkflowBeta1(DaprProtos.TerminateWorkflowRequest request, diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequestOrBuilder.html index f25687f32..29646b511 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.TerminateWorkflowRequestOrBuilder (dapr-sdk-parent 1.15.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 2ea5a01a8..ea302b2f2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.15.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 41d58fec5..42a96cc35 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation (dapr-sdk-parent 1.15.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 d86c3e996..21c4e5157 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.TransactionalActorStateOperationOrBuilder (dapr-sdk-parent 1.15.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 f65ee23a3..1173649da 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation.Builder (dapr-sdk-parent 1.15.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 460956dda..0522fadda 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TransactionalStateOperation (dapr-sdk-parent 1.15.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 482401656..6cbdd4cb1 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.TransactionalStateOperationOrBuilder (dapr-sdk-parent 1.15.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 33458fd5e..a23788ae9 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockRequest.Builder (dapr-sdk-parent 1.15.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 276aa0959..0e37bcb8a 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockRequest (dapr-sdk-parent 1.15.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 74867de39..f333cc73c 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.TryLockRequestOrBuilder (dapr-sdk-parent 1.15.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 805bef9af..a213cbf86 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockResponse.Builder (dapr-sdk-parent 1.15.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 e93f3375f..1e4c2067e 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.TryLockResponse (dapr-sdk-parent 1.15.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 58036ed84..9a0d77317 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.TryLockResponseOrBuilder (dapr-sdk-parent 1.15.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 97bdf523f..48d453e32 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockRequest.Builder (dapr-sdk-parent 1.15.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 be7250f6f..78c8ea63c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockRequest (dapr-sdk-parent 1.15.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 ac51250ab..0b44d64a1 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnlockRequestOrBuilder (dapr-sdk-parent 1.15.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 74bf00b17..9d95debeb 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockResponse.Builder (dapr-sdk-parent 1.15.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 273a1bb62..71c473c60 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 io.dapr.v1.DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.14.1 API) + +Uses of Enum io.dapr.v1.DaprProtos.UnlockResponse.Status (dapr-sdk-parent 1.15.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 f08224501..a02245365 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnlockResponse (dapr-sdk-parent 1.15.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 4dd2ea3a1..c77fec2e3 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnlockResponseOrBuilder (dapr-sdk-parent 1.15.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 4b28a9f3c..ed2c98767 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorReminderRequest.html index 7698e6d44..fb560462c 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorReminderRequest (dapr-sdk-parent 1.15.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 18f1f91f3..ae85db68c 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorReminderRequestOrBuilder (dapr-sdk-parent 1.15.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 64e808df6..f1496bdea 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.Builder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.UnregisterActorTimerRequest.html index 9278056df..071c92cbe 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnregisterActorTimerRequest (dapr-sdk-parent 1.15.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 677c9ead1..9a8bb0ba7 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnregisterActorTimerRequestOrBuilder (dapr-sdk-parent 1.15.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 a1fd887df..6f75676e2 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.15.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 7107ac8a5..90f86c359 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest (dapr-sdk-parent 1.15.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 b18f86e1e..8fc42fa49 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequestOrBuilder (dapr-sdk-parent 1.15.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 4b98e17b5..677842197 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.Builder (dapr-sdk-parent 1.15.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 64cb2c4d1..a3b56a505 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse (dapr-sdk-parent 1.15.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 704aab946..8d9a7f466 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.14.1 API) + +Uses of Interface io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponseOrBuilder (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/class-use/DaprProtos.html b/docs/io/dapr/v1/class-use/DaprProtos.html index 314a2378f..bc993a5f5 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.14.1 API) + +Uses of Class io.dapr.v1.DaprProtos (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/v1/package-summary.html b/docs/io/dapr/v1/package-summary.html index a4aaba82f..1711e4e9f 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.14.1 API) + +io.dapr.v1 (dapr-sdk-parent 1.15.0 API) - + @@ -649,6 +649,52 @@ loadScripts(document, 'script');
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    + +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    + +
     
    + +
    +
    + ConversationRequest is the request object for Conversation.
    +
    + +
    +
    + ConversationRequest is the request object for Conversation.
    +
    + +
     
    + +
    +
    + ConversationResponse is the response for Conversation.
    +
    + +
    +
    + ConversationResponse is the response for Conversation.
    +
    + +
     
    + +
    +
    + ConversationResult is the result for one input.
    +
    + +
    +
    + ConversationResult is the result for one input.
    +
    + +
     
    @@ -1091,657 +1137,671 @@ loadScripts(document, 'script');
     
    - +
    - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    - + +
    +
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    +
    + +
     
    +
    PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    - -
     
    - -
    + +
    - 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
    - -
     
    - -
    -
    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
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    -
    - +
    -
    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.PubsubSubscriptionRule
    +
    + +
     
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    - -
     
    - -
    + +
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    + +
     
    + +
    PubsubSubscriptionType indicates the type of subscription
    - -
    -
    - PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
    -
    - +
    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
    - -
    -
    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.
    - -
     
    - -
    + +
    - RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
    + QueryStateResponse is the response conveying the query results.
    - + +
     
    +
    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.
    - -
     
    - -
    + +
    - 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
    +
    +
    Protobuf type dapr.proto.runtime.v1.RegisteredComponents
    - -
    -
    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.
    - -
     
    - -
    + +
    - 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.
    - -
     
    - -
    + +
    - ScheduleJobResponse is the message response to create/schedule the job.
    + ScheduleJobRequest is the message to create/schedule the job.
    - + +
     
    +
    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.
    - + +
     
    +
    SecretResponse is a map of decrypted string/string values
    - -
     
    - + +
    +
    + SecretResponse is a map of decrypted string/string values
    +
    + +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    +
    +
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    - -
    -
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    -
    - -
     
    - -
    -
    - ShutdownRequest is the request for Shutdown.
    -
    - + +
     
    +
    ShutdownRequest is the request for Shutdown.
    - -
     
    - -
    + +
    - StartWorkflowRequest is the request for StartWorkflowBeta1.
    + ShutdownRequest is the request for Shutdown.
    - + +
     
    +
    StartWorkflowRequest is the request for StartWorkflowBeta1.
    - -
     
    - -
    + +
    - StartWorkflowResponse is the response for StartWorkflowBeta1.
    + StartWorkflowRequest is the request for StartWorkflowBeta1.
    - + +
     
    +
    StartWorkflowResponse is the response for StartWorkflowBeta1.
    - -
     
    - -
    -
    - SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    -
    - +
    - SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    + StartWorkflowResponse is the response for StartWorkflowBeta1.
    - +
     
    - + +
    +
    + SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    +
    + +
    +
    + SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    +
    + +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    +
    +
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    - -
    -
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    -
    - -
     
    - -
    -
    - 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.
    - -
     
    - -
     
    - +
    - SubscribeTopicEventsRequestInitialAlpha1 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.
    - + +
     
    + +
     
    +
    SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing the details for subscribing to a topic via streaming.
    - -
     
    - -
    + +
    - SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the - subscription to a topic.
    + SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing + the details for subscribing to a topic via streaming.
    - + +
     
    +
    SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the subscription to a topic.
    - -
     
    - -
    + +
    - SubscribeTopicEventsResponseAlpha1 is a message returned from daprd - when subscribing to a topic via streaming.
    + SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the + subscription to a topic.
    - + +
     
    +
    SubscribeTopicEventsResponseAlpha1 is a message returned from daprd when subscribing to a topic via streaming.
    - -
     
    - -
     
    - +
    - SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd - when subscribing to a topic.
    + SubscribeTopicEventsResponseAlpha1 is a message returned from daprd + when subscribing to a topic via streaming.
    - + +
     
    + +
     
    +
    SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd when subscribing to a topic.
    - -
     
    - -
    + +
    - SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    + SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd + when subscribing to a topic.
    - + +
     
    +
    SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    - -
     
    - -
    + +
    - SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    + SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    - + +
     
    +
    SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    - -
     
    - -
    -
    - SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    -
    - +
    - SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    + SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    - +
     
    - +
    - SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    + SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    - +
    - SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    + SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    - +
     
    - +
    - SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    + SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    - + +
    +
    + SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    +
    + +
     
    +
    SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    - -
    + +
    +
    + SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    +
    + +
    Protobuf enum dapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormat
    - -
     
    - -
    -
    - SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    -
    - + +
     
    +
    SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleSignRequest is the request for SubtleSignAlpha1.
    + SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    - + +
     
    +
    SubtleSignRequest is the request for SubtleSignAlpha1.
    - -
     
    - -
    + +
    - SubtleSignResponse is the response for SubtleSignAlpha1.
    + SubtleSignRequest is the request for SubtleSignAlpha1.
    - + +
     
    +
    SubtleSignResponse is the response for SubtleSignAlpha1.
    - -
     
    - -
    + +
    - SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    + SubtleSignResponse is the response for SubtleSignAlpha1.
    - + +
     
    +
    SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    + SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    - + +
     
    +
    SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    + SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    - + +
     
    +
    SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    - -
     
    - -
    + +
    - SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    + SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    - + +
     
    +
    SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    - -
     
    - -
    + +
    - SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    + SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    - + +
     
    +
    SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    + SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    - + +
     
    +
    SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    - -
     
    - -
    + +
    - TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    + SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    - + +
     
    +
    TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    - -
     
    - -
    + +
    - TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    + TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    - + +
     
    +
    TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    - -
     
    - -
    + +
    - TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    + TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    - + +
     
    +
    TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    + +
    +
    + TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    - + +
     
    +
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    -
    - +
    -
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    +
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockResponse
    +
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    - + +
    +
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    + +
     
    +
    Protobuf type dapr.proto.runtime.v1.UnlockResponse
    - -
    + +
    +
    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
    - -
     
    - -
    -
    - UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    -
    - +
    - UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    + UnregisterActorTimerRequest is the message to unregister an actor timer
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    +
    + UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    - + +
    +
    + UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    +
    + +
     
    +
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    - -
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    +
    + +
     
    diff --git a/docs/io/dapr/v1/package-tree.html b/docs/io/dapr/v1/package-tree.html index 1311930c8..0b773849d 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.14.1 API) + +io.dapr.v1 Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + @@ -102,6 +102,10 @@ loadScripts(document, 'script');
  • io.dapr.v1.DaprProtos.BulkPublishResponse (implements io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder)
  • io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry (implements io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder)
  • io.dapr.v1.DaprProtos.BulkStateItem (implements io.dapr.v1.DaprProtos.BulkStateItemOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationInput (implements io.dapr.v1.DaprProtos.ConversationInputOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationRequest (implements io.dapr.v1.DaprProtos.ConversationRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationResponse (implements io.dapr.v1.DaprProtos.ConversationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationResult (implements io.dapr.v1.DaprProtos.ConversationResultOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptRequest (implements io.dapr.v1.DaprProtos.DecryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptRequestOptions (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptResponse (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
  • @@ -139,6 +143,7 @@ loadScripts(document, 'script');
  • 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.MetadataScheduler (implements io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder)
  • io.dapr.v1.DaprProtos.PauseWorkflowRequest (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PublishEventRequest (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PubsubSubscription (implements io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder)
  • @@ -240,6 +245,10 @@ loadScripts(document, 'script');
  • io.dapr.v1.DaprProtos.BulkPublishResponse.Builder (implements io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder)
  • io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntry.Builder (implements io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder)
  • io.dapr.v1.DaprProtos.BulkStateItem.Builder (implements io.dapr.v1.DaprProtos.BulkStateItemOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationInput.Builder (implements io.dapr.v1.DaprProtos.ConversationInputOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationRequest.Builder (implements io.dapr.v1.DaprProtos.ConversationRequestOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationResponse.Builder (implements io.dapr.v1.DaprProtos.ConversationResponseOrBuilder)
  • +
  • io.dapr.v1.DaprProtos.ConversationResult.Builder (implements io.dapr.v1.DaprProtos.ConversationResultOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptRequest.Builder (implements io.dapr.v1.DaprProtos.DecryptRequestOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (implements io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder)
  • io.dapr.v1.DaprProtos.DecryptResponse.Builder (implements io.dapr.v1.DaprProtos.DecryptResponseOrBuilder)
  • @@ -277,6 +286,7 @@ loadScripts(document, 'script');
  • 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.MetadataScheduler.Builder (implements io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder)
  • io.dapr.v1.DaprProtos.PauseWorkflowRequest.Builder (implements io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PublishEventRequest.Builder (implements io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder)
  • io.dapr.v1.DaprProtos.PubsubSubscription.Builder (implements io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder)
  • @@ -426,6 +436,10 @@ loadScripts(document, 'script');
  • io.dapr.v1.DaprProtos.BulkPublishResponseFailedEntryOrBuilder
  • io.dapr.v1.DaprProtos.BulkPublishResponseOrBuilder
  • io.dapr.v1.DaprProtos.BulkStateItemOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ConversationInputOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ConversationRequestOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ConversationResponseOrBuilder
  • +
  • io.dapr.v1.DaprProtos.ConversationResultOrBuilder
  • io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder
  • io.dapr.v1.DaprProtos.DecryptRequestOrBuilder
  • io.dapr.v1.DaprProtos.DecryptResponseOrBuilder
  • @@ -463,6 +477,7 @@ loadScripts(document, 'script');
  • io.dapr.v1.DaprProtos.InvokeServiceRequestOrBuilder
  • io.dapr.v1.DaprProtos.JobOrBuilder
  • io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder
  • +
  • io.dapr.v1.DaprProtos.MetadataSchedulerOrBuilder
  • io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder
  • io.dapr.v1.DaprProtos.PublishEventRequestOrBuilder
  • io.dapr.v1.DaprProtos.PubsubSubscriptionOrBuilder
  • diff --git a/docs/io/dapr/v1/package-use.html b/docs/io/dapr/v1/package-use.html index 288c6006b..82418b3ab 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.14.1 API) + +Uses of Package io.dapr.v1 (dapr-sdk-parent 1.15.0 API) - + @@ -586,6 +586,52 @@ loadScripts(document, 'script');
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    + +
    +
    Protobuf type dapr.proto.runtime.v1.ConversationInput
    +
    + +
     
    + +
    +
    + ConversationRequest is the request object for Conversation.
    +
    + +
    +
    + ConversationRequest is the request object for Conversation.
    +
    + +
     
    + +
    +
    + ConversationResponse is the response for Conversation.
    +
    + +
    +
    + ConversationResponse is the response for Conversation.
    +
    + +
     
    + +
    +
    + ConversationResult is the result for one input.
    +
    + +
    +
    + ConversationResult is the result for one input.
    +
    + +
     
    @@ -1028,657 +1074,671 @@ loadScripts(document, 'script');
     
    - +
    - PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    - + +
    +
    + MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
    +
    + +
     
    +
    PauseWorkflowRequest is the request for PauseWorkflowBeta1.
    - -
     
    - -
    + +
    - 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
    - -
     
    - -
    -
    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
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
    -
    - +
    -
    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.PubsubSubscriptionRule
    +
    + +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    +
    +
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    - -
    -
    Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
    -
    - -
     
    - -
    + +
     
    + +
    PubsubSubscriptionType indicates the type of subscription
    - -
    -
    - PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
    -
    - +
    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
    - -
    -
    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.
    - -
     
    - -
    + +
    - RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
    + QueryStateResponse is the response conveying the query results.
    - + +
     
    +
    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.
    - -
     
    - -
    + +
    - 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
    +
    +
    Protobuf type dapr.proto.runtime.v1.RegisteredComponents
    - -
    -
    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.
    - -
     
    - -
    + +
    - 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.
    - -
     
    - -
    + +
    - ScheduleJobResponse is the message response to create/schedule the job.
    + ScheduleJobRequest is the message to create/schedule the job.
    - + +
     
    +
    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.
    - + +
     
    +
    SecretResponse is a map of decrypted string/string values
    - -
     
    - + +
    +
    + SecretResponse is a map of decrypted string/string values
    +
    + +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    +
    +
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    - -
    -
    Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
    -
    - -
     
    - -
    -
    - ShutdownRequest is the request for Shutdown.
    -
    - + +
     
    +
    ShutdownRequest is the request for Shutdown.
    - -
     
    - -
    + +
    - StartWorkflowRequest is the request for StartWorkflowBeta1.
    + ShutdownRequest is the request for Shutdown.
    - + +
     
    +
    StartWorkflowRequest is the request for StartWorkflowBeta1.
    - -
     
    - -
    + +
    - StartWorkflowResponse is the response for StartWorkflowBeta1.
    + StartWorkflowRequest is the request for StartWorkflowBeta1.
    - + +
     
    +
    StartWorkflowResponse is the response for StartWorkflowBeta1.
    - -
     
    - -
    -
    - SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    -
    - +
    - SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    + StartWorkflowResponse is the response for StartWorkflowBeta1.
    - +
     
    - + +
    +
    + SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    +
    + +
    +
    + SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
    +
    + +
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    +
    +
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    - -
    -
    Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
    -
    - -
     
    - -
    -
    - 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.
    - -
     
    - -
     
    - +
    - SubscribeTopicEventsRequestInitialAlpha1 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.
    - + +
     
    + +
     
    +
    SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing the details for subscribing to a topic via streaming.
    - -
     
    - -
    + +
    - SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the - subscription to a topic.
    + SubscribeTopicEventsRequestInitialAlpha1 is the initial message containing + the details for subscribing to a topic via streaming.
    - + +
     
    +
    SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the subscription to a topic.
    - -
     
    - -
    + +
    - SubscribeTopicEventsResponseAlpha1 is a message returned from daprd - when subscribing to a topic via streaming.
    + SubscribeTopicEventsRequestProcessedAlpha1 is the message containing the + subscription to a topic.
    - + +
     
    +
    SubscribeTopicEventsResponseAlpha1 is a message returned from daprd when subscribing to a topic via streaming.
    - -
     
    - -
     
    - +
    - SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd - when subscribing to a topic.
    + SubscribeTopicEventsResponseAlpha1 is a message returned from daprd + when subscribing to a topic via streaming.
    - + +
     
    + +
     
    +
    SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd when subscribing to a topic.
    - -
     
    - -
    + +
    - SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    + SubscribeTopicEventsResponseInitialAlpha1 is the initial response from daprd + when subscribing to a topic.
    - + +
     
    +
    SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    - -
     
    - -
    + +
    - SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    + SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
    - + +
     
    +
    SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    - -
     
    - -
    -
    - SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    -
    - +
    - SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    + SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
    - +
     
    - +
    - SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    + SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    - +
    - SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    + SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
    - +
     
    - +
    - SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    + SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    - + +
    +
    + SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
    +
    + +
     
    +
    SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    - +
    +
    + SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
    +
    + +
    Protobuf enum dapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormat
    - -
     
    - -
    -
    - SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    -
    - + +
     
    +
    SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleSignRequest is the request for SubtleSignAlpha1.
    + SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
    - + +
     
    +
    SubtleSignRequest is the request for SubtleSignAlpha1.
    - -
     
    - -
    + +
    - SubtleSignResponse is the response for SubtleSignAlpha1.
    + SubtleSignRequest is the request for SubtleSignAlpha1.
    - + +
     
    +
    SubtleSignResponse is the response for SubtleSignAlpha1.
    - -
     
    - -
    + +
    - SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    + SubtleSignResponse is the response for SubtleSignAlpha1.
    - + +
     
    +
    SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    + SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
    - + +
     
    +
    SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    + SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
    - + +
     
    +
    SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    - -
     
    - -
    + +
    - SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    + SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
    - + +
     
    +
    SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    - -
     
    - -
    + +
    - SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    + SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
    - + +
     
    +
    SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    - -
     
    - -
    + +
    - SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    + SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
    - + +
     
    +
    SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    - -
     
    - -
    + +
    - TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    + SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
    - + +
     
    +
    TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    - -
     
    - -
    + +
    - TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    + TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
    - + +
     
    +
    TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    - -
     
    - -
    + +
    - TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    + TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
    - + +
     
    +
    TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    + +
    +
    + TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
    - + +
     
    +
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    - -
     
    - -
    -
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    -
    - +
    -
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    +
    Protobuf type dapr.proto.runtime.v1.TryLockRequest
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    Protobuf type dapr.proto.runtime.v1.TryLockResponse
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnlockResponse
    +
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    - + +
    +
    Protobuf type dapr.proto.runtime.v1.UnlockRequest
    +
    + +
     
    +
    Protobuf type dapr.proto.runtime.v1.UnlockResponse
    - +
    +
    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
    - -
     
    - -
    -
    - UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    -
    - +
    - UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    + UnregisterActorTimerRequest is the message to unregister an actor timer
    - +
     
    - +
    -
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    +
    + UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    - + +
    +
    + UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
    +
    + +
     
    +
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    - -
     
    + +
    +
    Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
    +
    + +
     
    diff --git a/docs/io/dapr/workflows/Workflow.html b/docs/io/dapr/workflows/Workflow.html index 287a1b71b..62c8cff24 100644 --- a/docs/io/dapr/workflows/Workflow.html +++ b/docs/io/dapr/workflows/Workflow.html @@ -1,11 +1,11 @@ - -Workflow (dapr-sdk-parent 1.14.1 API) + +Workflow (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/WorkflowContext.html b/docs/io/dapr/workflows/WorkflowContext.html index 87878aabc..18938c701 100644 --- a/docs/io/dapr/workflows/WorkflowContext.html +++ b/docs/io/dapr/workflows/WorkflowContext.html @@ -1,11 +1,11 @@ - -WorkflowContext (dapr-sdk-parent 1.14.1 API) + +WorkflowContext (dapr-sdk-parent 1.15.0 API) - + @@ -97,42 +97,42 @@ loadScripts(document, 'script');
    Modifier and Type
    Method
    Description
    -
    <V> com.microsoft.durabletask.Task<List<V>>
    -
    allOf(List<com.microsoft.durabletask.Task<V>> tasks)
    +
    <V> io.dapr.durabletask.Task<List<V>>
    +
    allOf(List<io.dapr.durabletask.Task<V>> tasks)
    Returns a new Task that is completed when all the given Tasks complete.
    -
    default com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>>
    -
    anyOf(com.microsoft.durabletask.Task<?>... tasks)
    +
    default io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>>
    +
    anyOf(io.dapr.durabletask.Task<?>... tasks)
    Returns a new Task that is completed when any of the given Tasks complete.
    -
    com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>>
    -
    anyOf(List<com.microsoft.durabletask.Task<?>> tasks)
    +
    io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>>
    +
    anyOf(List<io.dapr.durabletask.Task<?>> tasks)
    Returns a new Task that is completed when any of the tasks in tasks completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Class<V> returnType)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    callActivity(String name, Object input)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    @@ -140,7 +140,7 @@ loadScripts(document, 'script');
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Object input, WorkflowTaskOptions options, @@ -149,7 +149,7 @@ loadScripts(document, 'script');
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callActivity(String name, Object input, Class<V> returnType)
    @@ -158,20 +158,20 @@ loadScripts(document, 'script'); that completes when the activity completes.If the activity completes successfully, the returned Task's value will be the activity's output. -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, Class<V> returnType)
    @@ -179,7 +179,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default com.microsoft.durabletask.Task<Void>
    +
    default io.dapr.durabletask.Task<Void>
    callChildWorkflow(String name, Object input, String instanceID, @@ -188,7 +188,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, String instanceID, @@ -198,7 +198,7 @@ loadScripts(document, 'script');
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    callChildWorkflow(String name, Object input, String instanceID, @@ -223,14 +223,14 @@ loadScripts(document, 'script');
    Restarts the orchestration with a new input and clears its history.
    -
    com.microsoft.durabletask.Task<Void>
    +
    io.dapr.durabletask.Task<Void>
    Creates a durable timer that expires after the specified delay.
    -
    default com.microsoft.durabletask.Task<Void>
    -
    createTimer(ZonedDateTime zonedDateTime)
    -
    +
    io.dapr.durabletask.Task<Void>
    +
    createTimer(ZonedDateTime zonedDateTime)
    +
    Creates a durable timer that expires after the specified timestamp with specific zone.
    @@ -268,27 +268,27 @@ loadScripts(document, 'script');
    Create a new UUID that is safe for replay within a workflow.
    -
    <V> com.microsoft.durabletask.Task<Void>
    +
    <V> io.dapr.durabletask.Task<Void>
    Waits for an event to be raised named name and returns a Task that completes when the event is received.
    -
    default <V> com.microsoft.durabletask.Task<V>
    +
    default <V> io.dapr.durabletask.Task<V>
    waitForExternalEvent(String name, Class<V> dataType)
    Waits for an event to be raised named name and returns a Task that completes when the event is received.
    -
    <V> com.microsoft.durabletask.Task<Void>
    +
    <V> io.dapr.durabletask.Task<Void>
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires.
    -
    <V> com.microsoft.durabletask.Task<V>
    +
    <V> io.dapr.durabletask.Task<V>
    waitForExternalEvent(String name, Duration timeout, Class<V> dataType)
    @@ -369,10 +369,10 @@ loadScripts(document, 'script');
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<V> waitForExternalEvent(String name, +
    <V> io.dapr.durabletask.Task<V> waitForExternalEvent(String name, Duration timeout, Class<V> dataType) - throws com.microsoft.durabletask.TaskCanceledException
    + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires. @@ -392,16 +392,16 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received or when timeout expires
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<Void> waitForExternalEvent(String name, +
    <V> io.dapr.durabletask.Task<Void> waitForExternalEvent(String name, Duration timeout) - throws com.microsoft.durabletask.TaskCanceledException
    + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received or is canceled when timeout expires. @@ -415,15 +415,15 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received or when timeout expires
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.TaskCanceledException - if the specified timeout value expires before the event is received
  • waitForExternalEvent

    -
    <V> com.microsoft.durabletask.Task<Void> waitForExternalEvent(String name) - throws com.microsoft.durabletask.TaskCanceledException
    +
    <V> io.dapr.durabletask.Task<Void> waitForExternalEvent(String name) + throws io.dapr.durabletask.TaskCanceledException
    Waits for an event to be raised named name and returns a Task that completes when the event is received. @@ -436,14 +436,14 @@ loadScripts(document, 'script');
    Returns:
    a new Task that completes when the external event is received
    Throws:
    -
    com.microsoft.durabletask.TaskCanceledException
    +
    io.dapr.durabletask.TaskCanceledException
  • waitForExternalEvent

    -
    default <V> com.microsoft.durabletask.Task<V> waitForExternalEvent(String name, +
    default <V> io.dapr.durabletask.Task<V> waitForExternalEvent(String name, Class<V> dataType)
    Waits for an event to be raised named name and returns a Task that completes when the event is received. @@ -463,7 +463,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    <V> io.dapr.durabletask.Task<V> callActivity(String name, Object input, WorkflowTaskOptions options, Class<V> returnType)
    @@ -487,7 +487,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name)
    +
    default io.dapr.durabletask.Task<Void> callActivity(String name)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes. See callActivity(String, Object, WorkflowTaskOptions, Class) for a complete description.
    @@ -507,7 +507,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name, +
    default io.dapr.durabletask.Task<Void> callActivity(String name, Object input)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task that completes when the activity completes. @@ -524,7 +524,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    default <V> io.dapr.durabletask.Task<V> callActivity(String name, Class<V> returnType)
    Asynchronously invokes an activity by name and returns a new Task that completes when the activity completes. If the activity completes successfully, the returned Task's value will be the activity's @@ -543,7 +543,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default <V> com.microsoft.durabletask.Task<V> callActivity(String name, +
    default <V> io.dapr.durabletask.Task<V> callActivity(String name, Object input, Class<V> returnType)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task @@ -565,7 +565,7 @@ loadScripts(document, 'script');
  • callActivity

    -
    default com.microsoft.durabletask.Task<Void> callActivity(String name, +
    default io.dapr.durabletask.Task<Void> callActivity(String name, Object input, WorkflowTaskOptions options)
    Asynchronously invokes an activity by name and with the specified input value and returns a new Task @@ -605,8 +605,8 @@ loadScripts(document, 'script');
  • allOf

    -
    <V> com.microsoft.durabletask.Task<List<V>> allOf(List<com.microsoft.durabletask.Task<V>> tasks) - throws com.microsoft.durabletask.CompositeTaskFailedException
    +
    <V> io.dapr.durabletask.Task<List<V>> allOf(List<io.dapr.durabletask.Task<V>> tasks) + throws io.dapr.durabletask.CompositeTaskFailedException
    Returns a new Task that is completed when all the given Tasks complete. If any of the given Tasks complete with an exception, the returned Task will also complete with an CompositeTaskFailedException containing details of the first encountered failure. @@ -641,16 +641,16 @@ loadScripts(document, 'script');
    Returns:
    the values of the completed Task objects in the same order as the source list
    Throws:
    -
    com.microsoft.durabletask.CompositeTaskFailedException - if the specified timeout value expires before the event is received
    +
    io.dapr.durabletask.CompositeTaskFailedException - if the specified timeout value expires before the event is received
  • anyOf

    -
    com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>> anyOf(List<com.microsoft.durabletask.Task<?>> tasks)
    +
    io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>> anyOf(List<io.dapr.durabletask.Task<?>> tasks)
    Returns a new Task that is completed when any of the tasks in tasks completes. - See anyOf(Task[]) for more detailed information.
    + See anyOf(Task[]) for more detailed information.
  • Parameters:
    tasks - the list of Task objects
    @@ -659,16 +659,16 @@ loadScripts(document, 'script');
    See Also:
  • -
    +

    anyOf

    -
    default com.microsoft.durabletask.Task<com.microsoft.durabletask.Task<?>> anyOf(com.microsoft.durabletask.Task<?>... tasks)
    +
    default io.dapr.durabletask.Task<io.dapr.durabletask.Task<?>> anyOf(io.dapr.durabletask.Task<?>... tasks)
    Returns a new Task that is completed when any of the given Tasks complete. The value of the new Task is a reference to the completed Task object. If no tasks are provided, returns a Task that never completes. @@ -712,7 +712,7 @@ loadScripts(document, 'script');
  • createTimer

    -
    com.microsoft.durabletask.Task<Void> createTimer(Duration duration)
    +
    io.dapr.durabletask.Task<Void> createTimer(Duration duration)
    Creates a durable timer that expires after the specified delay.

    Specifying a long delay (for example, a delay of a few days or more) may result in the creation of multiple, @@ -729,7 +729,7 @@ loadScripts(document, 'script');

  • createTimer

    -
    default com.microsoft.durabletask.Task<Void> createTimer(ZonedDateTime zonedDateTime)
    +
    io.dapr.durabletask.Task<Void> createTimer(ZonedDateTime zonedDateTime)
    Creates a durable timer that expires after the specified timestamp with specific zone.

    Specifying a long delay (for example, a delay of a few days or more) may result in the creation of multiple, @@ -761,7 +761,7 @@ loadScripts(document, 'script');

  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name)
    +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes. @@ -783,7 +783,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name, +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name, Object input)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes. @@ -801,7 +801,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    default <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, Object input, Class<V> returnType)
    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes @@ -823,7 +823,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    default <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, Object input, String instanceID, Class<V> returnType)
    @@ -847,7 +847,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    default com.microsoft.durabletask.Task<Void> callChildWorkflow(String name, +
    default io.dapr.durabletask.Task<Void> callChildWorkflow(String name, Object input, String instanceID, WorkflowTaskOptions options)
    @@ -869,7 +869,7 @@ loadScripts(document, 'script');
  • callChildWorkflow

    -
    <V> com.microsoft.durabletask.Task<V> callChildWorkflow(String name, +
    <V> io.dapr.durabletask.Task<V> callChildWorkflow(String name, @Nullable Object input, @Nullable diff --git a/docs/io/dapr/workflows/WorkflowStub.html b/docs/io/dapr/workflows/WorkflowStub.html index bc9ce4a5a..e63f9362d 100644 --- a/docs/io/dapr/workflows/WorkflowStub.html +++ b/docs/io/dapr/workflows/WorkflowStub.html @@ -1,11 +1,11 @@ - -WorkflowStub (dapr-sdk-parent 1.14.1 API) + +WorkflowStub (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/Workflow.html b/docs/io/dapr/workflows/class-use/Workflow.html index 7f8540c84..88f387b57 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 Interface io.dapr.workflows.Workflow (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/WorkflowContext.html b/docs/io/dapr/workflows/class-use/WorkflowContext.html index 60d827102..9eb801b17 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.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/class-use/WorkflowStub.html b/docs/io/dapr/workflows/class-use/WorkflowStub.html index 541b5e338..5d17df63b 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.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/client/DaprWorkflowClient.html b/docs/io/dapr/workflows/client/DaprWorkflowClient.html index d306374a6..7bbf863ae 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.14.1 API) + +DaprWorkflowClient (dapr-sdk-parent 1.15.0 API) - + @@ -124,13 +124,7 @@ implements
    Closes the inner DurableTask client and shutdown the GRPC channel.
    -
    void
    -
    createTaskHub(boolean recreateIfExists)
    -
     
    -
    void
    - -
     
    - +
    getInstanceState(String instanceId, boolean getInputsAndOutputs)
    - - +
    void
    +
    resumeWorkflow(String workflowInstanceId, + String reason)
    -
    Schedules a new workflow using DurableTask client.
    +
    Resume the workflow associated with the provided instance id.
    <T extends Workflow>
    String
    - +
    +
    Schedules a new workflow using DurableTask client.
    +
    +
    <T extends Workflow>
    String
    + +
    Schedules a new workflow with a specified set of options for execution.
    -
    <T extends Workflow>
    String
    -
    scheduleNewWorkflow(Class<T> clazz, +
    <T extends Workflow>
    String
    +
    scheduleNewWorkflow(Class<T> clazz, Object input)
    +
    +
    Schedules a new workflow using DurableTask client.
    +
    +
    <T extends Workflow>
    String
    +
    scheduleNewWorkflow(Class<T> clazz, + Object input, + String instanceId)
    Schedules a new workflow using DurableTask client.
    -
    <T extends Workflow>
    String
    -
    scheduleNewWorkflow(Class<T> clazz, - Object input, - String instanceId)
    +
    void
    +
    suspendWorkflow(String workflowInstanceId, + String reason)
    -
    Schedules a new workflow using DurableTask client.
    +
    Suspend the workflow associated with the provided instance id.
    void
    - +
    waitForInstanceCompletion(String instanceId, Duration timeout, boolean getInputsAndOutputs)
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.
    - +
    waitForInstanceStart(String instanceId, Duration timeout, boolean getInputsAndOutputs)
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.
    @@ -307,6 +313,34 @@ implements +

    suspendWorkflow

    +
    public void suspendWorkflow(String workflowInstanceId, + @Nullable + String reason)
    +
    Suspend the workflow associated with the provided instance id.
    +
    +
    Parameters:
    +
    workflowInstanceId - Workflow instance id to suspend.
    +
    reason - reason for suspending the workflow instance.
    +
    +
    +
  • +
  • +
    +

    resumeWorkflow

    +
    public void resumeWorkflow(String workflowInstanceId, + @Nullable + String reason)
    +
    Resume the workflow associated with the provided instance id.
    +
    +
    Parameters:
    +
    workflowInstanceId - Workflow instance id to resume.
    +
    reason - reason for resuming the workflow instance.
    +
    +
    +
  • +
  • terminateWorkflow

    public void terminateWorkflow(String workflowInstanceId, @@ -324,7 +358,7 @@ implements

    getInstanceState

    @Nullable -public WorkflowInstanceStatus getInstanceState(String instanceId, +public WorkflowInstanceStatus getInstanceState(String instanceId, boolean getInputsAndOutputs)
    Fetches workflow instance metadata from the configured durable store.
    @@ -341,12 +375,12 @@ implements

    waitForInstanceStart

    @Nullable -public WorkflowInstanceStatus waitForInstanceStart(String instanceId, +public WorkflowInstanceStatus waitForInstanceStart(String instanceId, Duration timeout, boolean getInputsAndOutputs) throws TimeoutException
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.

    A "started" workflow instance is any instance not in the Pending state. @@ -370,11 +404,11 @@ implements

    waitForInstanceCompletion

    @Nullable -public WorkflowInstanceStatus waitForInstanceCompletion(String instanceId, +public WorkflowInstanceStatus waitForInstanceCompletion(String instanceId, Duration timeout, boolean getInputsAndOutputs) throws TimeoutException
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.

    A "completed" workflow instance is any instance in one of the terminal states. For example, the @@ -426,18 +460,6 @@ implements -

    createTaskHub

    -
    public void createTaskHub(boolean recreateIfExists)
    -
    -
  • -
  • -
    -

    deleteTaskHub

    -
    public void deleteTaskHub()
    -
    -
  • -
  • close

    @@ -71,94 +71,59 @@ loadScripts(document, 'script');
    -

    Class WorkflowFailureDetails

    -
    -
    java.lang.Object -
    io.dapr.workflows.client.WorkflowFailureDetails
    +

    Interface WorkflowFailureDetails

    +
    +
    All Known Implementing Classes:
    +
    DefaultWorkflowFailureDetails
    +

    -
    public class WorkflowFailureDetails -extends Object
    +
    public interface WorkflowFailureDetails
    Represents a workflow failure details.
      - -
    • -
      -

      Constructor Details

      -
        -
      • -
        -

        WorkflowFailureDetails

        -
        public WorkflowFailureDetails(com.microsoft.durabletask.FailureDetails failureDetails)
        -
        Class constructor.
        -
        -
        Parameters:
        -
        failureDetails - failure Details
        -
        -
        -
      • -
      -
      -
    • @@ -167,7 +132,7 @@ loadScripts(document, 'script');
    • getErrorType

      -
      public String getErrorType()
      +
      String getErrorType()
      Gets the error type, which is the namespace-qualified exception type name.
      Returns:
      @@ -178,7 +143,7 @@ loadScripts(document, 'script');
    • getErrorMessage

      -
      public String getErrorMessage()
      +
      String getErrorMessage()
      Gets the error message.
      Returns:
      @@ -189,7 +154,7 @@ loadScripts(document, 'script');
    • getStackTrace

      -
      public String getStackTrace()
      +
      String getStackTrace()
      Gets the stack trace.
      Returns:
      @@ -198,12 +163,15 @@ loadScripts(document, 'script');
    • -
      -

      toString

      -
      public String toString()
      +
      +

      isCausedBy

      +
      default boolean isCausedBy(Class<? extends Exception> exceptionClass)
      +
      Checks whether the failure was caused by the provided exception class.
      -
      Overrides:
      -
      toString in class Object
      +
      Parameters:
      +
      exceptionClass - the exception class to check
      +
      Returns:
      +
      true if the failure was caused by the provided exception class
    • diff --git a/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html b/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html index 7d0599736..1346de811 100644 --- a/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html +++ b/docs/io/dapr/workflows/client/WorkflowInstanceStatus.html @@ -1,12 +1,12 @@ - -WorkflowInstanceStatus (dapr-sdk-parent 1.14.1 API) + +WorkflowInstanceStatus (dapr-sdk-parent 1.15.0 API) - - + + @@ -48,13 +48,13 @@ loadScripts(document, 'script');
    • Summary: 
    • Nested | 
    • Field | 
    • -
    • Constr | 
    • +
    • Constr | 
    • Method
  • @@ -71,146 +71,103 @@ loadScripts(document, 'script');
    -

    Class WorkflowInstanceStatus

    -
    -
    java.lang.Object -
    io.dapr.workflows.client.WorkflowInstanceStatus
    +

    Interface WorkflowInstanceStatus

    +
    +
    All Known Implementing Classes:
    +
    DefaultWorkflowInstanceStatus
    +

    -
    public class WorkflowInstanceStatus -extends Object
    +
    public interface WorkflowInstanceStatus
    Represents a snapshot of a workflow instance's current state, including metadata.
      - -
    • -
      -

      Constructor Details

      -
        -
      • -
        -

        WorkflowInstanceStatus

        -
        public WorkflowInstanceStatus(com.microsoft.durabletask.OrchestrationMetadata orchestrationMetadata)
        -
        Class constructor.
        -
        -
        Parameters:
        -
        orchestrationMetadata - Durable task orchestration metadata
        -
        -
        -
      • -
      -
      -
    • @@ -219,7 +176,7 @@ loadScripts(document, 'script');
    • getName

      -
      public String getName()
      +
      String getName()
      Gets the name of the workflow.
      Returns:
      @@ -230,7 +187,7 @@ loadScripts(document, 'script');
    • getInstanceId

      -
      public String getInstanceId()
      +
      String getInstanceId()
      Gets the unique ID of the workflow instance.
      Returns:
      @@ -241,7 +198,7 @@ loadScripts(document, 'script');
    • getRuntimeStatus

      -
      public WorkflowRuntimeStatus getRuntimeStatus()
      +
      WorkflowRuntimeStatus getRuntimeStatus()
      Gets the current runtime status of the workflow instance at the time this object was fetched.
      @@ -253,7 +210,7 @@ loadScripts(document, 'script');
    • getCreatedAt

      -
      public Instant getCreatedAt()
      +
      Instant getCreatedAt()
      Gets the workflow instance's creation time in UTC.
      Returns:
      @@ -264,7 +221,7 @@ loadScripts(document, 'script');
    • getLastUpdatedAt

      -
      public Instant getLastUpdatedAt()
      +
      Instant getLastUpdatedAt()
      Gets the workflow instance's last updated time in UTC.
      Returns:
      @@ -275,7 +232,7 @@ loadScripts(document, 'script');
    • getSerializedInput

      -
      public String getSerializedInput()
      +
      String getSerializedInput()
      Gets the workflow instance's serialized input, if any, as a string value.
      Returns:
      @@ -286,7 +243,7 @@ loadScripts(document, 'script');
    • getSerializedOutput

      -
      public String getSerializedOutput()
      +
      String getSerializedOutput()
      Gets the workflow instance's serialized output, if any, as a string value.
      Returns:
      @@ -298,11 +255,11 @@ loadScripts(document, 'script');

      getFailureDetails

      @Nullable -public WorkflowFailureDetails getFailureDetails()
      +WorkflowFailureDetails getFailureDetails()
  • Gets the failure details, if any, for the failed workflow instance.

    This method returns data only if the workflow is in the - OrchestrationRuntimeStatus.FAILED state, + WorkflowFailureDetails failureDetails, and only if this instance metadata was fetched with the option to include output data.

    @@ -314,7 +271,7 @@ loadScripts(document, 'script');
  • isRunning

    -
    public boolean isRunning()
    +
    boolean isRunning()
    Gets a value indicating whether the workflow instance was running at the time this object was fetched.
    @@ -326,14 +283,14 @@ loadScripts(document, 'script');
  • isCompleted

    -
    public boolean isCompleted()
    +
    boolean isCompleted()
    Gets a value indicating whether the workflow instance was completed at the time this object was fetched.

    A workflow instance is considered completed when its runtime status value is - WorkflowRuntimeStatus.COMPLETED, - WorkflowRuntimeStatus.FAILED, or - WorkflowRuntimeStatus.TERMINATED.

    + WorkflowRuntimeStatus.COMPLETED, + WorkflowRuntimeStatus.FAILED, or + WorkflowRuntimeStatus.TERMINATED.
  • Returns:
    true if the workflow was in a terminal state; otherwise false
    @@ -343,7 +300,7 @@ loadScripts(document, 'script');
  • readInputAs

    -
    public <T> T readInputAs(Class<T> type)
    +
    <T> T readInputAs(Class<T> type)
    Deserializes the workflow's input into an object of the specified type.

    Deserialization is performed using the DataConverter that was @@ -366,7 +323,7 @@ loadScripts(document, 'script');

  • readOutputAs

    -
    public <T> T readOutputAs(Class<T> type)
    +
    <T> T readOutputAs(Class<T> type)
    Deserializes the workflow's output into an object of the specified type.

    Deserialization is performed using the DataConverter that was @@ -386,20 +343,6 @@ loadScripts(document, 'script');

  • -
  • -
    -

    toString

    -
    public String toString()
    -
    Generates a user-friendly string representation of the current metadata - object.
    -
    -
    Overrides:
    -
    toString in class Object
    -
    Returns:
    -
    a user-friendly string representation of the current metadata object
    -
    -
    -
  • diff --git a/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html b/docs/io/dapr/workflows/client/class-use/DaprWorkflowClient.html index 1de4db457..2b2dd6d31 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.14.1 API) + +Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-parent 1.15.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 93b2bebc0..c5e97c5ce 100644 --- a/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html +++ b/docs/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html @@ -1,12 +1,12 @@ - -Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-parent 1.14.1 API) + +Uses of Interface io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-parent 1.15.0 API) - - + + @@ -30,7 +30,7 @@ loadScripts(document, 'script');
    +
    +

    Interface Hierarchy

    + +
    +
    +

    Enum Hierarchy

    + diff --git a/docs/io/dapr/workflows/client/package-use.html b/docs/io/dapr/workflows/client/package-use.html index ec355e1c1..e75dada42 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.14.1 API) + +Uses of Package io.dapr.workflows.client (dapr-sdk-parent 1.15.0 API) - + @@ -56,12 +56,29 @@ loadScripts(document, 'script');
  • +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Represents a workflow failure details.
    +
    + +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    + +
    +
    Enum describing the runtime status of a workflow.
    +
  • diff --git a/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html b/docs/io/dapr/workflows/internal/ApiTokenClientInterceptor.html index a16bcd9f9..6e5534562 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.14.1 API) + +ApiTokenClientInterceptor (dapr-sdk-parent 1.15.0 API) - + @@ -96,7 +96,7 @@ implements io.grpc.ClientInterceptor
    Constructor
    Description
    - +
     
    @@ -136,9 +136,9 @@ RespT>
    io.grpc.ClientCall<ReqT,RespT>
  • Constructor Details

    • -
      +

      ApiTokenClientInterceptor

      -
      public ApiTokenClientInterceptor()
      +
      public ApiTokenClientInterceptor(Properties properties)
    diff --git a/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html b/docs/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html index 3d0e398e4..b294f3910 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.14.1 API) + +Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-summary.html b/docs/io/dapr/workflows/internal/package-summary.html index 9d64ff5ba..1f7f5a24f 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.14.1 API) + +io.dapr.workflows.internal (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-tree.html b/docs/io/dapr/workflows/internal/package-tree.html index 98f5bb119..f54a0781e 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.14.1 API) + +io.dapr.workflows.internal Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/internal/package-use.html b/docs/io/dapr/workflows/internal/package-use.html index 66b73b78b..1d5b633b9 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.14.1 API) + +Uses of Package io.dapr.workflows.internal (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/workflows/package-summary.html b/docs/io/dapr/workflows/package-summary.html index 538eba332..cd37c9a64 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.14.1 API) + +io.dapr.workflows (dapr-sdk-parent 1.15.0 API) - + @@ -112,6 +112,10 @@ loadScripts(document, 'script');
     
     
    + +
     
    + +
     
     
    diff --git a/docs/io/dapr/workflows/package-tree.html b/docs/io/dapr/workflows/package-tree.html index 865bb9aa8..f826968b7 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.14.1 API) + +io.dapr.workflows Class Hierarchy (dapr-sdk-parent 1.15.0 API) - + @@ -62,6 +62,7 @@ loadScripts(document, 'script');
  • java.lang.Object @@ -76,6 +77,7 @@ loadScripts(document, 'script');
  • io.dapr.workflows.WorkflowActivityContext
  • io.dapr.workflows.WorkflowContext
  • io.dapr.workflows.WorkflowStub
  • +
  • io.dapr.workflows.WorkflowTaskRetryHandler
  • diff --git a/docs/io/dapr/workflows/package-use.html b/docs/io/dapr/workflows/package-use.html index 983ca9752..aa59142b1 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.14.1 API) + +Uses of Package io.dapr.workflows (dapr-sdk-parent 1.15.0 API) - + @@ -83,6 +83,10 @@ loadScripts(document, 'script');
     
     
    + +
     
    + +
     
     
    diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntime.html b/docs/io/dapr/workflows/runtime/WorkflowRuntime.html index 035208b08..91a9485a2 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.14.1 API) + +WorkflowRuntime (dapr-sdk-parent 1.15.0 API) - + @@ -97,8 +97,12 @@ implements
    Constructor
    Description
    -
    WorkflowRuntime(com.microsoft.durabletask.DurableTaskGrpcWorker worker)
    -
     
    +
    WorkflowRuntime(io.dapr.durabletask.DurableTaskGrpcWorker worker, + io.grpc.ManagedChannel managedChannel, + ExecutorService executorService)
    +
    +
    Constructor.
    +
  • @@ -144,9 +148,18 @@ implements
  • -
    +

    WorkflowRuntime

    -
    public WorkflowRuntime(com.microsoft.durabletask.DurableTaskGrpcWorker worker)
    +
    +
    Constructor.
    +
    +
    Parameters:
    +
    worker - grpcWorker processing activities.
    +
    managedChannel - grpc channel.
    +
    executorService - executor service responsible for running the threads.
    +
  • diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html b/docs/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html index 56b939829..b92b6b40f 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.14.1 API) + +WorkflowRuntimeBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -140,6 +140,11 @@ loadScripts(document, 'script');
    Registers a Workflow object.
    + + +
    +
    Register Executor Service to use with workflow.
    +
    @@ -201,6 +206,19 @@ loadScripts(document, 'script');
  • +
    +

    withExecutorService

    +
    public WorkflowRuntimeBuilder withExecutorService(ExecutorService executorService)
    +
    Register Executor Service to use with workflow.
    +
    +
    Parameters:
    +
    executorService - to be used.
    +
    Returns:
    +
    WorkflowRuntimeBuilder.
    +
    +
    +
  • +
  • registerWorkflow

    public <T extends Workflow> WorkflowRuntimeBuilder registerWorkflow(Class<T> clazz)
    diff --git a/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html b/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html deleted file mode 100644 index 13f3a733f..000000000 --- a/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - -WorkflowRuntimeStatus (dapr-sdk-parent 1.14.1 API) - - - - - - - - - - - - - - - -
    - -
    -
    - -
    - -

    Enum WorkflowRuntimeStatus

    -
    -
    java.lang.Object -
    java.lang.Enum<WorkflowRuntimeStatus> -
    io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    -
    -
    -
    All Implemented Interfaces:
    -
    Serializable, Comparable<WorkflowRuntimeStatus>
    -
    -
    -
    public enum WorkflowRuntimeStatus -extends Enum<WorkflowRuntimeStatus>
    -
    Enum describing the runtime status of a workflow.
    -
    -
    - -
    -
    -
      - -
    • -
      -

      Enum Constant Details

      -
        -
      • -
        -

        RUNNING

        -
        public static final WorkflowRuntimeStatus RUNNING
        -
        The workflow started running.
        -
        -
      • -
      • -
        -

        COMPLETED

        -
        public static final WorkflowRuntimeStatus COMPLETED
        -
        The workflow completed normally.
        -
        -
      • -
      • -
        -

        CONTINUED_AS_NEW

        -
        public static final WorkflowRuntimeStatus CONTINUED_AS_NEW
        -
        The workflow is continued as new.
        -
        -
      • -
      • -
        -

        FAILED

        -
        public static final WorkflowRuntimeStatus FAILED
        -
        The workflow completed with an unhandled exception.
        -
        -
      • -
      • -
        -

        CANCELED

        -
        public static final WorkflowRuntimeStatus CANCELED
        -
        The workflow was abruptly cancelled via a management API call.
        -
        -
      • -
      • -
        -

        TERMINATED

        -
        public static final WorkflowRuntimeStatus TERMINATED
        -
        The workflow was abruptly terminated via a management API call.
        -
        -
      • -
      • -
        -

        PENDING

        -
        public static final WorkflowRuntimeStatus PENDING
        -
        The workflow was scheduled but hasn't started running.
        -
        -
      • -
      • -
        -

        SUSPENDED

        -
        public static final WorkflowRuntimeStatus SUSPENDED
        -
        The workflow was suspended.
        -
        -
      • -
      -
      -
    • - -
    • -
      -

      Method Details

      -
        -
      • -
        -

        values

        -
        public static WorkflowRuntimeStatus[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared.
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
        -
      • -
      • -
        -

        valueOf

        -
        public static WorkflowRuntimeStatus valueOf(String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (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 type has no constant with the specified name
        -
        NullPointerException - if the argument is null
        -
        -
        -
      • -
      • -
        -

        fromOrchestrationRuntimeStatus

        -
        public static WorkflowRuntimeStatus fromOrchestrationRuntimeStatus(com.microsoft.durabletask.OrchestrationRuntimeStatus status)
        -
        Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.
        -
        -
        Parameters:
        -
        status - The OrchestrationRuntimeStatus to convert to WorkflowRuntimeStatus.
        -
        Returns:
        -
        The runtime status of the workflow.
        -
        -
        -
      • -
      • -
        -

        toOrchestrationRuntimeStatus

        -
        public static com.microsoft.durabletask.OrchestrationRuntimeStatus toOrchestrationRuntimeStatus(WorkflowRuntimeStatus status)
        -
        Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
        -
        -
        Parameters:
        -
        status - The OrchestrationRuntimeStatus to convert to WorkflowRuntimeStatus.
        -
        Returns:
        -
        The runtime status of the Orchestration.
        -
        -
        -
      • -
      • -
        -

        toOrchestrationRuntimeStatus

        -
        public static List<com.microsoft.durabletask.OrchestrationRuntimeStatus> toOrchestrationRuntimeStatus(List<WorkflowRuntimeStatus> statuses)
        -
        Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
        -
        -
        Parameters:
        -
        statuses - The list of orchestrationRuntimeStatus to convert to a list of WorkflowRuntimeStatuses.
        -
        Returns:
        -
        The list runtime status of the Orchestration.
        -
        -
        -
      • -
      -
      -
    • -
    -
    - -
    -
    -
    - -
    -
    -
    - - diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html index 55792f585..419c28a0f 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.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-parent 1.15.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 ed8918a4a..9e9c894ba 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.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-parent 1.15.0 API) - + @@ -105,6 +105,11 @@ loadScripts(document, 'script');
    Registers a Workflow object.
    + +
    WorkflowRuntimeBuilder.withExecutorService(ExecutorService executorService)
    +
    +
    Register Executor Service to use with workflow.
    +
  • diff --git a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html b/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html deleted file mode 100644 index 4f11b4617..000000000 --- a/docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - -Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-parent 1.14.1 API) - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Uses of Enum
    io.dapr.workflows.runtime.WorkflowRuntimeStatus

    -
    -
    Packages that use WorkflowRuntimeStatus
    -
    -
    Package
    -
    Description
    - -
     
    - -
     
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    - - diff --git a/docs/io/dapr/workflows/runtime/package-summary.html b/docs/io/dapr/workflows/runtime/package-summary.html index 28d2048c4..9740e0b75 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.14.1 API) + +io.dapr.workflows.runtime (dapr-sdk-parent 1.15.0 API) - + @@ -16,11 +16,7 @@ -