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