Uses of Class
io.dapr.v1.CommonProtos.StateItem.Builder
-
Uses of CommonProtos.StateItem.Builder in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.StateItem.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprAppCallbackProtos.BindingEventResponse.Builder.addStatesBuilder()
The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.Builder.addStatesBuilder
(int index) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addStatesBuilder()
The array of the state key values.DaprProtos.DeleteBulkStateRequest.Builder.addStatesBuilder
(int index) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStatesBuilder()
The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStatesBuilder
(int index) The array of the state key values.CommonProtos.StateItem.Builder.clear()
CommonProtos.StateItem.Builder.clearEtag()
The entity tag which represents the specific version of data.CommonProtos.StateItem.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommonProtos.StateItem.Builder.clearKey()
Required.CommonProtos.StateItem.Builder.clearMetadata()
CommonProtos.StateItem.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommonProtos.StateItem.Builder.clearOptions()
Options for concurrency and consistency to save the state.CommonProtos.StateItem.Builder.clearValue()
Required.CommonProtos.StateItem.Builder.clone()
DaprProtos.TransactionalStateOperation.Builder.getRequestBuilder()
State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.getStatesBuilder
(int index) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStatesBuilder
(int index) The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStatesBuilder
(int index) The array of the state key values.CommonProtos.StateItem.Builder.mergeEtag
(CommonProtos.Etag value) The entity tag which represents the specific version of data.CommonProtos.StateItem.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonProtos.StateItem.Builder.mergeFrom
(com.google.protobuf.Message other) CommonProtos.StateItem.Builder.mergeFrom
(CommonProtos.StateItem other) CommonProtos.StateItem.Builder.mergeOptions
(CommonProtos.StateOptions value) Options for concurrency and consistency to save the state.CommonProtos.StateItem.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommonProtos.StateItem.newBuilder()
CommonProtos.StateItem.newBuilder
(CommonProtos.StateItem prototype) CommonProtos.StateItem.newBuilderForType()
protected CommonProtos.StateItem.Builder
CommonProtos.StateItem.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommonProtos.StateItem.Builder.putAllMetadata
(Map<String, String> values) The metadata which will be passed to state store component.CommonProtos.StateItem.Builder.putMetadata
(String key, String value) The metadata which will be passed to state store component.CommonProtos.StateItem.Builder.removeMetadata
(String key) The metadata which will be passed to state store component.CommonProtos.StateItem.Builder.setEtag
(CommonProtos.Etag value) The entity tag which represents the specific version of data.CommonProtos.StateItem.Builder.setEtag
(CommonProtos.Etag.Builder builderForValue) The entity tag which represents the specific version of data.CommonProtos.StateItem.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Required.CommonProtos.StateItem.Builder.setKeyBytes
(com.google.protobuf.ByteString value) Required.CommonProtos.StateItem.Builder.setOptions
(CommonProtos.StateOptions value) Options for concurrency and consistency to save the state.CommonProtos.StateItem.Builder.setOptions
(CommonProtos.StateOptions.Builder builderForValue) Options for concurrency and consistency to save the state.CommonProtos.StateItem.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommonProtos.StateItem.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommonProtos.StateItem.Builder.setValue
(com.google.protobuf.ByteString value) Required.CommonProtos.StateItem.toBuilder()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.getStatesBuilderList()
The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStatesBuilderList()
The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStatesBuilderList()
The array of the state key values.Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.addStates
(int index, CommonProtos.StateItem.Builder builderForValue) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.Builder.addStates
(CommonProtos.StateItem.Builder builderForValue) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addStates
(int index, CommonProtos.StateItem.Builder builderForValue) The array of the state key values.DaprProtos.DeleteBulkStateRequest.Builder.addStates
(CommonProtos.StateItem.Builder builderForValue) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates
(int index, CommonProtos.StateItem.Builder builderForValue) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates
(CommonProtos.StateItem.Builder builderForValue) The array of the state key values.DaprProtos.TransactionalStateOperation.Builder.setRequest
(CommonProtos.StateItem.Builder builderForValue) State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.setStates
(int index, CommonProtos.StateItem.Builder builderForValue) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.setStates
(int index, CommonProtos.StateItem.Builder builderForValue) The array of the state key values.DaprProtos.SaveStateRequest.Builder.setStates
(int index, CommonProtos.StateItem.Builder builderForValue) The array of the state key values.