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