diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html
new file mode 100644
index 000000000..36f87b778
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.Builder.html
@@ -0,0 +1,1368 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.google.protobuf.AbstractMessageLite.Builder
+
+
+com.google.protobuf.AbstractMessage.Builder<BuilderType>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Static Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method
+Description
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
+ Object value)
+
+
+
+DaprProtos.SubtleWrapKeyRequest
+build ()
+
+
+
+DaprProtos.SubtleWrapKeyRequest
+buildPartial ()
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clear ()
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearAlgorithm ()
+
+
+ Algorithm to use, as in the JWA standard.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearAssociatedData ()
+
+
+ Associated Data when using AEAD ciphers (optional).
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearComponentName ()
+
+
+ Name of the component
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearKeyName ()
+
+
+ Name (or name/version) of the key.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearNonce ()
+
+
+ Nonce / initialization vector.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clearPlaintextKey ()
+
+
+ Key to wrap
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+clone ()
+
+
+
+String
+getAlgorithm ()
+
+
+ Algorithm to use, as in the JWA standard.
+
+
+
+com.google.protobuf.ByteString
+getAlgorithmBytes ()
+
+
+ Algorithm to use, as in the JWA standard.
+
+
+
+com.google.protobuf.ByteString
+getAssociatedData ()
+
+
+ Associated Data when using AEAD ciphers (optional).
+
+
+
+String
+getComponentName ()
+
+
+ Name of the component
+
+
+
+com.google.protobuf.ByteString
+getComponentNameBytes ()
+
+
+ Name of the component
+
+
+
+DaprProtos.SubtleWrapKeyRequest
+getDefaultInstanceForType ()
+
+
+
+static com.google.protobuf.Descriptors.Descriptor
+getDescriptor ()
+
+
+
+com.google.protobuf.Descriptors.Descriptor
+getDescriptorForType ()
+
+
+
+String
+getKeyName ()
+
+
+ Name (or name/version) of the key.
+
+
+
+com.google.protobuf.ByteString
+getKeyNameBytes ()
+
+
+ Name (or name/version) of the key.
+
+
+
+com.google.protobuf.ByteString
+getNonce ()
+
+
+ Nonce / initialization vector.
+
+
+
+com.google.protobuf.ByteString
+getPlaintextKey ()
+
+
+ Key to wrap
+
+
+
+protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+internalGetFieldAccessorTable ()
+
+
+
+boolean
+isInitialized ()
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+mergeFrom (com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+mergeFrom (com.google.protobuf.Message other)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+mergeFrom (DaprProtos.SubtleWrapKeyRequest other)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setAlgorithm (String value)
+
+
+ Algorithm to use, as in the JWA standard.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setAlgorithmBytes (com.google.protobuf.ByteString value)
+
+
+ Algorithm to use, as in the JWA standard.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setAssociatedData (com.google.protobuf.ByteString value)
+
+
+ Associated Data when using AEAD ciphers (optional).
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setComponentName (String value)
+
+
+ Name of the component
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setComponentNameBytes (com.google.protobuf.ByteString value)
+
+
+ Name of the component
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setField (com.google.protobuf.Descriptors.FieldDescriptor field,
+ Object value)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setKeyName (String value)
+
+
+ Name (or name/version) of the key.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setKeyNameBytes (com.google.protobuf.ByteString value)
+
+
+ Name (or name/version) of the key.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setNonce (com.google.protobuf.ByteString value)
+
+
+ Nonce / initialization vector.
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setPlaintextKey (com.google.protobuf.ByteString value)
+
+
+ Key to wrap
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
+ int index,
+ Object value)
+
+
+
+DaprProtos.SubtleWrapKeyRequest.Builder
+setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
+
+
+
+
+
+
+
+Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
+getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessage.Builder
+findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
+addAll, addAll, mergeFrom, newUninitializedMessageException
+
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLite.Builder
+mergeFrom
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html
new file mode 100644
index 000000000..1e09432d6
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html
@@ -0,0 +1,1341 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.google.protobuf.AbstractMessageLite
+
+
+com.google.protobuf.AbstractMessage
+
+
+com.google.protobuf.GeneratedMessageV3
+
+
+io.dapr.v1.DaprProtos.SubtleWrapKeyRequest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
+com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
+
+
+
+
+
+Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
+com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from class com.google.protobuf.GeneratedMessageV3
+alwaysUseFieldBuilders, unknownFields
+
+
+
+
+
+Fields inherited from class com.google.protobuf.AbstractMessage
+memoizedSize
+
+
+
+
+
+Fields inherited from class com.google.protobuf.AbstractMessageLite
+memoizedHashCode
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class com.google.protobuf.GeneratedMessageV3
+canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessage
+findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessageLite
+addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
+
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLite
+toByteArray, toByteString, writeDelimitedTo, writeTo
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html
new file mode 100644
index 000000000..61c998494
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyRequestOrBuilder.html
@@ -0,0 +1,500 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
+isInitialized
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getAlgorithm
+String getAlgorithm()
+
+ Algorithm to use, as in the JWA standard.
+
+
+
string algorithm = 3;
+
+Returns:
+The algorithm.
+
+
+
+
+
+
+
+
+
+
+
+
+getKeyName
+String getKeyName()
+
+ Name (or name/version) of the key.
+
+
+
string key_name = 4 [json_name = "keyName"];
+
+Returns:
+The keyName.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html
new file mode 100644
index 000000000..cf52e054d
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.Builder.html
@@ -0,0 +1,872 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.google.protobuf.AbstractMessageLite.Builder
+
+
+com.google.protobuf.AbstractMessage.Builder<BuilderType>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
+getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessage.Builder
+findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
+addAll, addAll, mergeFrom, newUninitializedMessageException
+
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLite.Builder
+mergeFrom
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html
new file mode 100644
index 000000000..ede4718e5
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html
@@ -0,0 +1,1073 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.google.protobuf.AbstractMessageLite
+
+
+com.google.protobuf.AbstractMessage
+
+
+com.google.protobuf.GeneratedMessageV3
+
+
+io.dapr.v1.DaprProtos.SubtleWrapKeyResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
+com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
+
+
+
+
+
+Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
+com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from class com.google.protobuf.GeneratedMessageV3
+alwaysUseFieldBuilders, unknownFields
+
+
+
+
+
+Fields inherited from class com.google.protobuf.AbstractMessage
+memoizedSize
+
+
+
+
+
+Fields inherited from class com.google.protobuf.AbstractMessageLite
+memoizedHashCode
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class com.google.protobuf.GeneratedMessageV3
+canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessage
+findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
+
+
+
+
+
+Methods inherited from class com.google.protobuf.AbstractMessageLite
+addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
+
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLite
+toByteArray, toByteString, writeDelimitedTo, writeTo
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html
new file mode 100644
index 000000000..a66b813d0
--- /dev/null
+++ b/docs/io/dapr/v1/DaprProtos.SubtleWrapKeyResponseOrBuilder.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
+isInitialized
+
+
+
+
+
+Methods inherited from interface com.google.protobuf.MessageOrBuilder
+findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html
index c99169cce..c481afb0b 100644
--- a/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html
+++ b/docs/io/dapr/v1/DaprProtos.TerminateWorkflowRequest.Builder.html
@@ -2,10 +2,10 @@
-
-DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html
new file mode 100644
index 000000000..8dcf45f83
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequest.html
@@ -0,0 +1,341 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.DecryptRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html
new file mode 100644
index 000000000..461cbc689
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.Builder.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html
new file mode 100644
index 000000000..d9007ef78
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptions.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.DecryptRequestOptions (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html
new file mode 100644
index 000000000..70cb3e140
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOptionsOrBuilder.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOptionsOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html
new file mode 100644
index 000000000..f78c64a96
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.DecryptRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html
new file mode 100644
index 000000000..975ccb043
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.Builder.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.DecryptResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html
new file mode 100644
index 000000000..debd5a511
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponse.html
@@ -0,0 +1,351 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.DecryptResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html
new file mode 100644
index 000000000..cfea19e02
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DecryptResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.DecryptResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 bfe940d49..8b1db3a36 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.DeleteBulkStateRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.DeleteBulkStateRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html
new file mode 100644
index 000000000..18b7153bf
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequest.html
@@ -0,0 +1,341 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.EncryptRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html
new file mode 100644
index 000000000..32b872d79
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.Builder.html
@@ -0,0 +1,441 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html
new file mode 100644
index 000000000..b39940818
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptions.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.EncryptRequestOptions (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html
new file mode 100644
index 000000000..80d176110
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOptionsOrBuilder.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOptionsOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html
new file mode 100644
index 000000000..6d253cd7a
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.EncryptRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html
new file mode 100644
index 000000000..98a5c66c7
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.Builder.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.EncryptResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html
new file mode 100644
index 000000000..ccebf9f6c
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponse.html
@@ -0,0 +1,351 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.EncryptResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html
new file mode 100644
index 000000000..c3788b789
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.EncryptResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.EncryptResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 eb6668127..148e1c541 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.ExecuteActorStateTransactionRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html
new file mode 100644
index 000000000..ed90fc809
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.PauseWorkflowRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html
new file mode 100644
index 000000000..58a9814ab
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.PauseWorkflowRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.PauseWorkflowRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 c0939572a..6515f41e5 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.PublishEventRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.PublishEventRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html
new file mode 100644
index 000000000..2c948d9f1
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.PurgeWorkflowRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html
new file mode 100644
index 000000000..4ba606e70
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.PurgeWorkflowRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.PurgeWorkflowRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 857114fb0..2622fd3f2 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.QueryStateItem.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.QueryStateItem.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html
similarity index 54%
rename from docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponse.html
rename to docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html
index 6c7572e00..3f9b3830c 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponse.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequest.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowResponse (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
Overview
Package
-Class
+Class
Use
Tree
Deprecated
@@ -95,13 +95,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-Packages that use DaprProtos.TerminateWorkflowResponse
+Packages that use DaprProtos.RaiseEventWorkflowRequest
Package
Description
@@ -120,9 +120,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-
+
-Methods in io.dapr.v1 that return DaprProtos.TerminateWorkflowResponse
+Methods in io.dapr.v1 that return DaprProtos.RaiseEventWorkflowRequest
Modifier and Type
Method
@@ -130,183 +130,173 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse.Builder. build ()
+DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest.Builder. build ()
-DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse.Builder. buildPartial ()
+DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest.Builder. buildPartial ()
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. getDefaultInstance ()
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. getDefaultInstance ()
-DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse.Builder. getDefaultInstanceForType ()
+DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest.Builder. getDefaultInstanceForType ()
-DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. getDefaultInstanceForType ()
+DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. getDefaultInstanceForType ()
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseDelimitedFrom (InputStream input)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseDelimitedFrom (InputStream input)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseDelimitedFrom (InputStream input,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseDelimitedFrom (InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (byte[] data)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (byte[] data)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (byte[] data,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (com.google.protobuf.ByteString data)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (com.google.protobuf.ByteString data)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (com.google.protobuf.ByteString data,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (com.google.protobuf.CodedInputStream input)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (com.google.protobuf.CodedInputStream input)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (com.google.protobuf.CodedInputStream input,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (InputStream input)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (InputStream input)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (InputStream input,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (ByteBuffer data)
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (ByteBuffer data)
-static DaprProtos.TerminateWorkflowResponse
-DaprProtos.TerminateWorkflowResponse. parseFrom (ByteBuffer data,
+static DaprProtos.RaiseEventWorkflowRequest
+DaprProtos.RaiseEventWorkflowRequest. parseFrom (ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+
+
+
+
-
-
-
-Method parameters in io.dapr.v1 with type arguments of type DaprProtos.TerminateWorkflowResponse
-
-Modifier and Type
-Method
-Description
-
-
void
-DaprGrpc.DaprImplBase. terminateWorkflowAlpha1 (DaprProtos.TerminateWorkflowRequest request,
- io.grpc.stub.StreamObserver<DaprProtos.TerminateWorkflowResponse > responseObserver)
+DaprGrpc.DaprImplBase. raiseEventWorkflowAlpha1 (DaprProtos.RaiseEventWorkflowRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
- Terminate Workflow
+ Raise an event to a running workflow instance
void
-DaprGrpc.DaprStub. terminateWorkflowAlpha1 (DaprProtos.TerminateWorkflowRequest request,
- io.grpc.stub.StreamObserver<DaprProtos.TerminateWorkflowResponse > responseObserver)
+DaprGrpc.DaprStub. raiseEventWorkflowAlpha1 (DaprProtos.RaiseEventWorkflowRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
- Terminate Workflow
+ Raise an event to a running workflow instance
@@ -331,7 +321,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
Overview
Package
-Class
+Class
Use
Tree
Deprecated
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html
similarity index 77%
rename from docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponseOrBuilder.html
rename to docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html
index 7334b5547..e3172ed72 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowResponseOrBuilder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.RaiseEventWorkflowRequestOrBuilder.html
@@ -2,10 +2,10 @@
-
-Uses of Interface io.dapr.v1.DaprProtos.TerminateWorkflowResponseOrBuilder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Interface io.dapr.v1.DaprProtos.RaiseEventWorkflowRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
Overview
Package
-Class
+Class
Use
Tree
Deprecated
@@ -95,13 +95,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-Packages that use DaprProtos.TerminateWorkflowResponseOrBuilder
+Packages that use DaprProtos.RaiseEventWorkflowRequestOrBuilder
Package
Description
@@ -120,9 +120,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-
+
-Classes in io.dapr.v1 that implement DaprProtos.TerminateWorkflowResponseOrBuilder
+Classes in io.dapr.v1 that implement DaprProtos.RaiseEventWorkflowRequestOrBuilder
Modifier and Type
Class
@@ -131,16 +131,18 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
static class
-DaprProtos.TerminateWorkflowResponse
+DaprProtos.RaiseEventWorkflowRequest
-Protobuf type dapr.proto.runtime.v1.TerminateWorkflowResponse
+
+ RaiseEventWorkflowRequest is the request for RaiseEventWorkflowAlpha1.
static class
-DaprProtos.TerminateWorkflowResponse.Builder
+DaprProtos.RaiseEventWorkflowRequest.Builder
-Protobuf type dapr.proto.runtime.v1.TerminateWorkflowResponse
+
+ RaiseEventWorkflowRequest is the request for RaiseEventWorkflowAlpha1.
@@ -165,7 +167,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
Overview
Package
-Class
+Class
Use
Tree
Deprecated
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 203d9eb86..ce1afaf1c 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.RegisterActorReminderRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.RegisterActorReminderRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html
new file mode 100644
index 000000000..6db9937a1
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.ResumeWorkflowRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html
new file mode 100644
index 000000000..9f9c39e58
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.ResumeWorkflowRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.ResumeWorkflowRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 dd49a158b..ec6ed37c4 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SaveStateRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.SaveStateRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html
new file mode 100644
index 000000000..2a4a99150
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.StartWorkflowResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html
new file mode 100644
index 000000000..9b6f57294
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.StartWorkflowResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.StartWorkflowResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 28aa8b5e5..b4657b21d 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubscribeConfigurationRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html
new file mode 100644
index 000000000..2fa90835f
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html
new file mode 100644
index 000000000..67cb2d019
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html
new file mode 100644
index 000000000..c7d05fcb8
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.Builder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html
new file mode 100644
index 000000000..11e20a9fb
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleDecryptResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html
new file mode 100644
index 000000000..dc1f30264
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleDecryptResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleDecryptResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html
new file mode 100644
index 000000000..f3b3e06bd
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.Builder.html
@@ -0,0 +1,399 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html
new file mode 100644
index 000000000..61a7c940c
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html
new file mode 100644
index 000000000..f9c68615d
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html
new file mode 100644
index 000000000..c5df721ec
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.Builder.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html
new file mode 100644
index 000000000..09c9a5262
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleEncryptResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html
new file mode 100644
index 000000000..5fc32f0aa
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleEncryptResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleEncryptResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html
new file mode 100644
index 000000000..463e33192
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.Builder.html
@@ -0,0 +1,351 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html
new file mode 100644
index 000000000..6863402e3
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.KeyFormat.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest.KeyFormat (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html
new file mode 100644
index 000000000..3067e9eeb
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html
new file mode 100644
index 000000000..7196d6939
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html
new file mode 100644
index 000000000..b10b408a5
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.Builder.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html
new file mode 100644
index 000000000..ead517753
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleGetKeyResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html
new file mode 100644
index 000000000..fe42318a5
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleGetKeyResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleGetKeyResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html
new file mode 100644
index 000000000..008e87db2
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.Builder.html
@@ -0,0 +1,367 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.WorkflowReference.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html
similarity index 56%
rename from docs/io/dapr/v1/class-use/DaprProtos.WorkflowReference.html
rename to docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html
index 4846a94fe..40b06cfff 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.WorkflowReference.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequest.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.WorkflowReference (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleSignRequest (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
Overview
Package
-Class
+Class
Use
Tree
Deprecated
@@ -95,13 +95,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-Packages that use DaprProtos.WorkflowReference
+Packages that use DaprProtos.SubtleSignRequest
Package
Description
@@ -120,9 +120,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-
+
-Methods in io.dapr.v1 that return DaprProtos.WorkflowReference
+Methods in io.dapr.v1 that return DaprProtos.SubtleSignRequest
Modifier and Type
Method
@@ -130,183 +130,173 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference.Builder. build ()
+DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest.Builder. build ()
-DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference.Builder. buildPartial ()
+DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest.Builder. buildPartial ()
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. getDefaultInstance ()
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. getDefaultInstance ()
-DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference.Builder. getDefaultInstanceForType ()
+DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest.Builder. getDefaultInstanceForType ()
-DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. getDefaultInstanceForType ()
+DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. getDefaultInstanceForType ()
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseDelimitedFrom (InputStream input)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseDelimitedFrom (InputStream input)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseDelimitedFrom (InputStream input,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseDelimitedFrom (InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (byte[] data)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (byte[] data)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (byte[] data,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (com.google.protobuf.ByteString data)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (com.google.protobuf.ByteString data)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (com.google.protobuf.ByteString data,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (com.google.protobuf.CodedInputStream input)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (com.google.protobuf.CodedInputStream input)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (com.google.protobuf.CodedInputStream input,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (InputStream input)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (InputStream input)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (InputStream input,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (ByteBuffer data)
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (ByteBuffer data)
-static DaprProtos.WorkflowReference
-DaprProtos.WorkflowReference. parseFrom (ByteBuffer data,
+static DaprProtos.SubtleSignRequest
+DaprProtos.SubtleSignRequest. parseFrom (ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+
+
+
+
-
-
-
-Method parameters in io.dapr.v1 with type arguments of type DaprProtos.WorkflowReference
-
-Modifier and Type
-Method
-Description
-
-
void
-DaprGrpc.DaprImplBase. startWorkflowAlpha1 (DaprProtos.StartWorkflowRequest request,
- io.grpc.stub.StreamObserver<DaprProtos.WorkflowReference > responseObserver)
+DaprGrpc.DaprImplBase. subtleSignAlpha1 (DaprProtos.SubtleSignRequest request,
+ io.grpc.stub.StreamObserver<DaprProtos.SubtleSignResponse > responseObserver)
- Start Workflow
+ SubtleSignAlpha1 signs a message using a key stored in the vault.
void
-DaprGrpc.DaprStub. startWorkflowAlpha1 (DaprProtos.StartWorkflowRequest request,
- io.grpc.stub.StreamObserver<DaprProtos.WorkflowReference > responseObserver)
+DaprGrpc.DaprStub. subtleSignAlpha1 (DaprProtos.SubtleSignRequest request,
+ io.grpc.stub.StreamObserver<DaprProtos.SubtleSignResponse > responseObserver)
- Start Workflow
+ SubtleSignAlpha1 signs a message using a key stored in the vault.
@@ -331,7 +321,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
Overview
Package
-Class
+Class
Use
Tree
Deprecated
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.WorkflowReferenceOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html
similarity index 79%
rename from docs/io/dapr/v1/class-use/DaprProtos.WorkflowReferenceOrBuilder.html
rename to docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html
index b3845c77a..bcd83d51c 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.WorkflowReferenceOrBuilder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignRequestOrBuilder.html
@@ -2,10 +2,10 @@
-
-Uses of Interface io.dapr.v1.DaprProtos.WorkflowReferenceOrBuilder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleSignRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
Overview
Package
-Class
+Class
Use
Tree
Deprecated
@@ -95,13 +95,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-Packages that use DaprProtos.WorkflowReferenceOrBuilder
+Packages that use DaprProtos.SubtleSignRequestOrBuilder
Package
Description
@@ -120,9 +120,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-
+
-Classes in io.dapr.v1 that implement DaprProtos.WorkflowReferenceOrBuilder
+Classes in io.dapr.v1 that implement DaprProtos.SubtleSignRequestOrBuilder
Modifier and Type
Class
@@ -131,16 +131,18 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
static class
-DaprProtos.WorkflowReference
+DaprProtos.SubtleSignRequest
-Protobuf type dapr.proto.runtime.v1.WorkflowReference
+
+ SubtleSignRequest is the request for SubtleSignAlpha1.
static class
-DaprProtos.WorkflowReference.Builder
+DaprProtos.SubtleSignRequest.Builder
-Protobuf type dapr.proto.runtime.v1.WorkflowReference
+
+ SubtleSignRequest is the request for SubtleSignAlpha1.
@@ -165,7 +167,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
Overview
Package
-Class
+Class
Use
Tree
Deprecated
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html
new file mode 100644
index 000000000..7111eaa7d
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.Builder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html
new file mode 100644
index 000000000..167f5bad5
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleSignResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html
new file mode 100644
index 000000000..5034a2d1d
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleSignResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleSignResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html
new file mode 100644
index 000000000..4e3cc18f6
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.Builder.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html
new file mode 100644
index 000000000..5ab115b45
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html
new file mode 100644
index 000000000..8afe9ad72
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html
new file mode 100644
index 000000000..e59858d8e
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.Builder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html
new file mode 100644
index 000000000..d25977d63
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html
new file mode 100644
index 000000000..baceb91d4
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleUnwrapKeyResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html
new file mode 100644
index 000000000..a49b17eac
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.Builder.html
@@ -0,0 +1,383 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html
new file mode 100644
index 000000000..462c5d1fa
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html
new file mode 100644
index 000000000..6148e0eb3
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html
new file mode 100644
index 000000000..d703c969c
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.Builder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html
new file mode 100644
index 000000000..daf022bba
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleVerifyResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html
new file mode 100644
index 000000000..873bdf78a
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleVerifyResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleVerifyResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html
new file mode 100644
index 000000000..0fa9b077b
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.Builder.html
@@ -0,0 +1,399 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html
new file mode 100644
index 000000000..29637c317
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequest.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyRequest (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html
new file mode 100644
index 000000000..de4a32e29
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyRequestOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyRequestOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html
new file mode 100644
index 000000000..4f785535a
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.Builder.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.Builder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html
new file mode 100644
index 000000000..940507d75
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponse.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+Uses of Class io.dapr.v1.DaprProtos.SubtleWrapKeyResponse (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html
new file mode 100644
index 000000000..fce0d195c
--- /dev/null
+++ b/docs/io/dapr/v1/class-use/DaprProtos.SubtleWrapKeyResponseOrBuilder.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+Uses of Interface io.dapr.v1.DaprProtos.SubtleWrapKeyResponseOrBuilder (dapr-sdk-parent 1.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 01604b9b0..7060510be 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.TerminateWorkflowRequest.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.TerminateWorkflowRequest.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 e0417801c..17d179307 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.TransactionalActorStateOperation.Builder.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos.TransactionalActorStateOperation.Builder (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/io/dapr/v1/class-use/DaprProtos.html b/docs/io/dapr/v1/class-use/DaprProtos.html
index 71b9fdc48..280d9bb74 100644
--- a/docs/io/dapr/v1/class-use/DaprProtos.html
+++ b/docs/io/dapr/v1/class-use/DaprProtos.html
@@ -2,10 +2,10 @@
-
-Uses of Class io.dapr.v1.DaprProtos (dapr-sdk-parent 1.8.0 API)
+
+Uses of Class io.dapr.v1.DaprProtos (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+
-
+
-
+
diff --git a/docs/overview-tree.html b/docs/overview-tree.html
index 8888a0fc8..0259cde1c 100644
--- a/docs/overview-tree.html
+++ b/docs/overview-tree.html
@@ -2,10 +2,10 @@
-
-Class Hierarchy (dapr-sdk-parent 1.8.0 API)
+
+Class Hierarchy (dapr-sdk-parent 1.9.0 API)
-
+
@@ -15,14 +15,14 @@
-
+
-
+