Uses of Class
com.google.protobuf.Value.Builder
Packages that use Value.Builder
-
Uses of Value.Builder in com.google.protobuf
Subclasses with type arguments of type Value.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final class`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Fields in com.google.protobuf with type parameters of type Value.BuilderModifier and TypeFieldDescriptionprivate MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.fields_private RepeatedFieldBuilder<Value, Value.Builder, ValueOrBuilder> ListValue.Builder.valuesBuilder_Methods in com.google.protobuf that return Value.BuilderModifier and TypeMethodDescriptionListValue.Builder.addValuesBuilder()Repeated field of dynamically typed values.ListValue.Builder.addValuesBuilder(int index) Repeated field of dynamically typed values.Value.Builder.clear()Value.Builder.clearBoolValue()Represents a boolean value.Value.Builder.clearKind()Value.Builder.clearListValue()Represents a repeated `Value`.Value.Builder.clearNullValue()Represents a null value.Value.Builder.clearNumberValue()Represents a double value.Value.Builder.clearStringValue()Represents a string value.Value.Builder.clearStructValue()Represents a structured value.ListValue.Builder.getValuesBuilder(int index) Repeated field of dynamically typed values.Value.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Value.Builder.mergeListValue(ListValue value) Represents a repeated `Value`.Value.Builder.mergeStructValue(Struct value) Represents a structured value.static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.newBuilderForType()protected Value.BuilderValue.newBuilderForType(AbstractMessage.BuilderParent parent) Struct.Builder.putFieldsBuilderIfAbsent(String key) Unordered map of dynamically typed values.Value.Builder.setBoolValue(boolean value) Represents a boolean value.Value.Builder.setListValue(ListValue value) Represents a repeated `Value`.Value.Builder.setListValue(ListValue.Builder builderForValue) Represents a repeated `Value`.Value.Builder.setNullValue(NullValue value) Represents a null value.Value.Builder.setNullValueValue(int value) Represents a null value.Value.Builder.setNumberValue(double value) Represents a double value.Value.Builder.setStringValue(String value) Represents a string value.Value.Builder.setStringValueBytes(ByteString value) Represents a string value.Value.Builder.setStructValue(Struct value) Represents a structured value.Value.Builder.setStructValue(Struct.Builder builderForValue) Represents a structured value.Value.toBuilder()Methods in com.google.protobuf that return types with arguments of type Value.BuilderModifier and TypeMethodDescriptionListValue.Builder.getValuesBuilderList()Repeated field of dynamically typed values.private MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.internalGetFields()private MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.internalGetMutableFields()private RepeatedFieldBuilder<Value, Value.Builder, ValueOrBuilder> ListValue.Builder.internalGetValuesFieldBuilder()Methods in com.google.protobuf with parameters of type Value.BuilderModifier and TypeMethodDescriptionListValue.Builder.addValues(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.ListValue.Builder.addValues(Value.Builder builderForValue) Repeated field of dynamically typed values.ListValue.Builder.setValues(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.