Uses of Class
com.google.protobuf.BytesValue.Builder
-
Packages that use BytesValue.Builder Package Description com.google.protobuf -
-
Uses of BytesValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return BytesValue.Builder Modifier and Type Method Description BytesValue.Builder
BytesValue.Builder. clear()
BytesValue.Builder
BytesValue.Builder. clearValue()
The bytes value.BytesValue.Builder
BytesValue.Builder. mergeFrom(BytesValue other)
BytesValue.Builder
BytesValue.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
BytesValue.Builder
BytesValue.Builder. mergeFrom(Message other)
static BytesValue.Builder
BytesValue. newBuilder()
static BytesValue.Builder
BytesValue. newBuilder(BytesValue prototype)
BytesValue.Builder
BytesValue. newBuilderForType()
protected BytesValue.Builder
BytesValue. newBuilderForType(AbstractMessage.BuilderParent parent)
BytesValue.Builder
BytesValue.Builder. setValue(ByteString value)
The bytes value.BytesValue.Builder
BytesValue. toBuilder()
-