Uses of Class
com.google.protobuf.BytesValue
-
-
Uses of BytesValue in com.google.protobuf
Methods in com.google.protobuf that return BytesValue Modifier and Type Method Description static BytesValueBytesValue. getDefaultInstance()static BytesValueBytesValue. of(ByteString value)static BytesValueBytesValue. parseDelimitedFrom(InputStream input)static BytesValueBytesValue. parseDelimitedFrom(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(InputStream input)static BytesValueBytesValue. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(ByteBuffer data)static BytesValueBytesValue. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type BytesValue Modifier and Type Method Description static Parser<BytesValue>BytesValue. parser()Methods in com.google.protobuf with parameters of type BytesValue Modifier and Type Method Description static BytesValue.BuilderBytesValue. newBuilder(BytesValue prototype)
-