Uses of Class
com.google.protobuf.BytesValue.Builder
Packages that use BytesValue.Builder
-
Uses of BytesValue.Builder in com.google.protobuf
Subclasses with type arguments of type BytesValue.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classWrapper message for `bytes`.Methods in com.google.protobuf that return BytesValue.BuilderModifier and TypeMethodDescriptionBytesValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) BytesValue.Builder.clear()BytesValue.Builder.clearField(Descriptors.FieldDescriptor field) BytesValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) BytesValue.Builder.clearValue()The bytes value.BytesValue.Builder.clone()BytesValue.Builder.mergeFrom(BytesValue other) BytesValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final BytesValue.BuilderBytesValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static BytesValue.BuilderBytesValue.newBuilder()static BytesValue.BuilderBytesValue.newBuilder(BytesValue prototype) BytesValue.newBuilderForType()protected BytesValue.BuilderBytesValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) BytesValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) BytesValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final BytesValue.BuilderBytesValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) BytesValue.Builder.setValue(ByteString value) The bytes value.BytesValue.toBuilder()