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