Uses of Class
com.google.protobuf.BytesValue
-
Packages that use BytesValue Package Description com.google.protobuf -
-
Uses of BytesValue in com.google.protobuf
Methods in com.google.protobuf that return BytesValue Modifier and Type Method Description BytesValueBytesValue.Builder. build()BytesValueBytesValue.Builder. buildPartial()static BytesValueBytesValue. getDefaultInstance()BytesValueBytesValue.Builder. getDefaultInstanceForType()BytesValueBytesValue. getDefaultInstanceForType()static BytesValueBytesValue. of(ByteString value)static BytesValueBytesValue. parseDelimitedFrom(java.io.InputStream input)static BytesValueBytesValue. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(byte[] data)static BytesValueBytesValue. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(ByteString data)static BytesValueBytesValue. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(CodedInputStream input)static BytesValueBytesValue. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(java.io.InputStream input)static BytesValueBytesValue. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(java.nio.ByteBuffer data)static BytesValueBytesValue. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type BytesValue Modifier and Type Method Description Parser<BytesValue>BytesValue. getParserForType()static Parser<BytesValue>BytesValue. parser()Methods in com.google.protobuf with parameters of type BytesValue Modifier and Type Method Description BytesValue.BuilderBytesValue.Builder. mergeFrom(BytesValue other)static BytesValue.BuilderBytesValue. newBuilder(BytesValue prototype)
-