Uses of Class
com.google.protobuf.BytesValue
Packages that use BytesValue
-
Uses of BytesValue in com.google.protobuf
Subclasses with type arguments of type BytesValue in com.google.protobufModifier and TypeClassDescriptionfinal classWrapper message for `bytes`.static final classWrapper message for `bytes`.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 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 BytesValueMethods in com.google.protobuf with parameters of type BytesValueModifier and TypeMethodDescriptionstatic BytesValue.BuilderBytesValue.newBuilder(BytesValue prototype)