Uses of Class
com.google.protobuf.BytesValue.Builder
Packages that use BytesValue.Builder
-
Uses of BytesValue.Builder in com.google.protobuf
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.Builder
BytesValue.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static BytesValue.Builder
BytesValue.newBuilder()
static BytesValue.Builder
BytesValue.newBuilder
(BytesValue prototype) BytesValue.newBuilderForType()
protected BytesValue.Builder
BytesValue.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) BytesValue.Builder.setField
(Descriptors.FieldDescriptor field, Object value) BytesValue.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) final BytesValue.Builder
BytesValue.Builder.setUnknownFields
(UnknownFieldSet unknownFields) BytesValue.Builder.setValue
(ByteString value) The bytes value.BytesValue.toBuilder()