Uses of Class
io.dapr.v1.DaprProtos.DeleteStateRequest.Builder
Packages that use DaprProtos.DeleteStateRequest.Builder
-
Uses of DaprProtos.DeleteStateRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.DeleteStateRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.DeleteStateRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.DeleteStateRequest.Builder.clear()DaprProtos.DeleteStateRequest.Builder.clearEtag()The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.DeleteStateRequest.Builder.clearKey()The key of the desired stateDaprProtos.DeleteStateRequest.Builder.clearMetadata()DaprProtos.DeleteStateRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.DeleteStateRequest.Builder.clearOptions()State operation options which includes concurrency/ consistency/retry_policy.DaprProtos.DeleteStateRequest.Builder.clearStoreName()The name of state store.DaprProtos.DeleteStateRequest.Builder.clone()DaprProtos.DeleteStateRequest.Builder.mergeEtag(CommonProtos.Etag value) The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.DeleteStateRequest.Builder.mergeFrom(DaprProtos.DeleteStateRequest other) DaprProtos.DeleteStateRequest.Builder.mergeOptions(CommonProtos.StateOptions value) State operation options which includes concurrency/ consistency/retry_policy.DaprProtos.DeleteStateRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.DeleteStateRequest.newBuilder()DaprProtos.DeleteStateRequest.newBuilder(DaprProtos.DeleteStateRequest prototype) DaprProtos.DeleteStateRequest.newBuilderForType()protected DaprProtos.DeleteStateRequest.BuilderDaprProtos.DeleteStateRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.DeleteStateRequest.Builder.putAllMetadata(Map<String, String> values) The metadata which will be sent to state store components.DaprProtos.DeleteStateRequest.Builder.putMetadata(String key, String value) The metadata which will be sent to state store components.DaprProtos.DeleteStateRequest.Builder.removeMetadata(String key) The metadata which will be sent to state store components.DaprProtos.DeleteStateRequest.Builder.setEtag(CommonProtos.Etag value) The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder.setEtag(CommonProtos.Etag.Builder builderForValue) The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The key of the desired stateDaprProtos.DeleteStateRequest.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key of the desired stateDaprProtos.DeleteStateRequest.Builder.setOptions(CommonProtos.StateOptions value) State operation options which includes concurrency/ consistency/retry_policy.DaprProtos.DeleteStateRequest.Builder.setOptions(CommonProtos.StateOptions.Builder builderForValue) State operation options which includes concurrency/ consistency/retry_policy.DaprProtos.DeleteStateRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.DeleteStateRequest.Builder.setStoreName(String value) The name of state store.DaprProtos.DeleteStateRequest.Builder.setStoreNameBytes(com.google.protobuf.ByteString value) The name of state store.DaprProtos.DeleteStateRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.DeleteStateRequest.toBuilder()