Uses of Class
com.google.protobuf.BytesValue
Packages that use BytesValue
-
Uses of BytesValue in com.google.protobuf
Fields in com.google.protobuf declared as BytesValueFields in com.google.protobuf with type parameters of type BytesValueMethods in com.google.protobuf that return BytesValueModifier and TypeMethodDescriptionstatic BytesValue
BytesValue.getDefaultInstance()
static BytesValue
BytesValue.of
(ByteString value) static BytesValue
BytesValue.parseDelimitedFrom
(InputStream input) static BytesValue
BytesValue.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(byte[] data) static BytesValue
BytesValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(ByteString data) static BytesValue
BytesValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(CodedInputStream input) static BytesValue
BytesValue.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(InputStream input) static BytesValue
BytesValue.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(ByteBuffer data) static BytesValue
BytesValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type BytesValueMethods in com.google.protobuf with parameters of type BytesValueModifier and TypeMethodDescriptionstatic BytesValue.Builder
BytesValue.newBuilder
(BytesValue prototype)