Uses of Class
com.google.protobuf.Value
Packages that use Value
-
Uses of Value in com.google.protobuf
Fields in com.google.protobuf declared as ValueFields in com.google.protobuf with type parameters of type ValueModifier and TypeFieldDescriptionStruct.FieldsDefaultEntryHolder.defaultEntry
Struct.Builder.fields_
Struct.fields_
Value.PARSER
ListValue.Builder.values_
ListValue.values_
ListValue.Builder.valuesBuilder_
Methods in com.google.protobuf that return ValueModifier and TypeMethodDescriptionValue.Builder.build()
Value.Builder.buildPartial()
static Value
Value.getDefaultInstance()
Value.Builder.getDefaultInstanceForType()
Value.getDefaultInstanceForType()
Struct.Builder.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.Struct.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.StructOrBuilder.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.Struct.Builder.getFieldsOrThrow
(String key) Unordered map of dynamically typed values.Struct.getFieldsOrThrow
(String key) Unordered map of dynamically typed values.StructOrBuilder.getFieldsOrThrow
(String key) Unordered map of dynamically typed values.ListValue.Builder.getValues
(int index) Repeated field of dynamically typed values.ListValue.getValues
(int index) Repeated field of dynamically typed values.ListValueOrBuilder.getValues
(int index) Repeated field of dynamically typed values.static Value
Value.parseDelimitedFrom
(InputStream input) static Value
Value.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(byte[] data) static Value
Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(ByteString data) static Value
Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(CodedInputStream input) static Value
Value.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(InputStream input) static Value
Value.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(ByteBuffer data) static Value
Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type ValueModifier and TypeMethodDescriptionStruct.Builder.getFields()
Deprecated.Struct.getFields()
Deprecated.StructOrBuilder.getFields()
Deprecated.Struct.Builder.getFieldsMap()
Unordered map of dynamically typed values.Struct.getFieldsMap()
Unordered map of dynamically typed values.StructOrBuilder.getFieldsMap()
Unordered map of dynamically typed values.Struct.Builder.getMutableFields()
Deprecated.Value.getParserForType()
ListValue.Builder.getValuesFieldBuilder()
ListValue.Builder.getValuesList()
Repeated field of dynamically typed values.ListValue.getValuesList()
Repeated field of dynamically typed values.ListValueOrBuilder.getValuesList()
Repeated field of dynamically typed values.Struct.Builder.internalGetFields()
Struct.internalGetFields()
Struct.Builder.internalGetMutableFields()
Value.parser()
Methods in com.google.protobuf with parameters of type ValueModifier and TypeMethodDescriptionRepeated field of dynamically typed values.Repeated field of dynamically typed values.Struct.Builder.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.Struct.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.StructOrBuilder.getFieldsOrDefault
(String key, Value defaultValue) Unordered map of dynamically typed values.static Value.Builder
Value.newBuilder
(Value prototype) Unordered map of dynamically typed values.Repeated field of dynamically typed values.Method parameters in com.google.protobuf with type arguments of type ValueModifier and TypeMethodDescriptionListValue.Builder.addAllValues
(Iterable<? extends Value> values) Repeated field of dynamically typed values.Struct.Builder.putAllFields
(Map<String, Value> values) Unordered map of dynamically typed values. -
Uses of Value in com.google.protobuf.util
Fields in com.google.protobuf.util declared as ValueMethods in com.google.protobuf.util that return ValueModifier and TypeMethodDescriptionstatic Value
Values.of
(boolean value) Returns a Value object with number set to value.static Value
Values.of
(double value) Returns a Value object with number set to value.static Value
Returns a Value with ListValue set to value.static Value
Returns a Value object with struct set to value.static Value
Returns a Value with ListValue set to the appending the result of callingValues.of(boolean)
on each element in the iterable.static Value
Returns a Value object with string set to value.static Value
Values.ofNull()
Methods in com.google.protobuf.util with parameters of type ValueModifier and TypeMethodDescriptionstatic Struct
Returns a struct containing the key-value pair.static Struct
Returns a struct containing each of the key-value pairs.static Struct
Returns a struct containing each of the key-value pairs.Method parameters in com.google.protobuf.util with type arguments of type ValueModifier and TypeMethodDescriptionstatic Value
Returns a Value with ListValue set to the appending the result of callingValues.of(boolean)
on each element in the iterable.