Uses of Class
com.google.protobuf.StringValue.Builder
Packages that use StringValue.Builder
-
Uses of StringValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return StringValue.BuilderModifier and TypeMethodDescriptionStringValue.Builder.clear()
StringValue.Builder.clearValue()
string value = 1 [json_name = "value"];
StringValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StringValue.Builder.mergeFrom
(StringValue other) static StringValue.Builder
StringValue.newBuilder()
static StringValue.Builder
StringValue.newBuilder
(StringValue prototype) StringValue.newBuilderForType()
protected StringValue.Builder
StringValue.newBuilderForType
(AbstractMessage.BuilderParent parent) string value = 1 [json_name = "value"];
StringValue.Builder.setValueBytes
(com.google.protobuf.ByteString value) string value = 1 [json_name = "value"];
StringValue.toBuilder()