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.clear()
BytesValue.Builder.clearValue()
bytes value = 1 [json_name = "value"];
BytesValue.Builder.mergeFrom
(BytesValue other) BytesValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesValue.Builder
BytesValue.newBuilder()
static BytesValue.Builder
BytesValue.newBuilder
(BytesValue prototype) BytesValue.newBuilderForType()
protected BytesValue.Builder
BytesValue.newBuilderForType
(AbstractMessage.BuilderParent parent) BytesValue.Builder.setValue
(com.google.protobuf.ByteString value) bytes value = 1 [json_name = "value"];
BytesValue.toBuilder()