Uses of Class
io.dapr.v1.CommonProtos.Etag.Builder
Packages that use CommonProtos.Etag.Builder
-
Uses of CommonProtos.Etag.Builder in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.Etag.BuilderModifier and TypeMethodDescriptionCommonProtos.Etag.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.Etag.Builder.clear()CommonProtos.Etag.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommonProtos.Etag.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommonProtos.Etag.Builder.clearValue()value sets the etag valueCommonProtos.Etag.Builder.clone()CommonProtos.StateItem.Builder.getEtagBuilder()The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder.getEtagBuilder()The entity tag which represents the specific version of data.CommonProtos.Etag.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonProtos.Etag.Builder.mergeFrom(com.google.protobuf.Message other) CommonProtos.Etag.Builder.mergeFrom(CommonProtos.Etag other) CommonProtos.Etag.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CommonProtos.Etag.BuilderCommonProtos.Etag.newBuilder()static CommonProtos.Etag.BuilderCommonProtos.Etag.newBuilder(CommonProtos.Etag prototype) CommonProtos.Etag.newBuilderForType()protected CommonProtos.Etag.BuilderCommonProtos.Etag.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommonProtos.Etag.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.Etag.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommonProtos.Etag.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) value sets the etag valueCommonProtos.Etag.Builder.setValueBytes(com.google.protobuf.ByteString value) value sets the etag valueCommonProtos.Etag.toBuilder()Methods in io.dapr.v1 with parameters of type CommonProtos.Etag.BuilderModifier and TypeMethodDescriptionCommonProtos.StateItem.Builder.setEtag(CommonProtos.Etag.Builder builderForValue) 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.