From c50b1d68a3b1118140ed5b1b5c71b17056bbd6df Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Thu, 14 Aug 2025 13:29:40 -0500 Subject: [PATCH 1/4] [master] Unblock Release (#1500) * tweak test to pass consistently Signed-off-by: Cassandra Coyle * cleanup import Signed-off-by: Cassandra Coyle --------- Signed-off-by: Cassandra Coyle --- .../src/test/java/io/dapr/it/binding/http/BindingIT.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk-tests/src/test/java/io/dapr/it/binding/http/BindingIT.java b/sdk-tests/src/test/java/io/dapr/it/binding/http/BindingIT.java index 8b104f0d8..2bdf7bb3c 100644 --- a/sdk-tests/src/test/java/io/dapr/it/binding/http/BindingIT.java +++ b/sdk-tests/src/test/java/io/dapr/it/binding/http/BindingIT.java @@ -75,8 +75,10 @@ public class BindingIT extends BaseIT { assertEquals(404, e.getHttpStatusCode()); // The HTTP binding must set `errorIfNot2XX` to false in component metadata for the error payload to be // consistent between HTTP and gRPC. - assertTrue(new String(e.getPayload()).contains("\"message\":\"Not Found\"")); - assertTrue(new String(e.getPayload()).contains("\"documentation_url\":\"https://docs.github.com/rest\"")); + assertTrue(new String(e.getPayload()).contains("message")); + assertTrue(new String(e.getPayload()).contains("Not Found")); + assertTrue(new String(e.getPayload()).contains("documentation_url")); + assertTrue(new String(e.getPayload()).contains("https://docs.github.com/rest")); } }, 10000); } From eb7cfcc5a765aefebf522a9bb18e33b7779fd229 Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Thu, 14 Aug 2025 16:00:45 -0500 Subject: [PATCH 2/4] Generate updated javadocs for 1.15.0 (#1501) Signed-off-by: Dapr Bot Co-authored-by: Dapr Bot --- README.md | 12 +- daprdocs/content/en/java-sdk-docs/_index.md | 14 +- .../en/java-sdk-docs/spring-boot/_index.md | 4 +- docs/allclasses-index.html | 1094 ++++--- docs/allpackages-index.html | 6 +- docs/constant-values.html | 122 +- docs/dapr-sdk-workflows/allclasses-index.html | 43 +- .../dapr-sdk-workflows/allpackages-index.html | 6 +- docs/dapr-sdk-workflows/help-doc.html | 6 +- docs/dapr-sdk-workflows/index-all.html | 253 +- docs/dapr-sdk-workflows/index.html | 8 +- .../io/dapr/workflows/Workflow.html | 6 +- .../io/dapr/workflows/WorkflowContext.html | 122 +- .../io/dapr/workflows/WorkflowStub.html | 6 +- .../io/dapr/workflows/class-use/Workflow.html | 6 +- .../workflows/class-use/WorkflowContext.html | 6 +- .../workflows/class-use/WorkflowStub.html | 6 +- .../workflows/client/DaprWorkflowClient.html | 108 +- .../client/WorkflowFailureDetails.html | 108 +- .../client/WorkflowInstanceStatus.html | 187 +- .../client/class-use/DaprWorkflowClient.html | 6 +- .../class-use/WorkflowFailureDetails.html | 85 +- .../class-use/WorkflowInstanceStatus.html | 47 +- .../workflows/client/package-summary.html | 28 +- .../dapr/workflows/client/package-tree.html | 29 +- .../io/dapr/workflows/client/package-use.html | 51 +- .../internal/ApiTokenClientInterceptor.html | 12 +- .../class-use/ApiTokenClientInterceptor.html | 6 +- .../workflows/internal/package-summary.html | 6 +- .../dapr/workflows/internal/package-tree.html | 6 +- .../dapr/workflows/internal/package-use.html | 6 +- .../io/dapr/workflows/package-summary.html | 10 +- .../io/dapr/workflows/package-tree.html | 8 +- .../io/dapr/workflows/package-use.html | 10 +- .../workflows/runtime/WorkflowRuntime.html | 27 +- .../runtime/WorkflowRuntimeBuilder.html | 24 +- .../runtime/WorkflowRuntimeStatus.html | 340 --- .../runtime/class-use/WorkflowRuntime.html | 6 +- .../class-use/WorkflowRuntimeBuilder.html | 11 +- .../class-use/WorkflowRuntimeStatus.html | 141 - .../workflows/runtime/package-summary.html | 31 +- .../dapr/workflows/runtime/package-tree.html | 27 +- .../dapr/workflows/runtime/package-use.html | 22 +- .../dapr-sdk-workflows/member-search-index.js | 2 +- docs/dapr-sdk-workflows/overview-summary.html | 6 +- docs/dapr-sdk-workflows/overview-tree.html | 21 +- docs/dapr-sdk-workflows/project-reports.html | 6 +- docs/dapr-sdk-workflows/type-search-index.js | 2 +- docs/deprecated-list.html | 86 +- docs/help-doc.html | 6 +- docs/index-all.html | 2608 ++++++++++++++++- docs/index.html | 8 +- docs/io/dapr/Rule.html | 6 +- docs/io/dapr/Topic.html | 6 +- docs/io/dapr/actors/ActorId.html | 6 +- docs/io/dapr/actors/ActorMethod.html | 6 +- docs/io/dapr/actors/ActorTrace.html | 6 +- docs/io/dapr/actors/ActorType.html | 6 +- docs/io/dapr/actors/ActorUtils.html | 6 +- docs/io/dapr/actors/class-use/ActorId.html | 6 +- .../io/dapr/actors/class-use/ActorMethod.html | 6 +- docs/io/dapr/actors/class-use/ActorTrace.html | 6 +- docs/io/dapr/actors/class-use/ActorType.html | 6 +- docs/io/dapr/actors/class-use/ActorUtils.html | 6 +- docs/io/dapr/actors/client/ActorClient.html | 6 +- docs/io/dapr/actors/client/ActorProxy.html | 6 +- .../dapr/actors/client/ActorProxyBuilder.html | 6 +- .../actors/client/class-use/ActorClient.html | 6 +- .../actors/client/class-use/ActorProxy.html | 6 +- .../client/class-use/ActorProxyBuilder.html | 6 +- .../dapr/actors/client/package-summary.html | 6 +- docs/io/dapr/actors/client/package-tree.html | 6 +- docs/io/dapr/actors/client/package-use.html | 6 +- docs/io/dapr/actors/package-summary.html | 6 +- docs/io/dapr/actors/package-tree.html | 6 +- docs/io/dapr/actors/package-use.html | 6 +- .../io/dapr/actors/runtime/AbstractActor.html | 6 +- docs/io/dapr/actors/runtime/ActorFactory.html | 6 +- .../actors/runtime/ActorMethodContext.html | 6 +- .../actors/runtime/ActorObjectSerializer.html | 8 +- docs/io/dapr/actors/runtime/ActorRuntime.html | 6 +- .../actors/runtime/ActorRuntimeConfig.html | 6 +- .../actors/runtime/ActorRuntimeContext.html | 6 +- .../dapr/actors/runtime/ActorStateChange.html | 6 +- .../actors/runtime/ActorStateChangeKind.html | 6 +- .../actors/runtime/ActorStateManager.html | 6 +- .../dapr/actors/runtime/ActorTypeConfig.html | 6 +- docs/io/dapr/actors/runtime/Remindable.html | 6 +- .../runtime/class-use/AbstractActor.html | 6 +- .../runtime/class-use/ActorFactory.html | 6 +- .../runtime/class-use/ActorMethodContext.html | 6 +- .../class-use/ActorObjectSerializer.html | 6 +- .../runtime/class-use/ActorRuntime.html | 6 +- .../runtime/class-use/ActorRuntimeConfig.html | 6 +- .../class-use/ActorRuntimeContext.html | 6 +- .../runtime/class-use/ActorStateChange.html | 6 +- .../class-use/ActorStateChangeKind.html | 6 +- .../runtime/class-use/ActorStateManager.html | 6 +- .../runtime/class-use/ActorTypeConfig.html | 6 +- .../actors/runtime/class-use/Remindable.html | 6 +- .../dapr/actors/runtime/package-summary.html | 6 +- docs/io/dapr/actors/runtime/package-tree.html | 6 +- docs/io/dapr/actors/runtime/package-use.html | 6 +- docs/io/dapr/class-use/Rule.html | 6 +- docs/io/dapr/class-use/Topic.html | 6 +- docs/io/dapr/client/DaprClient.html | 6 +- docs/io/dapr/client/DaprClientBuilder.html | 6 +- docs/io/dapr/client/DaprClientImpl.html | 399 +-- docs/io/dapr/client/DaprHttp.HttpMethods.html | 6 +- docs/io/dapr/client/DaprHttp.Response.html | 6 +- docs/io/dapr/client/DaprHttp.html | 6 +- docs/io/dapr/client/DaprHttpBuilder.html | 6 +- docs/io/dapr/client/DaprPreviewClient.html | 159 +- docs/io/dapr/client/Headers.html | 6 +- docs/io/dapr/client/ObjectSerializer.html | 29 +- docs/io/dapr/client/class-use/DaprClient.html | 6 +- .../client/class-use/DaprClientBuilder.html | 24 +- .../dapr/client/class-use/DaprClientImpl.html | 6 +- .../class-use/DaprHttp.HttpMethods.html | 6 +- .../client/class-use/DaprHttp.Response.html | 6 +- docs/io/dapr/client/class-use/DaprHttp.html | 6 +- .../client/class-use/DaprHttpBuilder.html | 6 +- .../client/class-use/DaprPreviewClient.html | 6 +- docs/io/dapr/client/class-use/Headers.html | 6 +- .../client/class-use/ObjectSerializer.html | 13 +- docs/io/dapr/client/domain/ActorMetadata.html | 6 +- ...AppConnectionPropertiesHealthMetadata.html | 6 +- .../AppConnectionPropertiesMetadata.html | 6 +- .../dapr/client/domain/BulkPublishEntry.html | 6 +- .../client/domain/BulkPublishRequest.html | 6 +- .../client/domain/BulkPublishResponse.html | 6 +- .../BulkPublishResponseFailedEntry.html | 6 +- .../domain/BulkSubscribeAppResponse.html | 6 +- .../domain/BulkSubscribeAppResponseEntry.html | 6 +- .../BulkSubscribeAppResponseStatus.html | 6 +- .../client/domain/BulkSubscribeMessage.html | 6 +- .../domain/BulkSubscribeMessageEntry.html | 6 +- docs/io/dapr/client/domain/CloudEvent.html | 6 +- .../dapr/client/domain/ComponentMetadata.html | 6 +- .../dapr/client/domain/ConfigurationItem.html | 6 +- docs/io/dapr/client/domain/DaprMetadata.html | 6 +- .../client/domain/DeleteStateRequest.html | 6 +- .../ExecuteStateTransactionRequest.html | 6 +- .../client/domain/GetBulkSecretRequest.html | 6 +- .../client/domain/GetBulkStateRequest.html | 6 +- .../domain/GetConfigurationRequest.html | 6 +- .../dapr/client/domain/GetSecretRequest.html | 6 +- .../dapr/client/domain/GetStateRequest.html | 6 +- .../client/domain/HttpEndpointMetadata.html | 6 +- docs/io/dapr/client/domain/HttpExtension.html | 6 +- .../client/domain/InvokeBindingRequest.html | 6 +- .../client/domain/InvokeMethodRequest.html | 6 +- docs/io/dapr/client/domain/LockRequest.html | 6 +- docs/io/dapr/client/domain/Metadata.html | 6 +- .../client/domain/PublishEventRequest.html | 6 +- .../io/dapr/client/domain/QueryStateItem.html | 6 +- .../dapr/client/domain/QueryStateRequest.html | 6 +- .../client/domain/QueryStateResponse.html | 6 +- docs/io/dapr/client/domain/RuleMetadata.html | 6 +- .../dapr/client/domain/SaveStateRequest.html | 6 +- docs/io/dapr/client/domain/State.html | 6 +- .../domain/StateOptions.Concurrency.html | 6 +- .../domain/StateOptions.Consistency.html | 6 +- ...tions.StateOptionDurationDeserializer.html | 6 +- ...Options.StateOptionDurationSerializer.html | 6 +- docs/io/dapr/client/domain/StateOptions.html | 6 +- .../domain/SubscribeConfigurationRequest.html | 6 +- .../SubscribeConfigurationResponse.html | 6 +- .../client/domain/SubscriptionMetadata.html | 6 +- ...sactionalStateOperation.OperationType.html | 6 +- .../domain/TransactionalStateOperation.html | 6 +- .../domain/TransactionalStateRequest.html | 6 +- docs/io/dapr/client/domain/UnlockRequest.html | 6 +- .../client/domain/UnlockResponseStatus.html | 6 +- .../UnsubscribeConfigurationRequest.html | 6 +- .../UnsubscribeConfigurationResponse.html | 6 +- .../domain/class-use/ActorMetadata.html | 6 +- ...AppConnectionPropertiesHealthMetadata.html | 6 +- .../AppConnectionPropertiesMetadata.html | 6 +- .../domain/class-use/BulkPublishEntry.html | 6 +- .../domain/class-use/BulkPublishRequest.html | 6 +- .../domain/class-use/BulkPublishResponse.html | 6 +- .../BulkPublishResponseFailedEntry.html | 6 +- .../class-use/BulkSubscribeAppResponse.html | 6 +- .../BulkSubscribeAppResponseEntry.html | 6 +- .../BulkSubscribeAppResponseStatus.html | 6 +- .../class-use/BulkSubscribeMessage.html | 6 +- .../class-use/BulkSubscribeMessageEntry.html | 6 +- .../client/domain/class-use/CloudEvent.html | 6 +- .../domain/class-use/ComponentMetadata.html | 6 +- .../domain/class-use/ConfigurationItem.html | 6 +- .../client/domain/class-use/DaprMetadata.html | 6 +- .../domain/class-use/DeleteStateRequest.html | 6 +- .../ExecuteStateTransactionRequest.html | 6 +- .../class-use/GetBulkSecretRequest.html | 6 +- .../domain/class-use/GetBulkStateRequest.html | 6 +- .../class-use/GetConfigurationRequest.html | 6 +- .../domain/class-use/GetSecretRequest.html | 6 +- .../domain/class-use/GetStateRequest.html | 6 +- .../class-use/HttpEndpointMetadata.html | 6 +- .../domain/class-use/HttpExtension.html | 6 +- .../class-use/InvokeBindingRequest.html | 6 +- .../domain/class-use/InvokeMethodRequest.html | 6 +- .../client/domain/class-use/LockRequest.html | 6 +- .../client/domain/class-use/Metadata.html | 6 +- .../domain/class-use/PublishEventRequest.html | 6 +- .../domain/class-use/QueryStateItem.html | 6 +- .../domain/class-use/QueryStateRequest.html | 6 +- .../domain/class-use/QueryStateResponse.html | 6 +- .../client/domain/class-use/RuleMetadata.html | 6 +- .../domain/class-use/SaveStateRequest.html | 6 +- .../dapr/client/domain/class-use/State.html | 6 +- .../class-use/StateOptions.Concurrency.html | 6 +- .../class-use/StateOptions.Consistency.html | 6 +- ...tions.StateOptionDurationDeserializer.html | 6 +- ...Options.StateOptionDurationSerializer.html | 6 +- .../client/domain/class-use/StateOptions.html | 6 +- .../SubscribeConfigurationRequest.html | 6 +- .../SubscribeConfigurationResponse.html | 6 +- .../class-use/SubscriptionMetadata.html | 6 +- ...sactionalStateOperation.OperationType.html | 6 +- .../TransactionalStateOperation.html | 6 +- .../class-use/TransactionalStateRequest.html | 6 +- .../domain/class-use/UnlockRequest.html | 6 +- .../class-use/UnlockResponseStatus.html | 6 +- .../UnsubscribeConfigurationRequest.html | 6 +- .../UnsubscribeConfigurationResponse.html | 6 +- .../dapr/client/domain/package-summary.html | 143 +- docs/io/dapr/client/domain/package-tree.html | 15 +- docs/io/dapr/client/domain/package-use.html | 146 +- .../dapr/client/domain/query/Pagination.html | 6 +- docs/io/dapr/client/domain/query/Query.html | 6 +- .../client/domain/query/Sorting.Order.html | 6 +- docs/io/dapr/client/domain/query/Sorting.html | 6 +- .../domain/query/class-use/Pagination.html | 6 +- .../client/domain/query/class-use/Query.html | 6 +- .../domain/query/class-use/Sorting.Order.html | 6 +- .../domain/query/class-use/Sorting.html | 6 +- .../domain/query/filters/AndFilter.html | 6 +- .../client/domain/query/filters/EqFilter.html | 6 +- .../client/domain/query/filters/Filter.html | 6 +- .../client/domain/query/filters/InFilter.html | 6 +- .../client/domain/query/filters/OrFilter.html | 6 +- .../query/filters/class-use/AndFilter.html | 6 +- .../query/filters/class-use/EqFilter.html | 6 +- .../query/filters/class-use/Filter.html | 6 +- .../query/filters/class-use/InFilter.html | 6 +- .../query/filters/class-use/OrFilter.html | 6 +- .../domain/query/filters/package-summary.html | 6 +- .../domain/query/filters/package-tree.html | 6 +- .../domain/query/filters/package-use.html | 6 +- .../client/domain/query/package-summary.html | 6 +- .../client/domain/query/package-tree.html | 6 +- .../dapr/client/domain/query/package-use.html | 6 +- docs/io/dapr/client/package-summary.html | 6 +- docs/io/dapr/client/package-tree.html | 6 +- docs/io/dapr/client/package-use.html | 26 +- .../client/resiliency/ResiliencyOptions.html | 6 +- .../class-use/ResiliencyOptions.html | 6 +- .../client/resiliency/package-summary.html | 6 +- .../dapr/client/resiliency/package-tree.html | 6 +- .../dapr/client/resiliency/package-use.html | 6 +- docs/io/dapr/config/BooleanProperty.html | 6 +- docs/io/dapr/config/GenericProperty.html | 6 +- docs/io/dapr/config/IntegerProperty.html | 6 +- .../config/MillisecondsDurationProperty.html | 6 +- docs/io/dapr/config/Properties.html | 131 +- docs/io/dapr/config/Property.html | 8 +- docs/io/dapr/config/StringProperty.html | 6 +- .../config/class-use/BooleanProperty.html | 6 +- .../config/class-use/GenericProperty.html | 6 +- .../config/class-use/IntegerProperty.html | 6 +- .../MillisecondsDurationProperty.html | 6 +- docs/io/dapr/config/class-use/Properties.html | 44 +- docs/io/dapr/config/class-use/Property.html | 67 +- .../dapr/config/class-use/StringProperty.html | 6 +- docs/io/dapr/config/package-summary.html | 12 +- docs/io/dapr/config/package-tree.html | 7 +- docs/io/dapr/config/package-use.html | 40 +- docs/io/dapr/exceptions/DaprError.html | 6 +- .../DaprErrorDetails.ErrorDetailType.html | 6 +- docs/io/dapr/exceptions/DaprErrorDetails.html | 6 +- docs/io/dapr/exceptions/DaprException.html | 6 +- .../dapr/exceptions/class-use/DaprError.html | 6 +- .../DaprErrorDetails.ErrorDetailType.html | 6 +- .../class-use/DaprErrorDetails.html | 6 +- .../exceptions/class-use/DaprException.html | 6 +- docs/io/dapr/exceptions/package-summary.html | 6 +- docs/io/dapr/exceptions/package-tree.html | 6 +- docs/io/dapr/exceptions/package-use.html | 6 +- .../grpc/DaprClientGrpcInterceptors.html | 6 +- .../class-use/DaprClientGrpcInterceptors.html | 6 +- .../interceptors/DaprApiTokenInterceptor.html | 6 +- .../interceptors/DaprAppIdInterceptor.html | 6 +- .../interceptors/DaprTimeoutInterceptor.html | 6 +- .../interceptors/DaprTracingInterceptor.html | 6 +- .../class-use/DaprApiTokenInterceptor.html | 6 +- .../class-use/DaprAppIdInterceptor.html | 6 +- .../class-use/DaprTimeoutInterceptor.html | 6 +- .../class-use/DaprTracingInterceptor.html | 6 +- .../grpc/interceptors/package-summary.html | 6 +- .../grpc/interceptors/package-tree.html | 6 +- .../grpc/interceptors/package-use.html | 6 +- .../dapr/internal/grpc/package-summary.html | 6 +- docs/io/dapr/internal/grpc/package-tree.html | 6 +- docs/io/dapr/internal/grpc/package-use.html | 6 +- .../dapr/internal/opencensus/GrpcHelper.html | 6 +- .../opencensus/class-use/GrpcHelper.html | 6 +- .../internal/opencensus/package-summary.html | 6 +- .../internal/opencensus/package-tree.html | 6 +- .../dapr/internal/opencensus/package-use.html | 6 +- .../dapr/internal/resiliency/RetryPolicy.html | 6 +- .../internal/resiliency/TimeoutPolicy.html | 6 +- .../resiliency/class-use/RetryPolicy.html | 6 +- .../resiliency/class-use/TimeoutPolicy.html | 6 +- .../internal/resiliency/package-summary.html | 6 +- .../internal/resiliency/package-tree.html | 6 +- .../dapr/internal/resiliency/package-use.html | 6 +- docs/io/dapr/package-summary.html | 6 +- docs/io/dapr/package-tree.html | 6 +- docs/io/dapr/package-use.html | 6 +- .../dapr/serializer/DaprObjectSerializer.html | 8 +- .../serializer/DefaultObjectSerializer.html | 8 +- .../class-use/DaprObjectSerializer.html | 13 +- .../class-use/DefaultObjectSerializer.html | 6 +- docs/io/dapr/serializer/package-summary.html | 16 +- docs/io/dapr/serializer/package-tree.html | 7 +- docs/io/dapr/serializer/package-use.html | 6 +- .../utils/DefaultContentTypeConverter.html | 6 +- docs/io/dapr/utils/DurationUtils.html | 6 +- docs/io/dapr/utils/NetworkUtils.html | 6 +- docs/io/dapr/utils/TypeRef.html | 6 +- docs/io/dapr/utils/Version.html | 6 +- .../DefaultContentTypeConverter.html | 6 +- .../dapr/utils/class-use/DurationUtils.html | 6 +- .../io/dapr/utils/class-use/NetworkUtils.html | 6 +- docs/io/dapr/utils/class-use/TypeRef.html | 6 +- docs/io/dapr/utils/class-use/Version.html | 6 +- docs/io/dapr/utils/package-summary.html | 6 +- docs/io/dapr/utils/package-tree.html | 6 +- docs/io/dapr/utils/package-use.html | 6 +- ...lphaGrpc.AppCallbackAlphaBlockingStub.html | 6 +- ...kAlphaGrpc.AppCallbackAlphaFutureStub.html | 6 +- ...ackAlphaGrpc.AppCallbackAlphaImplBase.html | 6 +- ...allbackAlphaGrpc.AppCallbackAlphaStub.html | 6 +- .../v1/AppCallbackAlphaGrpc.AsyncService.html | 6 +- docs/io/dapr/v1/AppCallbackAlphaGrpc.html | 6 +- ...pCallbackGrpc.AppCallbackBlockingStub.html | 6 +- ...AppCallbackGrpc.AppCallbackFutureStub.html | 6 +- .../AppCallbackGrpc.AppCallbackImplBase.html | 6 +- .../v1/AppCallbackGrpc.AppCallbackStub.html | 6 +- .../dapr/v1/AppCallbackGrpc.AsyncService.html | 6 +- docs/io/dapr/v1/AppCallbackGrpc.html | 6 +- ...pc.AppCallbackHealthCheckBlockingStub.html | 6 +- ...Grpc.AppCallbackHealthCheckFutureStub.html | 6 +- ...ckGrpc.AppCallbackHealthCheckImplBase.html | 6 +- ...hCheckGrpc.AppCallbackHealthCheckStub.html | 6 +- ...pCallbackHealthCheckGrpc.AsyncService.html | 6 +- .../dapr/v1/AppCallbackHealthCheckGrpc.html | 6 +- ...ommonProtos.ConfigurationItem.Builder.html | 6 +- .../v1/CommonProtos.ConfigurationItem.html | 6 +- ...mmonProtos.ConfigurationItemOrBuilder.html | 6 +- .../io/dapr/v1/CommonProtos.Etag.Builder.html | 6 +- docs/io/dapr/v1/CommonProtos.Etag.html | 6 +- .../dapr/v1/CommonProtos.EtagOrBuilder.html | 6 +- .../CommonProtos.HTTPExtension.Builder.html | 8 +- .../v1/CommonProtos.HTTPExtension.Verb.html | 6 +- .../dapr/v1/CommonProtos.HTTPExtension.html | 8 +- .../CommonProtos.HTTPExtensionOrBuilder.html | 6 +- .../CommonProtos.InvokeRequest.Builder.html | 6 +- .../dapr/v1/CommonProtos.InvokeRequest.html | 6 +- .../CommonProtos.InvokeRequestOrBuilder.html | 6 +- .../CommonProtos.InvokeResponse.Builder.html | 6 +- .../dapr/v1/CommonProtos.InvokeResponse.html | 6 +- .../CommonProtos.InvokeResponseOrBuilder.html | 6 +- .../v1/CommonProtos.StateItem.Builder.html | 6 +- docs/io/dapr/v1/CommonProtos.StateItem.html | 6 +- .../v1/CommonProtos.StateItemOrBuilder.html | 6 +- .../v1/CommonProtos.StateOptions.Builder.html | 6 +- ...nProtos.StateOptions.StateConcurrency.html | 6 +- ...nProtos.StateOptions.StateConsistency.html | 6 +- .../io/dapr/v1/CommonProtos.StateOptions.html | 6 +- .../CommonProtos.StateOptionsOrBuilder.html | 6 +- .../CommonProtos.StreamPayload.Builder.html | 6 +- .../dapr/v1/CommonProtos.StreamPayload.html | 6 +- .../CommonProtos.StreamPayloadOrBuilder.html | 6 +- docs/io/dapr/v1/CommonProtos.html | 6 +- ...ackProtos.BindingEventRequest.Builder.html | 6 +- ...AppCallbackProtos.BindingEventRequest.html | 6 +- ...ckProtos.BindingEventRequestOrBuilder.html | 6 +- ...EventResponse.BindingEventConcurrency.html | 6 +- ...ckProtos.BindingEventResponse.Builder.html | 6 +- ...ppCallbackProtos.BindingEventResponse.html | 6 +- ...kProtos.BindingEventResponseOrBuilder.html | 6 +- ...ackProtos.BulkSubscribeConfig.Builder.html | 6 +- ...AppCallbackProtos.BulkSubscribeConfig.html | 6 +- ...ckProtos.BulkSubscribeConfigOrBuilder.html | 6 +- ...ackProtos.HealthCheckResponse.Builder.html | 6 +- ...AppCallbackProtos.HealthCheckResponse.html | 6 +- ...ckProtos.HealthCheckResponseOrBuilder.html | 6 +- ...allbackProtos.JobEventRequest.Builder.html | 6 +- ...DaprAppCallbackProtos.JobEventRequest.html | 6 +- ...llbackProtos.JobEventRequestOrBuilder.html | 6 +- ...llbackProtos.JobEventResponse.Builder.html | 6 +- ...aprAppCallbackProtos.JobEventResponse.html | 6 +- ...lbackProtos.JobEventResponseOrBuilder.html | 6 +- ...tos.ListInputBindingsResponse.Builder.html | 6 +- ...lbackProtos.ListInputBindingsResponse.html | 6 +- ...os.ListInputBindingsResponseOrBuilder.html | 6 +- ...istTopicSubscriptionsResponse.Builder.html | 6 +- ...Protos.ListTopicSubscriptionsResponse.html | 6 +- ...stTopicSubscriptionsResponseOrBuilder.html | 6 +- ...kProtos.TopicEventBulkRequest.Builder.html | 6 +- ...pCallbackProtos.TopicEventBulkRequest.html | 6 +- ...os.TopicEventBulkRequestEntry.Builder.html | 6 +- ....TopicEventBulkRequestEntry.EventCase.html | 6 +- ...backProtos.TopicEventBulkRequestEntry.html | 6 +- ...s.TopicEventBulkRequestEntryOrBuilder.html | 6 +- ...Protos.TopicEventBulkRequestOrBuilder.html | 6 +- ...Protos.TopicEventBulkResponse.Builder.html | 6 +- ...CallbackProtos.TopicEventBulkResponse.html | 6 +- ...s.TopicEventBulkResponseEntry.Builder.html | 6 +- ...ackProtos.TopicEventBulkResponseEntry.html | 6 +- ....TopicEventBulkResponseEntryOrBuilder.html | 6 +- ...rotos.TopicEventBulkResponseOrBuilder.html | 6 +- ...ackProtos.TopicEventCERequest.Builder.html | 6 +- ...AppCallbackProtos.TopicEventCERequest.html | 6 +- ...ckProtos.TopicEventCERequestOrBuilder.html | 6 +- ...lbackProtos.TopicEventRequest.Builder.html | 6 +- ...prAppCallbackProtos.TopicEventRequest.html | 6 +- ...backProtos.TopicEventRequestOrBuilder.html | 6 +- ...backProtos.TopicEventResponse.Builder.html | 6 +- ...ventResponse.TopicEventResponseStatus.html | 6 +- ...rAppCallbackProtos.TopicEventResponse.html | 6 +- ...ackProtos.TopicEventResponseOrBuilder.html | 6 +- ...AppCallbackProtos.TopicRoutes.Builder.html | 6 +- .../v1/DaprAppCallbackProtos.TopicRoutes.html | 6 +- ...ppCallbackProtos.TopicRoutesOrBuilder.html | 6 +- ...prAppCallbackProtos.TopicRule.Builder.html | 6 +- .../v1/DaprAppCallbackProtos.TopicRule.html | 6 +- ...rAppCallbackProtos.TopicRuleOrBuilder.html | 6 +- ...lbackProtos.TopicSubscription.Builder.html | 6 +- ...prAppCallbackProtos.TopicSubscription.html | 6 +- ...backProtos.TopicSubscriptionOrBuilder.html | 6 +- docs/io/dapr/v1/DaprAppCallbackProtos.html | 6 +- docs/io/dapr/v1/DaprGrpc.AsyncService.html | 392 +-- .../io/dapr/v1/DaprGrpc.DaprBlockingStub.html | 362 +-- docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html | 348 +-- docs/io/dapr/v1/DaprGrpc.DaprImplBase.html | 8 +- docs/io/dapr/v1/DaprGrpc.DaprStub.html | 392 +-- docs/io/dapr/v1/DaprGrpc.html | 245 +- .../DaprProtos.ActiveActorsCount.Builder.html | 6 +- .../dapr/v1/DaprProtos.ActiveActorsCount.html | 6 +- ...DaprProtos.ActiveActorsCountOrBuilder.html | 6 +- ...rotos.ActorRuntime.ActorRuntimeStatus.html | 6 +- .../v1/DaprProtos.ActorRuntime.Builder.html | 6 +- docs/io/dapr/v1/DaprProtos.ActorRuntime.html | 6 +- .../v1/DaprProtos.ActorRuntimeOrBuilder.html | 6 +- ...AppConnectionHealthProperties.Builder.html | 6 +- ...rProtos.AppConnectionHealthProperties.html | 6 +- ...ppConnectionHealthPropertiesOrBuilder.html | 6 +- ...rotos.AppConnectionProperties.Builder.html | 6 +- .../DaprProtos.AppConnectionProperties.html | 6 +- ...otos.AppConnectionPropertiesOrBuilder.html | 6 +- ...DaprProtos.BulkPublishRequest.Builder.html | 6 +- .../v1/DaprProtos.BulkPublishRequest.html | 6 +- ...rotos.BulkPublishRequestEntry.Builder.html | 6 +- .../DaprProtos.BulkPublishRequestEntry.html | 6 +- ...otos.BulkPublishRequestEntryOrBuilder.html | 6 +- ...aprProtos.BulkPublishRequestOrBuilder.html | 6 +- ...aprProtos.BulkPublishResponse.Builder.html | 6 +- .../v1/DaprProtos.BulkPublishResponse.html | 6 +- ...ulkPublishResponseFailedEntry.Builder.html | 6 +- ...Protos.BulkPublishResponseFailedEntry.html | 6 +- ...lkPublishResponseFailedEntryOrBuilder.html | 6 +- ...prProtos.BulkPublishResponseOrBuilder.html | 6 +- .../v1/DaprProtos.BulkStateItem.Builder.html | 6 +- docs/io/dapr/v1/DaprProtos.BulkStateItem.html | 6 +- .../v1/DaprProtos.BulkStateItemOrBuilder.html | 6 +- .../v1/DaprProtos.DecryptRequest.Builder.html | 6 +- .../io/dapr/v1/DaprProtos.DecryptRequest.html | 6 +- ...rProtos.DecryptRequestOptions.Builder.html | 6 +- .../v1/DaprProtos.DecryptRequestOptions.html | 6 +- ...Protos.DecryptRequestOptionsOrBuilder.html | 6 +- .../DaprProtos.DecryptRequestOrBuilder.html | 6 +- .../DaprProtos.DecryptResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.DecryptResponse.html | 6 +- .../DaprProtos.DecryptResponseOrBuilder.html | 6 +- ...Protos.DeleteBulkStateRequest.Builder.html | 6 +- .../v1/DaprProtos.DeleteBulkStateRequest.html | 6 +- ...rotos.DeleteBulkStateRequestOrBuilder.html | 6 +- .../DaprProtos.DeleteJobRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.DeleteJobRequest.html | 6 +- .../DaprProtos.DeleteJobRequestOrBuilder.html | 6 +- .../DaprProtos.DeleteJobResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.DeleteJobResponse.html | 6 +- ...DaprProtos.DeleteJobResponseOrBuilder.html | 6 +- ...DaprProtos.DeleteStateRequest.Builder.html | 6 +- .../v1/DaprProtos.DeleteStateRequest.html | 6 +- ...aprProtos.DeleteStateRequestOrBuilder.html | 6 +- .../v1/DaprProtos.EncryptRequest.Builder.html | 6 +- .../io/dapr/v1/DaprProtos.EncryptRequest.html | 6 +- ...rProtos.EncryptRequestOptions.Builder.html | 6 +- .../v1/DaprProtos.EncryptRequestOptions.html | 6 +- ...Protos.EncryptRequestOptionsOrBuilder.html | 6 +- .../DaprProtos.EncryptRequestOrBuilder.html | 6 +- .../DaprProtos.EncryptResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.EncryptResponse.html | 6 +- .../DaprProtos.EncryptResponseOrBuilder.html | 6 +- ...eActorStateTransactionRequest.Builder.html | 6 +- ...s.ExecuteActorStateTransactionRequest.html | 6 +- ...ActorStateTransactionRequestOrBuilder.html | 6 +- ...xecuteStateTransactionRequest.Builder.html | 6 +- ...Protos.ExecuteStateTransactionRequest.html | 6 +- ...ecuteStateTransactionRequestOrBuilder.html | 6 +- ...prProtos.GetActorStateRequest.Builder.html | 6 +- .../v1/DaprProtos.GetActorStateRequest.html | 6 +- ...rProtos.GetActorStateRequestOrBuilder.html | 6 +- ...rProtos.GetActorStateResponse.Builder.html | 6 +- .../v1/DaprProtos.GetActorStateResponse.html | 6 +- ...Protos.GetActorStateResponseOrBuilder.html | 6 +- ...prProtos.GetBulkSecretRequest.Builder.html | 6 +- .../v1/DaprProtos.GetBulkSecretRequest.html | 6 +- ...rProtos.GetBulkSecretRequestOrBuilder.html | 6 +- ...rProtos.GetBulkSecretResponse.Builder.html | 6 +- .../v1/DaprProtos.GetBulkSecretResponse.html | 6 +- ...Protos.GetBulkSecretResponseOrBuilder.html | 6 +- ...aprProtos.GetBulkStateRequest.Builder.html | 6 +- .../v1/DaprProtos.GetBulkStateRequest.html | 6 +- ...prProtos.GetBulkStateRequestOrBuilder.html | 6 +- ...prProtos.GetBulkStateResponse.Builder.html | 6 +- .../v1/DaprProtos.GetBulkStateResponse.html | 6 +- ...rProtos.GetBulkStateResponseOrBuilder.html | 6 +- ...rotos.GetConfigurationRequest.Builder.html | 6 +- .../DaprProtos.GetConfigurationRequest.html | 6 +- ...otos.GetConfigurationRequestOrBuilder.html | 6 +- ...otos.GetConfigurationResponse.Builder.html | 6 +- .../DaprProtos.GetConfigurationResponse.html | 6 +- ...tos.GetConfigurationResponseOrBuilder.html | 6 +- .../v1/DaprProtos.GetJobRequest.Builder.html | 6 +- docs/io/dapr/v1/DaprProtos.GetJobRequest.html | 6 +- .../v1/DaprProtos.GetJobRequestOrBuilder.html | 6 +- .../v1/DaprProtos.GetJobResponse.Builder.html | 6 +- .../io/dapr/v1/DaprProtos.GetJobResponse.html | 6 +- .../DaprProtos.GetJobResponseOrBuilder.html | 6 +- ...DaprProtos.GetMetadataRequest.Builder.html | 6 +- .../v1/DaprProtos.GetMetadataRequest.html | 6 +- ...aprProtos.GetMetadataRequestOrBuilder.html | 6 +- ...aprProtos.GetMetadataResponse.Builder.html | 508 ++-- .../v1/DaprProtos.GetMetadataResponse.html | 240 +- ...prProtos.GetMetadataResponseOrBuilder.html | 77 +- .../DaprProtos.GetSecretRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.GetSecretRequest.html | 6 +- .../DaprProtos.GetSecretRequestOrBuilder.html | 6 +- .../DaprProtos.GetSecretResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.GetSecretResponse.html | 6 +- ...DaprProtos.GetSecretResponseOrBuilder.html | 6 +- .../DaprProtos.GetStateRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.GetStateRequest.html | 6 +- .../DaprProtos.GetStateRequestOrBuilder.html | 6 +- .../DaprProtos.GetStateResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.GetStateResponse.html | 6 +- .../DaprProtos.GetStateResponseOrBuilder.html | 6 +- ...DaprProtos.GetWorkflowRequest.Builder.html | 6 +- .../v1/DaprProtos.GetWorkflowRequest.html | 6 +- ...aprProtos.GetWorkflowRequestOrBuilder.html | 6 +- ...aprProtos.GetWorkflowResponse.Builder.html | 6 +- .../v1/DaprProtos.GetWorkflowResponse.html | 6 +- ...prProtos.GetWorkflowResponseOrBuilder.html | 6 +- ...DaprProtos.InvokeActorRequest.Builder.html | 6 +- .../v1/DaprProtos.InvokeActorRequest.html | 6 +- ...aprProtos.InvokeActorRequestOrBuilder.html | 6 +- ...aprProtos.InvokeActorResponse.Builder.html | 6 +- .../v1/DaprProtos.InvokeActorResponse.html | 6 +- ...prProtos.InvokeActorResponseOrBuilder.html | 6 +- ...prProtos.InvokeBindingRequest.Builder.html | 14 +- .../v1/DaprProtos.InvokeBindingRequest.html | 11 +- ...rProtos.InvokeBindingRequestOrBuilder.html | 11 +- ...rProtos.InvokeBindingResponse.Builder.html | 6 +- .../v1/DaprProtos.InvokeBindingResponse.html | 6 +- ...Protos.InvokeBindingResponseOrBuilder.html | 6 +- ...prProtos.InvokeServiceRequest.Builder.html | 6 +- .../v1/DaprProtos.InvokeServiceRequest.html | 6 +- ...rProtos.InvokeServiceRequestOrBuilder.html | 6 +- docs/io/dapr/v1/DaprProtos.Job.Builder.html | 114 +- docs/io/dapr/v1/DaprProtos.Job.html | 60 +- docs/io/dapr/v1/DaprProtos.JobOrBuilder.html | 60 +- ...prProtos.MetadataHTTPEndpoint.Builder.html | 6 +- .../v1/DaprProtos.MetadataHTTPEndpoint.html | 6 +- ...rProtos.MetadataHTTPEndpointOrBuilder.html | 6 +- ...prProtos.PauseWorkflowRequest.Builder.html | 6 +- .../v1/DaprProtos.PauseWorkflowRequest.html | 6 +- ...rProtos.PauseWorkflowRequestOrBuilder.html | 6 +- ...aprProtos.PublishEventRequest.Builder.html | 6 +- .../v1/DaprProtos.PublishEventRequest.html | 6 +- ...prProtos.PublishEventRequestOrBuilder.html | 6 +- ...DaprProtos.PubsubSubscription.Builder.html | 6 +- .../v1/DaprProtos.PubsubSubscription.html | 6 +- ...aprProtos.PubsubSubscriptionOrBuilder.html | 6 +- ...Protos.PubsubSubscriptionRule.Builder.html | 6 +- .../v1/DaprProtos.PubsubSubscriptionRule.html | 6 +- ...rotos.PubsubSubscriptionRuleOrBuilder.html | 6 +- ...rotos.PubsubSubscriptionRules.Builder.html | 6 +- .../DaprProtos.PubsubSubscriptionRules.html | 6 +- ...otos.PubsubSubscriptionRulesOrBuilder.html | 6 +- .../v1/DaprProtos.PubsubSubscriptionType.html | 6 +- ...prProtos.PurgeWorkflowRequest.Builder.html | 6 +- .../v1/DaprProtos.PurgeWorkflowRequest.html | 6 +- ...rProtos.PurgeWorkflowRequestOrBuilder.html | 6 +- .../v1/DaprProtos.QueryStateItem.Builder.html | 6 +- .../io/dapr/v1/DaprProtos.QueryStateItem.html | 6 +- .../DaprProtos.QueryStateItemOrBuilder.html | 6 +- .../DaprProtos.QueryStateRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.QueryStateRequest.html | 6 +- ...DaprProtos.QueryStateRequestOrBuilder.html | 6 +- ...DaprProtos.QueryStateResponse.Builder.html | 6 +- .../v1/DaprProtos.QueryStateResponse.html | 6 +- ...aprProtos.QueryStateResponseOrBuilder.html | 6 +- ...tos.RaiseEventWorkflowRequest.Builder.html | 6 +- .../DaprProtos.RaiseEventWorkflowRequest.html | 6 +- ...os.RaiseEventWorkflowRequestOrBuilder.html | 6 +- ....RegisterActorReminderRequest.Builder.html | 6 +- ...prProtos.RegisterActorReminderRequest.html | 6 +- ...RegisterActorReminderRequestOrBuilder.html | 6 +- ...tos.RegisterActorTimerRequest.Builder.html | 6 +- .../DaprProtos.RegisterActorTimerRequest.html | 6 +- ...os.RegisterActorTimerRequestOrBuilder.html | 6 +- ...prProtos.RegisteredComponents.Builder.html | 6 +- .../v1/DaprProtos.RegisteredComponents.html | 6 +- ...rProtos.RegisteredComponentsOrBuilder.html | 6 +- ...rProtos.ResumeWorkflowRequest.Builder.html | 6 +- .../v1/DaprProtos.ResumeWorkflowRequest.html | 6 +- ...Protos.ResumeWorkflowRequestOrBuilder.html | 6 +- .../DaprProtos.SaveStateRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.SaveStateRequest.html | 6 +- .../DaprProtos.SaveStateRequestOrBuilder.html | 6 +- ...DaprProtos.ScheduleJobRequest.Builder.html | 6 +- .../v1/DaprProtos.ScheduleJobRequest.html | 6 +- ...aprProtos.ScheduleJobRequestOrBuilder.html | 6 +- ...aprProtos.ScheduleJobResponse.Builder.html | 6 +- .../v1/DaprProtos.ScheduleJobResponse.html | 6 +- ...prProtos.ScheduleJobResponseOrBuilder.html | 6 +- .../v1/DaprProtos.SecretResponse.Builder.html | 6 +- .../io/dapr/v1/DaprProtos.SecretResponse.html | 6 +- .../DaprProtos.SecretResponseOrBuilder.html | 6 +- ...DaprProtos.SetMetadataRequest.Builder.html | 6 +- .../v1/DaprProtos.SetMetadataRequest.html | 6 +- ...aprProtos.SetMetadataRequestOrBuilder.html | 6 +- .../DaprProtos.ShutdownRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.ShutdownRequest.html | 6 +- .../DaprProtos.ShutdownRequestOrBuilder.html | 6 +- ...prProtos.StartWorkflowRequest.Builder.html | 6 +- .../v1/DaprProtos.StartWorkflowRequest.html | 6 +- ...rProtos.StartWorkflowRequestOrBuilder.html | 6 +- ...rProtos.StartWorkflowResponse.Builder.html | 6 +- .../v1/DaprProtos.StartWorkflowResponse.html | 6 +- ...Protos.StartWorkflowResponseOrBuilder.html | 6 +- ...SubscribeConfigurationRequest.Builder.html | 6 +- ...rProtos.SubscribeConfigurationRequest.html | 6 +- ...ubscribeConfigurationRequestOrBuilder.html | 6 +- ...ubscribeConfigurationResponse.Builder.html | 6 +- ...Protos.SubscribeConfigurationResponse.html | 6 +- ...bscribeConfigurationResponseOrBuilder.html | 6 +- ...cribeTopicEventsRequestAlpha1.Builder.html | 6 +- ...1.SubscribeTopicEventsRequestTypeCase.html | 6 +- ...tos.SubscribeTopicEventsRequestAlpha1.html | 6 +- ...ribeTopicEventsRequestAlpha1OrBuilder.html | 6 +- ...ribeTopicEventsResponseAlpha1.Builder.html | 6 +- ...os.SubscribeTopicEventsResponseAlpha1.html | 6 +- ...ibeTopicEventsResponseAlpha1OrBuilder.html | 6 +- ...prProtos.SubtleDecryptRequest.Builder.html | 6 +- .../v1/DaprProtos.SubtleDecryptRequest.html | 6 +- ...rProtos.SubtleDecryptRequestOrBuilder.html | 6 +- ...rProtos.SubtleDecryptResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleDecryptResponse.html | 6 +- ...Protos.SubtleDecryptResponseOrBuilder.html | 6 +- ...prProtos.SubtleEncryptRequest.Builder.html | 6 +- .../v1/DaprProtos.SubtleEncryptRequest.html | 6 +- ...rProtos.SubtleEncryptRequestOrBuilder.html | 6 +- ...rProtos.SubtleEncryptResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleEncryptResponse.html | 6 +- ...Protos.SubtleEncryptResponseOrBuilder.html | 6 +- ...aprProtos.SubtleGetKeyRequest.Builder.html | 6 +- ...rProtos.SubtleGetKeyRequest.KeyFormat.html | 6 +- .../v1/DaprProtos.SubtleGetKeyRequest.html | 6 +- ...prProtos.SubtleGetKeyRequestOrBuilder.html | 6 +- ...prProtos.SubtleGetKeyResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleGetKeyResponse.html | 6 +- ...rProtos.SubtleGetKeyResponseOrBuilder.html | 6 +- .../DaprProtos.SubtleSignRequest.Builder.html | 6 +- .../dapr/v1/DaprProtos.SubtleSignRequest.html | 6 +- ...DaprProtos.SubtleSignRequestOrBuilder.html | 6 +- ...DaprProtos.SubtleSignResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleSignResponse.html | 6 +- ...aprProtos.SubtleSignResponseOrBuilder.html | 6 +- ...Protos.SubtleUnwrapKeyRequest.Builder.html | 6 +- .../v1/DaprProtos.SubtleUnwrapKeyRequest.html | 6 +- ...rotos.SubtleUnwrapKeyRequestOrBuilder.html | 6 +- ...rotos.SubtleUnwrapKeyResponse.Builder.html | 6 +- .../DaprProtos.SubtleUnwrapKeyResponse.html | 6 +- ...otos.SubtleUnwrapKeyResponseOrBuilder.html | 6 +- ...aprProtos.SubtleVerifyRequest.Builder.html | 6 +- .../v1/DaprProtos.SubtleVerifyRequest.html | 6 +- ...prProtos.SubtleVerifyRequestOrBuilder.html | 6 +- ...prProtos.SubtleVerifyResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleVerifyResponse.html | 6 +- ...rProtos.SubtleVerifyResponseOrBuilder.html | 6 +- ...prProtos.SubtleWrapKeyRequest.Builder.html | 6 +- .../v1/DaprProtos.SubtleWrapKeyRequest.html | 6 +- ...rProtos.SubtleWrapKeyRequestOrBuilder.html | 6 +- ...rProtos.SubtleWrapKeyResponse.Builder.html | 6 +- .../v1/DaprProtos.SubtleWrapKeyResponse.html | 6 +- ...Protos.SubtleWrapKeyResponseOrBuilder.html | 6 +- ...otos.TerminateWorkflowRequest.Builder.html | 6 +- .../DaprProtos.TerminateWorkflowRequest.html | 6 +- ...tos.TerminateWorkflowRequestOrBuilder.html | 6 +- ...nsactionalActorStateOperation.Builder.html | 6 +- ...otos.TransactionalActorStateOperation.html | 6 +- ...sactionalActorStateOperationOrBuilder.html | 6 +- ...s.TransactionalStateOperation.Builder.html | 6 +- ...aprProtos.TransactionalStateOperation.html | 6 +- ....TransactionalStateOperationOrBuilder.html | 6 +- .../v1/DaprProtos.TryLockRequest.Builder.html | 36 +- .../io/dapr/v1/DaprProtos.TryLockRequest.html | 18 +- .../DaprProtos.TryLockRequestOrBuilder.html | 18 +- .../DaprProtos.TryLockResponse.Builder.html | 6 +- .../dapr/v1/DaprProtos.TryLockResponse.html | 6 +- .../DaprProtos.TryLockResponseOrBuilder.html | 6 +- .../v1/DaprProtos.UnlockRequest.Builder.html | 6 +- docs/io/dapr/v1/DaprProtos.UnlockRequest.html | 6 +- .../v1/DaprProtos.UnlockRequestOrBuilder.html | 6 +- .../v1/DaprProtos.UnlockResponse.Builder.html | 6 +- .../v1/DaprProtos.UnlockResponse.Status.html | 6 +- .../io/dapr/v1/DaprProtos.UnlockResponse.html | 6 +- .../DaprProtos.UnlockResponseOrBuilder.html | 6 +- ...nregisterActorReminderRequest.Builder.html | 6 +- ...Protos.UnregisterActorReminderRequest.html | 6 +- ...registerActorReminderRequestOrBuilder.html | 6 +- ...s.UnregisterActorTimerRequest.Builder.html | 6 +- ...aprProtos.UnregisterActorTimerRequest.html | 6 +- ....UnregisterActorTimerRequestOrBuilder.html | 6 +- ...subscribeConfigurationRequest.Builder.html | 6 +- ...rotos.UnsubscribeConfigurationRequest.html | 6 +- ...ubscribeConfigurationRequestOrBuilder.html | 6 +- ...ubscribeConfigurationResponse.Builder.html | 6 +- ...otos.UnsubscribeConfigurationResponse.html | 6 +- ...bscribeConfigurationResponseOrBuilder.html | 6 +- docs/io/dapr/v1/DaprProtos.html | 51 +- ...lphaGrpc.AppCallbackAlphaBlockingStub.html | 6 +- ...kAlphaGrpc.AppCallbackAlphaFutureStub.html | 6 +- ...ackAlphaGrpc.AppCallbackAlphaImplBase.html | 6 +- ...allbackAlphaGrpc.AppCallbackAlphaStub.html | 6 +- .../AppCallbackAlphaGrpc.AsyncService.html | 6 +- .../v1/class-use/AppCallbackAlphaGrpc.html | 6 +- ...pCallbackGrpc.AppCallbackBlockingStub.html | 6 +- ...AppCallbackGrpc.AppCallbackFutureStub.html | 6 +- .../AppCallbackGrpc.AppCallbackImplBase.html | 6 +- .../AppCallbackGrpc.AppCallbackStub.html | 6 +- .../AppCallbackGrpc.AsyncService.html | 6 +- .../io/dapr/v1/class-use/AppCallbackGrpc.html | 6 +- ...pc.AppCallbackHealthCheckBlockingStub.html | 6 +- ...Grpc.AppCallbackHealthCheckFutureStub.html | 6 +- ...ckGrpc.AppCallbackHealthCheckImplBase.html | 6 +- ...hCheckGrpc.AppCallbackHealthCheckStub.html | 6 +- ...pCallbackHealthCheckGrpc.AsyncService.html | 6 +- .../class-use/AppCallbackHealthCheckGrpc.html | 6 +- ...ommonProtos.ConfigurationItem.Builder.html | 6 +- .../CommonProtos.ConfigurationItem.html | 6 +- ...mmonProtos.ConfigurationItemOrBuilder.html | 6 +- .../class-use/CommonProtos.Etag.Builder.html | 6 +- .../dapr/v1/class-use/CommonProtos.Etag.html | 6 +- .../class-use/CommonProtos.EtagOrBuilder.html | 6 +- .../CommonProtos.HTTPExtension.Builder.html | 6 +- .../CommonProtos.HTTPExtension.Verb.html | 6 +- .../class-use/CommonProtos.HTTPExtension.html | 6 +- .../CommonProtos.HTTPExtensionOrBuilder.html | 6 +- .../CommonProtos.InvokeRequest.Builder.html | 6 +- .../class-use/CommonProtos.InvokeRequest.html | 6 +- .../CommonProtos.InvokeRequestOrBuilder.html | 6 +- .../CommonProtos.InvokeResponse.Builder.html | 6 +- .../CommonProtos.InvokeResponse.html | 6 +- .../CommonProtos.InvokeResponseOrBuilder.html | 6 +- .../CommonProtos.StateItem.Builder.html | 6 +- .../v1/class-use/CommonProtos.StateItem.html | 6 +- .../CommonProtos.StateItemOrBuilder.html | 6 +- .../CommonProtos.StateOptions.Builder.html | 6 +- ...nProtos.StateOptions.StateConcurrency.html | 6 +- ...nProtos.StateOptions.StateConsistency.html | 6 +- .../class-use/CommonProtos.StateOptions.html | 6 +- .../CommonProtos.StateOptionsOrBuilder.html | 6 +- .../CommonProtos.StreamPayload.Builder.html | 6 +- .../class-use/CommonProtos.StreamPayload.html | 6 +- .../CommonProtos.StreamPayloadOrBuilder.html | 6 +- docs/io/dapr/v1/class-use/CommonProtos.html | 6 +- ...ackProtos.BindingEventRequest.Builder.html | 6 +- ...AppCallbackProtos.BindingEventRequest.html | 6 +- ...ckProtos.BindingEventRequestOrBuilder.html | 6 +- ...EventResponse.BindingEventConcurrency.html | 6 +- ...ckProtos.BindingEventResponse.Builder.html | 6 +- ...ppCallbackProtos.BindingEventResponse.html | 6 +- ...kProtos.BindingEventResponseOrBuilder.html | 6 +- ...ackProtos.BulkSubscribeConfig.Builder.html | 6 +- ...AppCallbackProtos.BulkSubscribeConfig.html | 6 +- ...ckProtos.BulkSubscribeConfigOrBuilder.html | 6 +- ...ackProtos.HealthCheckResponse.Builder.html | 6 +- ...AppCallbackProtos.HealthCheckResponse.html | 6 +- ...ckProtos.HealthCheckResponseOrBuilder.html | 6 +- ...allbackProtos.JobEventRequest.Builder.html | 6 +- ...DaprAppCallbackProtos.JobEventRequest.html | 6 +- ...llbackProtos.JobEventRequestOrBuilder.html | 6 +- ...llbackProtos.JobEventResponse.Builder.html | 6 +- ...aprAppCallbackProtos.JobEventResponse.html | 6 +- ...lbackProtos.JobEventResponseOrBuilder.html | 6 +- ...tos.ListInputBindingsResponse.Builder.html | 6 +- ...lbackProtos.ListInputBindingsResponse.html | 6 +- ...os.ListInputBindingsResponseOrBuilder.html | 6 +- ...istTopicSubscriptionsResponse.Builder.html | 6 +- ...Protos.ListTopicSubscriptionsResponse.html | 6 +- ...stTopicSubscriptionsResponseOrBuilder.html | 6 +- ...kProtos.TopicEventBulkRequest.Builder.html | 6 +- ...pCallbackProtos.TopicEventBulkRequest.html | 6 +- ...os.TopicEventBulkRequestEntry.Builder.html | 6 +- ....TopicEventBulkRequestEntry.EventCase.html | 6 +- ...backProtos.TopicEventBulkRequestEntry.html | 6 +- ...s.TopicEventBulkRequestEntryOrBuilder.html | 6 +- ...Protos.TopicEventBulkRequestOrBuilder.html | 6 +- ...Protos.TopicEventBulkResponse.Builder.html | 6 +- ...CallbackProtos.TopicEventBulkResponse.html | 6 +- ...s.TopicEventBulkResponseEntry.Builder.html | 6 +- ...ackProtos.TopicEventBulkResponseEntry.html | 6 +- ....TopicEventBulkResponseEntryOrBuilder.html | 6 +- ...rotos.TopicEventBulkResponseOrBuilder.html | 6 +- ...ackProtos.TopicEventCERequest.Builder.html | 6 +- ...AppCallbackProtos.TopicEventCERequest.html | 6 +- ...ckProtos.TopicEventCERequestOrBuilder.html | 6 +- ...lbackProtos.TopicEventRequest.Builder.html | 6 +- ...prAppCallbackProtos.TopicEventRequest.html | 6 +- ...backProtos.TopicEventRequestOrBuilder.html | 6 +- ...backProtos.TopicEventResponse.Builder.html | 6 +- ...ventResponse.TopicEventResponseStatus.html | 6 +- ...rAppCallbackProtos.TopicEventResponse.html | 6 +- ...ackProtos.TopicEventResponseOrBuilder.html | 6 +- ...AppCallbackProtos.TopicRoutes.Builder.html | 6 +- .../DaprAppCallbackProtos.TopicRoutes.html | 6 +- ...ppCallbackProtos.TopicRoutesOrBuilder.html | 6 +- ...prAppCallbackProtos.TopicRule.Builder.html | 6 +- .../DaprAppCallbackProtos.TopicRule.html | 6 +- ...rAppCallbackProtos.TopicRuleOrBuilder.html | 6 +- ...lbackProtos.TopicSubscription.Builder.html | 6 +- ...prAppCallbackProtos.TopicSubscription.html | 6 +- ...backProtos.TopicSubscriptionOrBuilder.html | 6 +- .../v1/class-use/DaprAppCallbackProtos.html | 6 +- .../v1/class-use/DaprGrpc.AsyncService.html | 6 +- .../class-use/DaprGrpc.DaprBlockingStub.html | 6 +- .../v1/class-use/DaprGrpc.DaprFutureStub.html | 6 +- .../v1/class-use/DaprGrpc.DaprImplBase.html | 6 +- .../dapr/v1/class-use/DaprGrpc.DaprStub.html | 6 +- docs/io/dapr/v1/class-use/DaprGrpc.html | 6 +- .../DaprProtos.ActiveActorsCount.Builder.html | 6 +- .../DaprProtos.ActiveActorsCount.html | 6 +- ...DaprProtos.ActiveActorsCountOrBuilder.html | 6 +- ...rotos.ActorRuntime.ActorRuntimeStatus.html | 6 +- .../DaprProtos.ActorRuntime.Builder.html | 12 +- .../v1/class-use/DaprProtos.ActorRuntime.html | 21 +- .../DaprProtos.ActorRuntimeOrBuilder.html | 15 +- ...AppConnectionHealthProperties.Builder.html | 6 +- ...rProtos.AppConnectionHealthProperties.html | 6 +- ...ppConnectionHealthPropertiesOrBuilder.html | 6 +- ...rotos.AppConnectionProperties.Builder.html | 6 +- .../DaprProtos.AppConnectionProperties.html | 6 +- ...otos.AppConnectionPropertiesOrBuilder.html | 6 +- ...DaprProtos.BulkPublishRequest.Builder.html | 6 +- .../DaprProtos.BulkPublishRequest.html | 6 +- ...rotos.BulkPublishRequestEntry.Builder.html | 6 +- .../DaprProtos.BulkPublishRequestEntry.html | 6 +- ...otos.BulkPublishRequestEntryOrBuilder.html | 6 +- ...aprProtos.BulkPublishRequestOrBuilder.html | 6 +- ...aprProtos.BulkPublishResponse.Builder.html | 6 +- .../DaprProtos.BulkPublishResponse.html | 6 +- ...ulkPublishResponseFailedEntry.Builder.html | 6 +- ...Protos.BulkPublishResponseFailedEntry.html | 6 +- ...lkPublishResponseFailedEntryOrBuilder.html | 6 +- ...prProtos.BulkPublishResponseOrBuilder.html | 6 +- .../DaprProtos.BulkStateItem.Builder.html | 6 +- .../class-use/DaprProtos.BulkStateItem.html | 6 +- .../DaprProtos.BulkStateItemOrBuilder.html | 6 +- .../DaprProtos.DecryptRequest.Builder.html | 6 +- .../class-use/DaprProtos.DecryptRequest.html | 6 +- ...rProtos.DecryptRequestOptions.Builder.html | 6 +- .../DaprProtos.DecryptRequestOptions.html | 6 +- ...Protos.DecryptRequestOptionsOrBuilder.html | 6 +- .../DaprProtos.DecryptRequestOrBuilder.html | 6 +- .../DaprProtos.DecryptResponse.Builder.html | 6 +- .../class-use/DaprProtos.DecryptResponse.html | 6 +- .../DaprProtos.DecryptResponseOrBuilder.html | 6 +- ...Protos.DeleteBulkStateRequest.Builder.html | 6 +- .../DaprProtos.DeleteBulkStateRequest.html | 6 +- ...rotos.DeleteBulkStateRequestOrBuilder.html | 6 +- .../DaprProtos.DeleteJobRequest.Builder.html | 6 +- .../DaprProtos.DeleteJobRequest.html | 6 +- .../DaprProtos.DeleteJobRequestOrBuilder.html | 6 +- .../DaprProtos.DeleteJobResponse.Builder.html | 6 +- .../DaprProtos.DeleteJobResponse.html | 6 +- ...DaprProtos.DeleteJobResponseOrBuilder.html | 6 +- ...DaprProtos.DeleteStateRequest.Builder.html | 6 +- .../DaprProtos.DeleteStateRequest.html | 6 +- ...aprProtos.DeleteStateRequestOrBuilder.html | 6 +- .../DaprProtos.EncryptRequest.Builder.html | 6 +- .../class-use/DaprProtos.EncryptRequest.html | 6 +- ...rProtos.EncryptRequestOptions.Builder.html | 6 +- .../DaprProtos.EncryptRequestOptions.html | 6 +- ...Protos.EncryptRequestOptionsOrBuilder.html | 6 +- .../DaprProtos.EncryptRequestOrBuilder.html | 6 +- .../DaprProtos.EncryptResponse.Builder.html | 6 +- .../class-use/DaprProtos.EncryptResponse.html | 6 +- .../DaprProtos.EncryptResponseOrBuilder.html | 6 +- ...eActorStateTransactionRequest.Builder.html | 6 +- ...s.ExecuteActorStateTransactionRequest.html | 6 +- ...ActorStateTransactionRequestOrBuilder.html | 6 +- ...xecuteStateTransactionRequest.Builder.html | 6 +- ...Protos.ExecuteStateTransactionRequest.html | 6 +- ...ecuteStateTransactionRequestOrBuilder.html | 6 +- ...prProtos.GetActorStateRequest.Builder.html | 6 +- .../DaprProtos.GetActorStateRequest.html | 6 +- ...rProtos.GetActorStateRequestOrBuilder.html | 6 +- ...rProtos.GetActorStateResponse.Builder.html | 6 +- .../DaprProtos.GetActorStateResponse.html | 6 +- ...Protos.GetActorStateResponseOrBuilder.html | 6 +- ...prProtos.GetBulkSecretRequest.Builder.html | 6 +- .../DaprProtos.GetBulkSecretRequest.html | 6 +- ...rProtos.GetBulkSecretRequestOrBuilder.html | 6 +- ...rProtos.GetBulkSecretResponse.Builder.html | 6 +- .../DaprProtos.GetBulkSecretResponse.html | 6 +- ...Protos.GetBulkSecretResponseOrBuilder.html | 6 +- ...aprProtos.GetBulkStateRequest.Builder.html | 6 +- .../DaprProtos.GetBulkStateRequest.html | 6 +- ...prProtos.GetBulkStateRequestOrBuilder.html | 6 +- ...prProtos.GetBulkStateResponse.Builder.html | 6 +- .../DaprProtos.GetBulkStateResponse.html | 6 +- ...rProtos.GetBulkStateResponseOrBuilder.html | 6 +- ...rotos.GetConfigurationRequest.Builder.html | 6 +- .../DaprProtos.GetConfigurationRequest.html | 6 +- ...otos.GetConfigurationRequestOrBuilder.html | 6 +- ...otos.GetConfigurationResponse.Builder.html | 6 +- .../DaprProtos.GetConfigurationResponse.html | 6 +- ...tos.GetConfigurationResponseOrBuilder.html | 6 +- .../DaprProtos.GetJobRequest.Builder.html | 6 +- .../class-use/DaprProtos.GetJobRequest.html | 6 +- .../DaprProtos.GetJobRequestOrBuilder.html | 6 +- .../DaprProtos.GetJobResponse.Builder.html | 6 +- .../class-use/DaprProtos.GetJobResponse.html | 6 +- .../DaprProtos.GetJobResponseOrBuilder.html | 6 +- ...DaprProtos.GetMetadataRequest.Builder.html | 6 +- .../DaprProtos.GetMetadataRequest.html | 6 +- ...aprProtos.GetMetadataRequestOrBuilder.html | 6 +- ...aprProtos.GetMetadataResponse.Builder.html | 66 +- .../DaprProtos.GetMetadataResponse.html | 6 +- ...prProtos.GetMetadataResponseOrBuilder.html | 6 +- .../DaprProtos.GetSecretRequest.Builder.html | 6 +- .../DaprProtos.GetSecretRequest.html | 6 +- .../DaprProtos.GetSecretRequestOrBuilder.html | 6 +- .../DaprProtos.GetSecretResponse.Builder.html | 6 +- .../DaprProtos.GetSecretResponse.html | 6 +- ...DaprProtos.GetSecretResponseOrBuilder.html | 6 +- .../DaprProtos.GetStateRequest.Builder.html | 6 +- .../class-use/DaprProtos.GetStateRequest.html | 6 +- .../DaprProtos.GetStateRequestOrBuilder.html | 6 +- .../DaprProtos.GetStateResponse.Builder.html | 6 +- .../DaprProtos.GetStateResponse.html | 6 +- .../DaprProtos.GetStateResponseOrBuilder.html | 6 +- ...DaprProtos.GetWorkflowRequest.Builder.html | 6 +- .../DaprProtos.GetWorkflowRequest.html | 18 +- ...aprProtos.GetWorkflowRequestOrBuilder.html | 6 +- ...aprProtos.GetWorkflowResponse.Builder.html | 6 +- .../DaprProtos.GetWorkflowResponse.html | 18 +- ...prProtos.GetWorkflowResponseOrBuilder.html | 6 +- ...DaprProtos.InvokeActorRequest.Builder.html | 6 +- .../DaprProtos.InvokeActorRequest.html | 6 +- ...aprProtos.InvokeActorRequestOrBuilder.html | 6 +- ...aprProtos.InvokeActorResponse.Builder.html | 6 +- .../DaprProtos.InvokeActorResponse.html | 6 +- ...prProtos.InvokeActorResponseOrBuilder.html | 6 +- ...prProtos.InvokeBindingRequest.Builder.html | 6 +- .../DaprProtos.InvokeBindingRequest.html | 6 +- ...rProtos.InvokeBindingRequestOrBuilder.html | 6 +- ...rProtos.InvokeBindingResponse.Builder.html | 6 +- .../DaprProtos.InvokeBindingResponse.html | 6 +- ...Protos.InvokeBindingResponseOrBuilder.html | 6 +- ...prProtos.InvokeServiceRequest.Builder.html | 6 +- .../DaprProtos.InvokeServiceRequest.html | 6 +- ...rProtos.InvokeServiceRequestOrBuilder.html | 6 +- .../v1/class-use/DaprProtos.Job.Builder.html | 6 +- docs/io/dapr/v1/class-use/DaprProtos.Job.html | 6 +- .../v1/class-use/DaprProtos.JobOrBuilder.html | 6 +- ...prProtos.MetadataHTTPEndpoint.Builder.html | 6 +- .../DaprProtos.MetadataHTTPEndpoint.html | 6 +- ...rProtos.MetadataHTTPEndpointOrBuilder.html | 6 +- ...prProtos.PauseWorkflowRequest.Builder.html | 6 +- .../DaprProtos.PauseWorkflowRequest.html | 18 +- ...rProtos.PauseWorkflowRequestOrBuilder.html | 6 +- ...aprProtos.PublishEventRequest.Builder.html | 6 +- .../DaprProtos.PublishEventRequest.html | 6 +- ...prProtos.PublishEventRequestOrBuilder.html | 6 +- ...DaprProtos.PubsubSubscription.Builder.html | 6 +- .../DaprProtos.PubsubSubscription.html | 6 +- ...aprProtos.PubsubSubscriptionOrBuilder.html | 6 +- ...Protos.PubsubSubscriptionRule.Builder.html | 6 +- .../DaprProtos.PubsubSubscriptionRule.html | 6 +- ...rotos.PubsubSubscriptionRuleOrBuilder.html | 6 +- ...rotos.PubsubSubscriptionRules.Builder.html | 6 +- .../DaprProtos.PubsubSubscriptionRules.html | 6 +- ...otos.PubsubSubscriptionRulesOrBuilder.html | 6 +- .../DaprProtos.PubsubSubscriptionType.html | 6 +- ...prProtos.PurgeWorkflowRequest.Builder.html | 6 +- .../DaprProtos.PurgeWorkflowRequest.html | 18 +- ...rProtos.PurgeWorkflowRequestOrBuilder.html | 6 +- .../DaprProtos.QueryStateItem.Builder.html | 6 +- .../class-use/DaprProtos.QueryStateItem.html | 6 +- .../DaprProtos.QueryStateItemOrBuilder.html | 6 +- .../DaprProtos.QueryStateRequest.Builder.html | 6 +- .../DaprProtos.QueryStateRequest.html | 6 +- ...DaprProtos.QueryStateRequestOrBuilder.html | 6 +- ...DaprProtos.QueryStateResponse.Builder.html | 6 +- .../DaprProtos.QueryStateResponse.html | 6 +- ...aprProtos.QueryStateResponseOrBuilder.html | 6 +- ...tos.RaiseEventWorkflowRequest.Builder.html | 6 +- .../DaprProtos.RaiseEventWorkflowRequest.html | 18 +- ...os.RaiseEventWorkflowRequestOrBuilder.html | 6 +- ....RegisterActorReminderRequest.Builder.html | 6 +- ...prProtos.RegisterActorReminderRequest.html | 6 +- ...RegisterActorReminderRequestOrBuilder.html | 6 +- ...tos.RegisterActorTimerRequest.Builder.html | 6 +- .../DaprProtos.RegisterActorTimerRequest.html | 6 +- ...os.RegisterActorTimerRequestOrBuilder.html | 6 +- ...prProtos.RegisteredComponents.Builder.html | 6 +- .../DaprProtos.RegisteredComponents.html | 6 +- ...rProtos.RegisteredComponentsOrBuilder.html | 6 +- ...rProtos.ResumeWorkflowRequest.Builder.html | 6 +- .../DaprProtos.ResumeWorkflowRequest.html | 18 +- ...Protos.ResumeWorkflowRequestOrBuilder.html | 6 +- .../DaprProtos.SaveStateRequest.Builder.html | 6 +- .../DaprProtos.SaveStateRequest.html | 6 +- .../DaprProtos.SaveStateRequestOrBuilder.html | 6 +- ...DaprProtos.ScheduleJobRequest.Builder.html | 6 +- .../DaprProtos.ScheduleJobRequest.html | 6 +- ...aprProtos.ScheduleJobRequestOrBuilder.html | 6 +- ...aprProtos.ScheduleJobResponse.Builder.html | 6 +- .../DaprProtos.ScheduleJobResponse.html | 6 +- ...prProtos.ScheduleJobResponseOrBuilder.html | 6 +- .../DaprProtos.SecretResponse.Builder.html | 6 +- .../class-use/DaprProtos.SecretResponse.html | 6 +- .../DaprProtos.SecretResponseOrBuilder.html | 6 +- ...DaprProtos.SetMetadataRequest.Builder.html | 6 +- .../DaprProtos.SetMetadataRequest.html | 6 +- ...aprProtos.SetMetadataRequestOrBuilder.html | 6 +- .../DaprProtos.ShutdownRequest.Builder.html | 6 +- .../class-use/DaprProtos.ShutdownRequest.html | 6 +- .../DaprProtos.ShutdownRequestOrBuilder.html | 6 +- ...prProtos.StartWorkflowRequest.Builder.html | 6 +- .../DaprProtos.StartWorkflowRequest.html | 18 +- ...rProtos.StartWorkflowRequestOrBuilder.html | 6 +- ...rProtos.StartWorkflowResponse.Builder.html | 6 +- .../DaprProtos.StartWorkflowResponse.html | 18 +- ...Protos.StartWorkflowResponseOrBuilder.html | 6 +- ...SubscribeConfigurationRequest.Builder.html | 6 +- ...rProtos.SubscribeConfigurationRequest.html | 6 +- ...ubscribeConfigurationRequestOrBuilder.html | 6 +- ...ubscribeConfigurationResponse.Builder.html | 6 +- ...Protos.SubscribeConfigurationResponse.html | 6 +- ...bscribeConfigurationResponseOrBuilder.html | 6 +- ...cribeTopicEventsRequestAlpha1.Builder.html | 6 +- ...1.SubscribeTopicEventsRequestTypeCase.html | 6 +- ...tos.SubscribeTopicEventsRequestAlpha1.html | 6 +- ...ribeTopicEventsRequestAlpha1OrBuilder.html | 6 +- ...ribeTopicEventsResponseAlpha1.Builder.html | 6 +- ...os.SubscribeTopicEventsResponseAlpha1.html | 6 +- ...ibeTopicEventsResponseAlpha1OrBuilder.html | 6 +- ...prProtos.SubtleDecryptRequest.Builder.html | 6 +- .../DaprProtos.SubtleDecryptRequest.html | 6 +- ...rProtos.SubtleDecryptRequestOrBuilder.html | 6 +- ...rProtos.SubtleDecryptResponse.Builder.html | 6 +- .../DaprProtos.SubtleDecryptResponse.html | 6 +- ...Protos.SubtleDecryptResponseOrBuilder.html | 6 +- ...prProtos.SubtleEncryptRequest.Builder.html | 6 +- .../DaprProtos.SubtleEncryptRequest.html | 6 +- ...rProtos.SubtleEncryptRequestOrBuilder.html | 6 +- ...rProtos.SubtleEncryptResponse.Builder.html | 6 +- .../DaprProtos.SubtleEncryptResponse.html | 6 +- ...Protos.SubtleEncryptResponseOrBuilder.html | 6 +- ...aprProtos.SubtleGetKeyRequest.Builder.html | 6 +- ...rProtos.SubtleGetKeyRequest.KeyFormat.html | 6 +- .../DaprProtos.SubtleGetKeyRequest.html | 6 +- ...prProtos.SubtleGetKeyRequestOrBuilder.html | 6 +- ...prProtos.SubtleGetKeyResponse.Builder.html | 6 +- .../DaprProtos.SubtleGetKeyResponse.html | 6 +- ...rProtos.SubtleGetKeyResponseOrBuilder.html | 6 +- .../DaprProtos.SubtleSignRequest.Builder.html | 6 +- .../DaprProtos.SubtleSignRequest.html | 6 +- ...DaprProtos.SubtleSignRequestOrBuilder.html | 6 +- ...DaprProtos.SubtleSignResponse.Builder.html | 6 +- .../DaprProtos.SubtleSignResponse.html | 6 +- ...aprProtos.SubtleSignResponseOrBuilder.html | 6 +- ...Protos.SubtleUnwrapKeyRequest.Builder.html | 6 +- .../DaprProtos.SubtleUnwrapKeyRequest.html | 6 +- ...rotos.SubtleUnwrapKeyRequestOrBuilder.html | 6 +- ...rotos.SubtleUnwrapKeyResponse.Builder.html | 6 +- .../DaprProtos.SubtleUnwrapKeyResponse.html | 6 +- ...otos.SubtleUnwrapKeyResponseOrBuilder.html | 6 +- ...aprProtos.SubtleVerifyRequest.Builder.html | 6 +- .../DaprProtos.SubtleVerifyRequest.html | 6 +- ...prProtos.SubtleVerifyRequestOrBuilder.html | 6 +- ...prProtos.SubtleVerifyResponse.Builder.html | 6 +- .../DaprProtos.SubtleVerifyResponse.html | 6 +- ...rProtos.SubtleVerifyResponseOrBuilder.html | 6 +- ...prProtos.SubtleWrapKeyRequest.Builder.html | 6 +- .../DaprProtos.SubtleWrapKeyRequest.html | 6 +- ...rProtos.SubtleWrapKeyRequestOrBuilder.html | 6 +- ...rProtos.SubtleWrapKeyResponse.Builder.html | 6 +- .../DaprProtos.SubtleWrapKeyResponse.html | 6 +- ...Protos.SubtleWrapKeyResponseOrBuilder.html | 6 +- ...otos.TerminateWorkflowRequest.Builder.html | 6 +- .../DaprProtos.TerminateWorkflowRequest.html | 18 +- ...tos.TerminateWorkflowRequestOrBuilder.html | 6 +- ...nsactionalActorStateOperation.Builder.html | 6 +- ...otos.TransactionalActorStateOperation.html | 6 +- ...sactionalActorStateOperationOrBuilder.html | 6 +- ...s.TransactionalStateOperation.Builder.html | 6 +- ...aprProtos.TransactionalStateOperation.html | 6 +- ....TransactionalStateOperationOrBuilder.html | 6 +- .../DaprProtos.TryLockRequest.Builder.html | 6 +- .../class-use/DaprProtos.TryLockRequest.html | 6 +- .../DaprProtos.TryLockRequestOrBuilder.html | 6 +- .../DaprProtos.TryLockResponse.Builder.html | 6 +- .../class-use/DaprProtos.TryLockResponse.html | 6 +- .../DaprProtos.TryLockResponseOrBuilder.html | 6 +- .../DaprProtos.UnlockRequest.Builder.html | 6 +- .../class-use/DaprProtos.UnlockRequest.html | 6 +- .../DaprProtos.UnlockRequestOrBuilder.html | 6 +- .../DaprProtos.UnlockResponse.Builder.html | 6 +- .../DaprProtos.UnlockResponse.Status.html | 6 +- .../class-use/DaprProtos.UnlockResponse.html | 6 +- .../DaprProtos.UnlockResponseOrBuilder.html | 6 +- ...nregisterActorReminderRequest.Builder.html | 6 +- ...Protos.UnregisterActorReminderRequest.html | 6 +- ...registerActorReminderRequestOrBuilder.html | 6 +- ...s.UnregisterActorTimerRequest.Builder.html | 6 +- ...aprProtos.UnregisterActorTimerRequest.html | 6 +- ....UnregisterActorTimerRequestOrBuilder.html | 6 +- ...subscribeConfigurationRequest.Builder.html | 6 +- ...rotos.UnsubscribeConfigurationRequest.html | 6 +- ...ubscribeConfigurationRequestOrBuilder.html | 6 +- ...ubscribeConfigurationResponse.Builder.html | 6 +- ...otos.UnsubscribeConfigurationResponse.html | 6 +- ...bscribeConfigurationResponseOrBuilder.html | 6 +- docs/io/dapr/v1/class-use/DaprProtos.html | 6 +- docs/io/dapr/v1/package-summary.html | 778 ++--- docs/io/dapr/v1/package-tree.html | 21 +- docs/io/dapr/v1/package-use.html | 778 ++--- docs/io/dapr/workflows/Workflow.html | 6 +- docs/io/dapr/workflows/WorkflowContext.html | 122 +- docs/io/dapr/workflows/WorkflowStub.html | 6 +- .../io/dapr/workflows/class-use/Workflow.html | 6 +- .../workflows/class-use/WorkflowContext.html | 6 +- .../workflows/class-use/WorkflowStub.html | 6 +- .../workflows/client/DaprWorkflowClient.html | 108 +- .../client/WorkflowFailureDetails.html | 108 +- .../client/WorkflowInstanceStatus.html | 187 +- .../client/class-use/DaprWorkflowClient.html | 6 +- .../class-use/WorkflowFailureDetails.html | 85 +- .../class-use/WorkflowInstanceStatus.html | 47 +- .../workflows/client/package-summary.html | 28 +- .../dapr/workflows/client/package-tree.html | 29 +- .../io/dapr/workflows/client/package-use.html | 51 +- .../internal/ApiTokenClientInterceptor.html | 12 +- .../class-use/ApiTokenClientInterceptor.html | 6 +- .../workflows/internal/package-summary.html | 6 +- .../dapr/workflows/internal/package-tree.html | 6 +- .../dapr/workflows/internal/package-use.html | 6 +- docs/io/dapr/workflows/package-summary.html | 10 +- docs/io/dapr/workflows/package-tree.html | 8 +- docs/io/dapr/workflows/package-use.html | 10 +- .../workflows/runtime/WorkflowRuntime.html | 27 +- .../runtime/WorkflowRuntimeBuilder.html | 24 +- .../runtime/WorkflowRuntimeStatus.html | 341 --- .../runtime/class-use/WorkflowRuntime.html | 6 +- .../class-use/WorkflowRuntimeBuilder.html | 11 +- .../class-use/WorkflowRuntimeStatus.html | 142 - .../workflows/runtime/package-summary.html | 31 +- .../dapr/workflows/runtime/package-tree.html | 27 +- .../dapr/workflows/runtime/package-use.html | 22 +- docs/member-search-index.js | 2 +- docs/overview-summary.html | 6 +- docs/overview-tree.html | 51 +- docs/project-reports.html | 6 +- docs/serialized-form.html | 197 +- docs/type-search-index.js | 2 +- 1196 files changed, 11602 insertions(+), 8404 deletions(-) delete mode 100644 docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html delete mode 100644 docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html delete mode 100644 docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html delete mode 100644 docs/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html diff --git a/README.md b/README.md index 79ccf044a..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.2 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.2 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.2 + 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.2') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.2') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.2') + 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 893b7415b..61b2e1d9e 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.2 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.2 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.2 + 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.2') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.2') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.2') + 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.2 + 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 e77b1671f..b530d06cd 100644 --- a/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md +++ b/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md @@ -26,12 +26,12 @@ If you already have a Spring Boot application, you can directly add the followin io.dapr.spring dapr-spring-boot-starter - 0.14.2 + 0.15.0 io.dapr.spring dapr-spring-boot-starter-test - 0.14.2 + 0.15.0 test ``` diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 213688141..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.2 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.
- -
+ +
 
+ +
Boolean configuration property.
- -
+ +
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 d0e4c60a2..b027aad44 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-parent 1.14.2 API) + +All Packages (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/constant-values.html b/docs/constant-values.html index 4b94b3247..2c55d620d 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (dapr-sdk-parent 1.14.2 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 f77ad9dd6..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.2 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 9f6436b2b..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.2 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 6b7d1acc7..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.2 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 094cae01c..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.2 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 90a7b20f6..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.2 API) + +Overview (dapr-sdk-workflows 0.15.0 API) - + @@ -49,7 +49,7 @@ loadScripts(document, 'script');
    -

    dapr-sdk-workflows 0.14.2 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 a228dec46..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.2 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 bb245d3a4..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.2 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 e485f5e47..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.2 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 5618177e2..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.2 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 29f00a391..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.2 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 fbb39736e..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.2 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 e1538c9d4..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.2 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 17737b09a..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.2 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 6c1bbf00d..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.2 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 c4b57c169..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.2 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 df66f5357..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.2 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 9a6210a25..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.2 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 932f3503c..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.2 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 891ff27f9..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.2 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 045036115..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.2 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 b4fbc5390..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.2 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 32a7c85dd..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.2 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 0d9c10abb..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.2 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 7375de1c2..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.2 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 24d03725e..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.2 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 bcc54df13..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.2 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 e067ef349..000000000 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - -WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.2 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 bf2802090..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.2 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 756c51097..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.2 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 cd87ada38..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.2 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 9b2aba707..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.2 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 67d09efa9..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.2 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 b41aab3b2..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.2 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 c29fcc83d..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,10 +25934,26 @@ 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.
    @@ -24473,35 +25966,48 @@ TODO: Cassie: probably add scheduler runtime status
    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
    @@ -24554,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
    @@ -24768,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
    @@ -24838,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
    @@ -24912,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
    @@ -25302,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
    @@ -25344,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
    @@ -25359,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
    @@ -25440,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
    @@ -25468,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
    @@ -25498,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

    @@ -25555,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
    @@ -25769,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
    @@ -25917,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
    @@ -26169,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
    @@ -26295,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
    @@ -26714,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.
    @@ -26861,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
    @@ -27009,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
    @@ -27241,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
    @@ -27275,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
    @@ -27347,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
    @@ -27451,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
    @@ -27591,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
    @@ -27665,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
    @@ -27843,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
    @@ -27917,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
    @@ -28095,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
    @@ -28169,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
    @@ -28374,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
    @@ -28449,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
    @@ -28523,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
    @@ -28665,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
    @@ -28717,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.
    @@ -28744,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
    @@ -28862,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
    @@ -28936,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
    @@ -29116,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
    @@ -29190,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
    @@ -29368,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
    @@ -29442,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
    @@ -29620,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
    @@ -29694,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
    @@ -29900,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
    @@ -29974,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
    @@ -30351,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

    @@ -30370,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.
    @@ -30390,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.
    @@ -30464,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
    @@ -30538,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
    @@ -30716,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
    @@ -30790,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
    @@ -30968,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
    @@ -31042,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
    @@ -31220,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
    @@ -31294,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
    @@ -31472,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
    @@ -31546,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
    @@ -31724,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
    @@ -31798,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
    @@ -31976,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
    @@ -32050,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
    @@ -32228,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
    @@ -32302,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
    @@ -32480,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
    @@ -32554,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
    @@ -32732,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
    @@ -32806,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
    @@ -32984,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
    @@ -33058,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
    @@ -33236,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
    @@ -33310,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
    @@ -33496,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
    @@ -33570,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
    @@ -33696,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
    @@ -33752,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.
    @@ -33964,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
    @@ -34086,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
    @@ -34193,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
    @@ -34284,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
    @@ -34391,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
    @@ -34548,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
    @@ -34586,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.
    @@ -34746,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
    @@ -34805,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
    @@ -34921,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
    @@ -35015,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
    @@ -35085,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
    @@ -35123,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.
    @@ -35211,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
    @@ -35231,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.
    @@ -35247,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
    @@ -35393,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
    @@ -35525,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"];
    @@ -35740,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;
    @@ -35758,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
    @@ -35812,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;
    @@ -35826,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
    @@ -36087,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
    @@ -36403,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
    @@ -36477,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
    @@ -36789,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
    @@ -37274,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
    @@ -37286,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
    @@ -37350,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
    @@ -37525,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
    @@ -37796,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
    @@ -37866,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
    @@ -37940,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
    @@ -38084,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
    @@ -38098,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
    @@ -38162,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
    @@ -38172,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
    @@ -38519,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.
    @@ -38637,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
    @@ -38658,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
    @@ -38778,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
    @@ -38852,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
    @@ -39202,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
    @@ -39666,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

    @@ -39681,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.
    @@ -39695,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
    @@ -39823,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
    @@ -39897,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
    @@ -40007,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
    @@ -40042,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.
    @@ -40573,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.
    @@ -40707,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.
    @@ -40766,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
    @@ -40789,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
    @@ -40807,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
    @@ -40821,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.
    @@ -40839,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.
    @@ -40899,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
    @@ -40934,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
    @@ -41054,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
    @@ -41128,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
    @@ -41251,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 2107437ab..5d94b1bd4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,11 @@ - -Overview (dapr-sdk-parent 1.14.2 API) + +Overview (dapr-sdk-parent 1.15.0 API) - + @@ -50,7 +50,7 @@ loadScripts(document, 'script');
    -

    dapr-sdk-parent 1.14.2 API

    +

    dapr-sdk-parent 1.15.0 API

    Packages
    diff --git a/docs/io/dapr/Rule.html b/docs/io/dapr/Rule.html index 1cf6febf1..65830260d 100644 --- a/docs/io/dapr/Rule.html +++ b/docs/io/dapr/Rule.html @@ -1,11 +1,11 @@ - -Rule (dapr-sdk-parent 1.14.2 API) + +Rule (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/io/dapr/Topic.html b/docs/io/dapr/Topic.html index 73bcf3959..ee49909d8 100644 --- a/docs/io/dapr/Topic.html +++ b/docs/io/dapr/Topic.html @@ -1,11 +1,11 @@ - -Topic (dapr-sdk-parent 1.14.2 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 3ab3ad2f7..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.2 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 169616640..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.2 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 03e411d77..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.2 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 f7c5895df..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.2 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 688be5c44..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.2 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 92923d555..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.2 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 cc8aadcd0..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.2 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 32bb83482..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.2 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 5dbc781e4..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.2 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 208430c80..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.2 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 7d84ae3e8..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.2 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 87ea5d86a..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.2 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 0ba2a7ae2..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.2 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 3f9a7430a..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.2 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 1f031faf4..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.2 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 fba10c9e2..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.2 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 30fb4c158..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.2 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 1988be69e..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.2 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 cd0fbd9ff..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.2 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 5baeb6766..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.2 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 35fe5e3fb..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.2 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 cdb0c3369..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.2 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 e27ee6844..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.2 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 3682157b4..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.2 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 1eae4f81d..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.2 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 3ca682270..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.2 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 d3044bdbc..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.2 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 56766556e..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.2 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 f4b8403fd..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.2 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 a8f31f2b0..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.2 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 a662d8793..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.2 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 b3f989ac2..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.2 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 c14caf54c..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.2 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 7339c3be8..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.2 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 c8c2e3357..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.2 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 78b40f271..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.2 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 5a2d29e91..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.2 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 234b0458f..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.2 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 fc40687d9..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.2 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 25c0e2407..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.2 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 74d79e8b3..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.2 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 b7fc54034..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.2 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 8e9c42ca1..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.2 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 559b68850..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.2 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 613cfe1ff..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.2 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 151179415..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.2 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 adaf1e6e4..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.2 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 0444e21e5..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.2 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 e32787813..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.2 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 96c75f3f1..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.2 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 aa3c31a6a..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.2 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 e822c996d..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.2 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 8ed1da7c6..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.2 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 31e30410a..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.2 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 0696416e1..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.2 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 b8882f713..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.2 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 a5db51f1a..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.2 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 122cf8ff1..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.2 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 0be545b40..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.2 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 0f5d5272f..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.2 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 580401ce4..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.2 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 9a47ddf1c..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.2 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 82dad85b0..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.2 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 b587a3dd4..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.2 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 b3d329d2f..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.2 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 376939608..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.2 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 d7a4760f9..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.2 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 9fb83348d..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.2 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 7c1e50926..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.2 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 92ec3f69c..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.2 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 53e773f8e..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.2 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 88c665c9a..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.2 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 7b99057dd..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.2 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 573af94d0..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.2 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 b7620dab6..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.2 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 ba2d6b47f..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.2 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 8f7fd4237..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.2 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 4beefa7a4..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.2 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 83b9de52a..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.2 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 520bde9ce..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.2 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 fea24d0a0..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.2 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 da3ab7ccf..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.2 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 79c79eed6..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.2 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 fdc90d6be..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.2 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 5bb10df54..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.2 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 7e893ba6d..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.2 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 cb7088135..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.2 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 0abd9f03b..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.2 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 c6de8fb29..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.2 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 60ed2a880..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.2 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 8b9b1ce8f..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.2 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 af2372e00..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.2 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 3d04a61fd..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.2 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 a23d41566..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.2 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 d2d047005..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.2 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 56f2aad19..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.2 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 a71d20a78..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.2 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 362bda6fd..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.2 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 a4a55d7e9..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.2 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 0f1990805..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.2 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 6326b9b57..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.2 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 581c1b39e..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.2 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 5e3e85520..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.2 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 d8c1a59de..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.2 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 9857c0560..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.2 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 52133dc3e..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.2 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 2da7b6c9d..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.2 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 2236ef6ab..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.2 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 9aa9eff20..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.2 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 ea9f097d5..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.2 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 43aadd794..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.2 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 65a0b15bf..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.2 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 54c2a1731..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.2 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 a22e936a7..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.2 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 2ef56fc1a..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.2 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 1702f492b..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.2 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 8df75eca1..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.2 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 44396acd5..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.2 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 8bad91063..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.2 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 fd604fc38..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.2 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 8b4f3a21b..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.2 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 a7f1a4c06..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.2 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 e81cb4d13..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.2 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 79cc5ccfe..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.2 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 eaaf02eaf..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.2 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 bb7dcb27f..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.2 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 59036b881..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.2 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 cdb93afa4..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.2 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 9720bca42..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.2 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 15df3ace4..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.2 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 b36cbe5f7..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.2 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 c8f806a8c..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.2 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 d45e7e8b6..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.2 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 71cc03cd4..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.2 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 35add025f..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.2 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 188931c2d..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.2 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 b157df6e6..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.2 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 41417fb69..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.2 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 d658167bd..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.2 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 ff0e2d0e1..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.2 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 03897c691..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.2 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 5c10c5dcf..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.2 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 08fb04548..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.2 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 590453392..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.2 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 39876d8c4..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.2 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 63cc73d5d..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.2 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 758458051..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.2 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 6d8dc443a..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.2 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 f95ae68f2..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.2 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 6c7583664..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.2 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 602a81dce..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.2 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 eb64450a7..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.2 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 59e156eb4..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.2 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 edd66beb5..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.2 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 063b24060..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.2 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 a1f188c8c..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.2 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 f105804fc..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.2 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 7f9e48b34..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.2 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 70e01a98d..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.2 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 871a0239e..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.2 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 bf2c55e80..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.2 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 6792c6dda..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.2 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 6cb3330e8..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.2 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 709e582e4..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.2 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 2bf721fa3..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.2 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 fb37a1e3f..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.2 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 3edd94949..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.2 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 013c97b16..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.2 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 c6835c2a6..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.2 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 e3d9fc800..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.2 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 03a2bf09f..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.2 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 64f3a9419..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.2 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 cd5448caf..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.2 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 b28e1f27e..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.2 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 9c2c3102e..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.2 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 1654be3e8..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.2 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 884075fec..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.2 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 b76459f4a..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.2 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 9707755e1..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.2 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 4572fb67b..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.2 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 23224f878..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.2 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 66d7b3380..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.2 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 3ec75a460..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.2 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 569ba75cc..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.2 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 31c9d1b00..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.2 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 6bd235ff1..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.2 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 536b65c82..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.2 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 cc053a62a..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.2 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 b8124fa21..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.2 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 099be6948..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.2 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 a1eaf9489..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.2 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 08c2a12c7..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.2 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 b5a8b0dd4..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.2 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 2747f7f94..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.2 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 bd43f2549..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.2 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 d3a2a7a38..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.2 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 da9395d24..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.2 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 8dff3f15d..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.2 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 28806ff1e..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.2 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 9aca2a7b0..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.2 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 4de576ded..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.2 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 ec09febc8..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.2 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 96a1efcc2..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.2 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 45d71501f..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.2 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 ae2c1d664..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.2 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 a860233cb..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.2 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 2ac56ac12..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.2 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 f5aff5e3a..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.2 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 a369ba4b6..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.2 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 aaaf0f095..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.2 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 194d78914..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.2 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 3453e06eb..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.2 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 14b173ea0..97186a3ec 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.2 API) + +Properties (dapr-sdk-parent 1.15.0 API) - + @@ -98,11 +98,41 @@ 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>
      @@ -118,6 +148,26 @@ loadScripts(document, 'script');
      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>
      @@ -240,6 +290,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
      @@ -247,6 +328,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
      diff --git a/docs/io/dapr/config/Property.html b/docs/io/dapr/config/Property.html index 73be8291c..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.2 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 91b2e25e2..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.2 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 c4fe337e6..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.2 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 c3de0a18e..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.2 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 d785ad111..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.2 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 c6952b457..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.2 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 b87d18585..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.2 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 c514eee1c..0c1b72c60 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.2 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,11 +140,41 @@ 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>
      @@ -155,6 +190,26 @@ loadScripts(document, 'script');
      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 52fc733c7..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.2 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 0c2dac755..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.2 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 639cc21c2..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.2 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 321c56899..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.2 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 9a33f4d00..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.2 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 d0fbfdb27..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.2 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 d933aa1fd..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.2 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 f85f25a21..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.2 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 1abee6d5c..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.2 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 2de788974..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.2 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 8a48ba51c..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.2 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 6c784a1e9..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.2 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 0e97537eb..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.2 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 3256dbe26..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.2 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 53f7926f8..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.2 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 3742d8efd..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.2 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 c84eae625..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.2 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 cacddcbda..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.2 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 df4f02fb8..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.2 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 282a38fbb..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.2 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 8c052f8a9..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.2 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 6fe02e2a5..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.2 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 58cfcb216..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.2 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 10b23ab01..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.2 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 63b4ce57c..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.2 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 5b659f983..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.2 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 53225ec01..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.2 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 70def541a..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.2 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 e92b487ac..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.2 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 020f2704b..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.2 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 b58b81a0a..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.2 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 4c1a16ff9..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.2 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 17550ae15..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.2 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 38ea9a0b7..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.2 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 06def0066..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.2 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 ba03896b2..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.2 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 80f1be9ed..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.2 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 acd80b9a1..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.2 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 0738380b7..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.2 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 56f2d7d3e..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.2 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 59feab987..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.2 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 9fbc60146..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.2 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 4301ce856..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.2 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 2dc854b3e..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.2 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 7706d8f69..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.2 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 2d07961d1..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.2 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 6cb56bfa2..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.2 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 77ebf5722..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.2 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 d57bf76da..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.2 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 72c5ad636..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.2 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 4c586e666..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.2 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 477bd4716..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.2 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 04d62acf6..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.2 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 95683868e..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.2 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 16ca00256..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.2 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 206f6ea0f..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.2 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 83dd70e5c..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.2 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 c5fc6dbab..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.2 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 b3fa1d47c..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.2 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 f1c1e6220..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.2 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 ebd294730..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.2 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 1e5e80129..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.2 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 2a7ed9916..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.2 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 8d533bcf2..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.2 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 7f853d6fd..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.2 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 6ae745c38..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.2 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 a60e40004..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.2 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 fc9717467..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.2 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 c8d9da992..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.2 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 27040271d..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.2 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 0f1baa54e..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.2 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 e32b60bd3..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.2 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 58b98b9c2..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.2 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 8f723427b..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.2 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 ecb23ed81..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.2 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 2eda8c72c..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.2 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 80667cabc..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.2 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 6f2a46b7b..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.2 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 38b9a8eff..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.2 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 f4344362e..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.2 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 33b86ff97..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.2 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 8e259f284..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.2 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 c02bcc9e5..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.2 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 70d3bd38f..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.2 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 a28f13d2d..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.2 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 989bc1303..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.2 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 98879e1e3..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.2 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 db124f035..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.2 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 b3397c9a8..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.2 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 2f53030ad..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.2 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 6d6aad3c8..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.2 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 4db9a9136..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.2 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 e98239416..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.2 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 88b3484ef..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.2 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 e02d51594..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.2 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 86c89e502..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.2 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 3891fa3da..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.2 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 4c88d8729..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.2 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 8a05b7dd4..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.2 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 975358259..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.2 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 680c553a6..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.2 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 4e11423d5..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.2 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 83808e5d0..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.2 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 53c20e228..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.2 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 aa899deac..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.2 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 8ae0fe3ad..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.2 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 3f0547efe..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.2 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 a99b99e91..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.2 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 cbc91a651..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.2 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 d02c200c8..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.2 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 9e35db090..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.2 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 20063f5a4..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.2 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 662a15842..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.2 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 e3b9fa6c7..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.2 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 5fe228406..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.2 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 10929d13e..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.2 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 2bf33bc6b..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.2 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 66ba5cab4..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.2 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 93c7492a5..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.2 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 2aef7311f..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.2 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 77503cbc5..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.2 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 170297836..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.2 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 09ac616cf..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.2 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 9dafd303c..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.2 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 6a0ac4f44..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.2 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 9edfbf2a6..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.2 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 3db948810..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.2 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 3a67af3f8..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.2 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 256491e66..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.2 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 f69202bae..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.2 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 59ae05111..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.2 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 214a762d6..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.2 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 051bd73a7..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.2 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 79936c280..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.2 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 f30a7a68b..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.2 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 2b2b1c118..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.2 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 7e7aeb44c..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.2 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 cfc8cbfd2..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.2 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 cb72a2724..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.2 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 13f2af9c2..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.2 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 662042e5b..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.2 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 7ccd83059..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.2 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 7996c7599..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.2 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 7f5f0edfc..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.2 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 4c29c7da6..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.2 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 9c1e395fa..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.2 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 ae26f0309..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.2 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 5afff09ac..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.2 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 20744bc31..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.2 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 378f7f462..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.2 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 79d128188..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.2 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 0c15963bd..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.2 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 b28e4565f..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.2 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 4c98db4ea..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.2 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 a843d8574..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.2 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 401f881ea..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.2 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 9ebac8a39..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.2 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 b4143d2c1..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.2 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 b0673548f..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.2 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 1040bf8a4..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.2 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 0ac6187cf..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.2 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 4c9df82db..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.2 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 8043c32d4..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.2 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 1b48ba219..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.2 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 e0b155794..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.2 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 8d00f83d0..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.2 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 c1d7c2286..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.2 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 15c1e08d4..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.2 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 8bb5b100f..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.2 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 1d136739c..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.2 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 aa78765f5..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.2 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 d13e57d18..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.2 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 5a38ee1ff..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.2 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 b43029cbd..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.2 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 4cd670a8d..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.2 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 832889fe4..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.2 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 e7e33ee12..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.2 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 e8a0d407f..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.2 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 351db58a4..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.2 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 5a98bd108..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.2 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 021fe44d2..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.2 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 6d514ae82..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.2 API) + +DaprProtos.InvokeBindingRequest.Builder (dapr-sdk-parent 1.15.0 API) - + @@ -750,6 +750,7 @@ implements - -DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.14.2 API) + +DaprProtos.InvokeBindingRequest (dapr-sdk-parent 1.15.0 API) - + @@ -549,6 +549,7 @@ implements - -DaprProtos.InvokeBindingRequestOrBuilder (dapr-sdk-parent 1.14.2 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 e61bb3a66..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.2 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 19f70f354..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.2 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 016824b0e..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.2 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 28d84b9cd..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.2 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 022b169e9..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.2 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 5b7f858a1..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.2 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 847185544..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.2 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 d2c84e1d1..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.2 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 d547c9c2c..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.2 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 ad960df2f..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.2 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 efb2eeac5..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.2 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 0efeae85e..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.2 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 7be3cc235..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.2 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 1e1738504..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.2 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 cee130de5..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.2 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 c03d86778..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.2 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 064612894..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.2 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 e7f9d0267..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.2 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 b7c06227f..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.2 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 e097217fb..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.2 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 6ff0be038..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.2 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 204819261..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.2 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 dce89ab61..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.2 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 a8b93d9db..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.2 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 209d623a4..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.2 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 14ad3273f..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.2 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 20c7ea53e..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.2 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 66b13ffe3..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.2 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 0ceb62cdf..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.2 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 33a1c8717..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.2 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 0c5fb7d30..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.2 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 2f426113f..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.2 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 c083a39c3..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.2 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 42b517f16..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.2 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 a78d39771..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.2 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 fc6f7edc8..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.2 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 b8fad9ba1..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.2 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 99d7aec69..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.2 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 f0fd5b2c8..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.2 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 2b8096357..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.2 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 91905a8e1..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.2 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 97160d117..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.2 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 6f0b473bc..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.2 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 689ccc7e6..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.2 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 0b2e92ac2..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.2 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 752b952f9..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.2 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 28859c4ec..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.2 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 ae2b947ff..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.2 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 624361b91..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.2 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 520d13a5e..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.2 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 7c3bcb2bd..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.2 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 f7a6d39a3..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.2 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 af9db8759..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.2 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 9d6b2d24b..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.2 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 598dfb806..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.2 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 9d0ac5209..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.2 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 6349d0ca9..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.2 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 e6add911a..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.2 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 91a76d8a2..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.2 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 65a8d096f..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.2 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 220fae2ab..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.2 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 f2eb8552a..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.2 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 ddf8426be..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.2 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 bbb7954ce..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.2 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 be9da44d1..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.2 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 5cc2bb009..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.2 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 7a8fd3655..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.2 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 94c5abd7d..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.2 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 b9429c403..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.2 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 fdfdf0d1d..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.2 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 868a0608e..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.2 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 96148cd80..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.2 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 37cb5117b..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.2 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 0ad0a5771..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.2 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 da3b1b98e..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.2 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 a23181263..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.2 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 e3c6a858c..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.2 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 2543f9111..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.2 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 b72a1f25d..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.2 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 1ce1dc08b..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.2 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 99bec8c51..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.2 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 e6eb781b5..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.2 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 9fad86372..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.2 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 4dbf0e3be..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.2 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 55f22259b..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.2 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 4a5d5432f..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.2 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 da5b05479..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.2 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 e89641491..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.2 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 d6746668c..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.2 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 7a6d9c9e7..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.2 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 0e7f18c72..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.2 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 41847d665..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.2 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 604b5342e..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.2 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 534c1301a..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.2 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 f0dfdbfcb..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.2 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 af50df4e2..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.2 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 924a643d9..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.2 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 ce95e63f4..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.2 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 1e475ec23..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.2 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 4af291e5c..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.2 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 5b89a2826..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.2 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 347604dcf..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.2 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 1b57f5172..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.2 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 3e76588a2..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.2 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 447f5d778..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.2 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 201d981e9..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.2 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 f4be5bc6e..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.2 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 a7b538623..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.2 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 f5a1845f4..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.2 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 a8180ff12..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.2 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 838be694b..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.2 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 86d7d99e9..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.2 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 494c514bd..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.2 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 cb7ca4480..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.2 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 5573c67d2..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.2 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 486a6ec61..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.2 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 93cd3897f..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.2 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 d749a1748..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.2 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 42f2ffd56..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.2 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 61a1b11d1..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.2 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 6dde2f6f5..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.2 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 68eb00be0..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.2 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 270015438..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.2 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 5b8026515..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.2 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 c9a41a818..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.2 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 ffeaaf7fe..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.2 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 5739edc56..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.2 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 914fe561e..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.2 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 927011360..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.2 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 ff21df1ec..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.2 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 31d0aaca1..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.2 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 61baa8e78..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.2 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 fd4971dca..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.2 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 6d2ae06ca..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.2 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 fad664c4c..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.2 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 58e76db68..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.2 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 53891c01c..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.2 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 1ae186756..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.2 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 24b8f1efd..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.2 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 ffe143515..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.2 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 4d2f4f952..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.2 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 076131ac8..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.2 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 b6db3864d..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.2 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 6e3b51c79..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.2 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 2a6013480..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.2 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 3230200d0..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.2 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 a43f38781..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.2 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 4592b9877..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.2 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 74e1c161d..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.2 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 4734e1729..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.2 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 014209352..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.2 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 f6ba499c0..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.2 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 0cb83f011..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.2 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 9b01fb5f1..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.2 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 73b020dca..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.2 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 b2d57589a..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.2 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 837ff9e3d..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.2 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 13b691943..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.2 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 eea55901e..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.2 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 76425c670..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.2 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 8fa4b08ed..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.2 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 9b6289e74..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.2 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 c40f084f2..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.2 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 b897020c7..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.2 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 80c6145cb..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.2 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 b479b580b..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.2 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 1d607e84d..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.2 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 0bbd63a8b..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.2 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 38efe3a5a..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.2 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 81ad2a066..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.2 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 35e13899c..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.2 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 09ae31dd0..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.2 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 497e0af3e..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.2 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 be2b871ee..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.2 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 fdd93299b..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.2 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 fa3555886..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.2 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 7192cc957..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.2 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 fadfd4a14..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.2 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 3bed05412..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.2 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 f2d99323f..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.2 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 b54148948..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.2 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 48c57fe02..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.2 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 48cab6543..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.2 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 e50489f6a..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.2 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 2de0d96ac..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.2 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 f3649e228..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.2 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 e5a4a0f40..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.2 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 bc29af11d..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.2 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 69d3089bb..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.2 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 0de1b8d88..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.2 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 264aac677..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.2 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 b97bc857d..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.2 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 cf7e5326c..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.2 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 b778eb59d..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.2 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 0b3219047..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.2 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 d5ad4c0d3..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.2 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 b69a00a52..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.2 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 f62ff22b3..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.2 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 df0ff3a0d..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.2 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 1bb419ebf..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.2 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 3cfff6474..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.2 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 defb09dec..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.2 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 58108ace1..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.2 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 5e46f8059..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.2 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 756853b4f..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.2 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 19556eb3f..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.2 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 953e3e6d5..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.2 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 8f67de6b6..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.2 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 f2b06ea89..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.2 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 babb6da1c..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.2 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 7b3bb94c7..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.2 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 3d16bdaae..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.2 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 8be029cb7..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.2 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 faa4de914..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.2 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 2d7afb5e7..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.2 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 3e8d8951d..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.2 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 67e24b390..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.2 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 e0b839967..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.2 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 e837628c6..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.2 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 ef957f2bc..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.2 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 bfdca2918..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.2 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 07b6361ae..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.2 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 95baf4721..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.2 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 1209ee8ec..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.2 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 3d2c22843..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.2 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 502afe15c..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.2 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 b5adcb43b..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.2 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 fd0abb5f2..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.2 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 87f2f03f4..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.2 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 7a6de4c70..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.2 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 4ec154af1..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.2 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 617207f4f..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.2 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 9fbe4a10e..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.2 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 a14c7ed8f..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.2 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 b4b14d5e1..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.2 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 c7019981e..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.2 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 67d03a66d..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.2 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 62c481988..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.2 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 5098e9801..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.2 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 2fe2c6a85..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.2 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 2cf544960..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.2 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 d2f0cc801..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.2 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 82b046976..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.2 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 433fb944f..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.2 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 914c3baec..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.2 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 f8ccdcc69..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.2 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 1fe442131..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.2 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 c0eb412fb..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.2 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 146c28594..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.2 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 b402c1bbe..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.2 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 0c0775275..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.2 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 5d7c31fd4..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.2 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 1df377785..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.2 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 c226bc0d7..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.2 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 1588c363d..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.2 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 b16e1bc73..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.2 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 0c9be4c39..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.2 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 4b68c0e6e..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.2 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 b41f73737..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.2 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 027b7da4a..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.2 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 7b6f60716..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.2 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 0a100f1ce..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.2 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 e94065c30..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.2 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 274d7685f..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.2 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 b666b9db9..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.2 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 9a820cf77..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.2 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 330793864..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.2 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 86dae4b15..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.2 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 78aee84f9..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.2 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 a031b8c31..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.2 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 0e5ec9a08..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.2 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 36554cb02..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.2 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 abb8fb9cd..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.2 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 6d995185d..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.2 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 20ddf1ad0..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.2 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 2da4f9161..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.2 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 002b86f18..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.2 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 effad7a03..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.2 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 8a8719eb3..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.2 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 65f732d89..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.2 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 a8254cf04..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.2 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 ed612a42e..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.2 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 9b1a75b44..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.2 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 d8f70981b..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.2 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 5476451d3..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.2 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 6a77f0c64..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.2 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 732369a6d..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.2 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 47f00f4e6..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.2 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 e14f6d419..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.2 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 1b33a05f4..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.2 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 62a4e64aa..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.2 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 32536bca0..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.2 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 89c65e8f5..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.2 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 3bbd0bab1..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.2 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 25ac869fd..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.2 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 41d3d817c..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.2 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 fa38ed51f..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.2 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 a17d8590d..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.2 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 7aed10b97..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.2 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 4c8a6404b..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.2 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 39cd69abb..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.2 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 c31c9c5d7..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.2 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 ca16d65a7..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.2 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 10069dc51..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.2 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 83d26d381..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.2 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 13d925b87..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.2 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 bd1e1207b..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.2 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 1b419f592..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.2 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 e3b1e36ff..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.2 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 7c7b8b5f6..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.2 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 53f8ba605..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.2 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 f36e59fd6..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.2 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 17abff25f..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.2 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 c801d07b3..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.2 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 e11d5df88..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.2 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 a5f9b2fb6..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.2 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 69f1866e2..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.2 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 c544aff30..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.2 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 5c1a3f787..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.2 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 ae1fdcc67..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.2 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 9e95cfc6b..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.2 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 b2e2d027d..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.2 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 b96ec9ab9..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.2 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 c79940768..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.2 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 c546ec941..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.2 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 96f7394f7..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.2 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 2b4e13e86..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.2 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 d4b7d088c..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.2 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 9bcd67268..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.2 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 fccff924c..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.2 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 9ab1cc00e..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.2 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 083d47b51..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.2 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 7454d8685..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.2 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 52f41319d..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.2 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 ec5b7f5f4..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.2 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 fead3b2cd..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.2 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 a8ff094ac..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.2 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 6f7126e97..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.2 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 8c1dd3f7e..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.2 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 0a2179b6b..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.2 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 0fff43edd..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.2 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 2a9221763..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.2 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 dd46729f8..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.2 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 6dddc7ed7..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.2 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 cc7ba1cc8..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.2 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 917dce5aa..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.2 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 43cf70e14..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.2 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 9d1846c1d..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.2 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 81d13e431..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.2 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 56cbf6b4a..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.2 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 5bbf0303c..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.2 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 09cc55e64..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.2 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 ed2aad4e9..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.2 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 6d325479b..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.2 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 77a3a5aa4..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.2 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 ff8742bee..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.2 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 90c48a1d0..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.2 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 22cfef285..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.2 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 d7ee4b67a..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.2 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 8bc525e63..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.2 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 aa0f31057..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.2 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 5d4d28cda..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.2 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 63d6cb8e2..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.2 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 ae05ab61a..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.2 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 4af2c9d2d..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.2 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 a95c3d931..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.2 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 40ec30e23..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.2 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 7c88e0d60..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.2 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 df87e66a6..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.2 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 b41586c1c..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.2 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 030a4c047..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.2 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 c2d7c7f35..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.2 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 7e01c0efa..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.2 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 12db64cf0..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.2 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 41e9f7038..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.2 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 35458970a..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.2 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 ffb546f31..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.2 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 8ef3ed8af..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.2 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 c36be6244..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.2 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 fdac6443b..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.2 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 29560ae73..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.2 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 e4b18a72f..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.2 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 8e57b198d..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.2 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 5ce8375a3..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.2 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 8f3646efd..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.2 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 fe5741213..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.2 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 00e4101fc..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.2 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 c1fe617a7..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.2 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 49b910e8d..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.2 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 f8f3a3f3a..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.2 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 eba1fca5f..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.2 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 caa4fbe3a..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.2 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 dda81aa8e..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.2 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 d0360893b..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.2 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 3750f86cb..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.2 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 365a19490..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.2 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 ecaae7f91..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.2 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 3afab54b3..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.2 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 69c86e1a7..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.2 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 ae70c975d..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.2 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 ba04efed0..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.2 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 d664cf610..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.2 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 a63765890..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.2 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 f17e11a7a..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.2 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 af0a7a847..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.2 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 8d04fe5ae..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.2 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 30ebe4bdc..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.2 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 ab37e7ad1..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.2 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 91585802c..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.2 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 b906241e3..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.2 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 7b19db7f0..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.2 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 8df1b9c47..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.2 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 74e0e4e13..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.2 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 f142a49a5..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.2 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 a30eb6b05..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.2 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 03565f210..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.2 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 03c85c41b..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.2 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 dd5289317..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.2 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 d2f3be441..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.2 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 2d2cd4d3e..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.2 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 2d6dab341..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.2 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 d4de5320f..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.2 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 94bc4586d..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.2 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 87ad92907..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.2 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 30ea17e50..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.2 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 abaafd117..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.2 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 26c113808..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.2 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 74fcbc081..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.2 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 965a9aa61..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.2 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 a1a8c46ec..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.2 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 2f0446c3c..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.2 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 e91f68c8b..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.2 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 edb0f0d6a..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.2 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 99c17a6b2..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.2 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 162efc47b..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.2 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 102549ca6..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.2 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 157cbb443..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.2 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 88daba91d..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.2 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 e89d25d9f..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.2 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 830d1a7dc..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.2 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 6514169c7..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.2 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 8ce2c037a..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.2 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 1ddf9d7e5..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.2 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 44a349418..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.2 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 e9c067297..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.2 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 8a878d5fb..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.2 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 b6566094e..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.2 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 cd866ae8c..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.2 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 3e24e3132..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.2 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 55c31b8bb..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.2 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 b440fd741..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.2 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 3636ca975..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.2 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 2efdb6b71..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.2 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 8227996a0..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.2 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 2872329cb..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.2 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 213611bdd..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.2 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 2ac41c522..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.2 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 4577a6972..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.2 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 fafca2cd6..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.2 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 89cd49a4b..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.2 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 9a3bbf73f..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.2 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 6c1e110fd..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.2 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 9cae14e33..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.2 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 14f0d694d..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.2 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 b9598978f..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.2 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 6d3cfd4ea..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.2 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 8e6e73593..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.2 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 6f172e930..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.2 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 7ee87f60c..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.2 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 da2397d74..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.2 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 370babcfc..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.2 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 5aaae64fb..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.2 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 8d8e8ba23..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.2 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 6f1e68057..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.2 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 991598c34..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.2 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 5d54780f6..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.2 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 f4ed48703..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.2 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 f4831bf61..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.2 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 a87d65058..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.2 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 0d0dfccf8..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.2 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 1bc135d58..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.2 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 5fa194f7a..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.2 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 8a9edbb1b..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.2 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 79fe99e53..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.2 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 f9c4786ae..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.2 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 97c55d64b..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.2 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 5f712ec96..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.2 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 3771b6a5d..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.2 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 8c3e86d99..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.2 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 c42b86cba..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.2 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 609f29b4c..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.2 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 57638b580..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.2 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 0cef65efc..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.2 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 c7afb6cef..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.2 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 c4f938d08..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.2 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 daa56a71d..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.2 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 d1e19bd55..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.2 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 a21d92201..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.2 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 78fa1bcdd..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.2 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 a4897e5f3..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.2 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 c03d4b0a9..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.2 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 07dd4636e..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.2 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 0df4b041f..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.2 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 45a20871c..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.2 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 e72848637..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.2 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 5154c4e4c..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.2 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 1782f0a04..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.2 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 0b4e34ee4..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.2 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 fc0aef2da..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.2 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 2805e60b5..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.2 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 3d8f867dd..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.2 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 2205ac160..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.2 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 222ec3ca4..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.2 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 714c309af..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.2 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 c3b276c20..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.2 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 ed80c2454..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.2 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 8ed4f2b70..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.2 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 813794c11..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.2 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 4a9fc1134..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.2 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 72b2f0c87..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.2 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 bf5a56e9e..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.2 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 46ce6e188..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.2 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 c410deecb..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.2 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 33e6bf0a7..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.2 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 cd0070226..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.2 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 daf6a5c5d..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.2 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 7012f1a18..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.2 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 72bba8401..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.2 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 318cf853b..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.2 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 c44e303f7..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.2 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 8668fff22..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.2 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 403f12cb9..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.2 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 ff54bee3d..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.2 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 8d1d544c1..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.2 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 f7d175eb0..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.2 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 0f401ff92..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.2 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 4eb79a2b1..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.2 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 b87bfa8af..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.2 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 6b386aa45..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.2 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 ed2d2709c..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.2 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 41ce6733a..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.2 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 cc2678701..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.2 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 c0a55df27..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.2 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 a0c77b1a0..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.2 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 2c1d7945b..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.2 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 6c25a11eb..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.2 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 42639e542..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.2 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 5b21d753f..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.2 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 75f5b4f0c..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.2 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 4d4c95e7e..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.2 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 48d515ce0..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.2 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 649ddeeed..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.2 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 db1dae63e..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.2 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 a57d41c66..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.2 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 3c401d738..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.2 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 22eb71931..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.2 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 46cb69cc9..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.2 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 a680726bf..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.2 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 c5fa66e51..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.2 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 cbc434148..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.2 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 d27f695f5..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.2 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 d931eb661..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.2 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 a69a11e10..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.2 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 87de342fd..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.2 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 1cd7d0c16..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.2 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 9406c692f..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.2 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 fe719265d..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.2 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 4e8ab582f..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.2 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 8dc575fbe..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.2 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 acb74a34c..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.2 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 4aaffd771..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.2 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 e44202974..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.2 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 cec5f3c62..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.2 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 f176221e7..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.2 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 6775cce63..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.2 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 1a0ab59fa..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.2 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 04a5e25d4..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.2 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 5c068971b..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.2 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 40ca102fc..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.2 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 75a33ae52..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.2 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 81be57ccb..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.2 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 a962e8ee5..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.2 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 a02d95a1b..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.2 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 32795e3c8..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.2 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 58ed1a18c..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.2 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 f41f4d1f3..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.2 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 7f6a431ae..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.2 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 06429f269..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.2 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 08bd4e645..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.2 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 894db876f..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.2 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 03373171f..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.2 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 b16337ddd..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.2 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 e3acb5b9f..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.2 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 532a57bd7..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.2 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 65b440782..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.2 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 14fd3bc28..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.2 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 d6b135f46..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.2 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 119831682..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.2 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 2b572c838..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.2 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 23ac9a629..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.2 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 7b57efcae..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.2 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 788d9d78a..000000000 --- a/docs/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - -WorkflowRuntimeStatus (dapr-sdk-parent 1.14.2 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 c1f7348de..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.2 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 55c15b95c..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.2 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 d1f23af75..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.2 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 bb943d444..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.2 API) + +io.dapr.workflows.runtime (dapr-sdk-parent 1.15.0 API) - + @@ -16,11 +16,7 @@ -