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 TypeFieldDescription(package private) static final MapEntryLite<String, Value> Struct.FieldsDefaultEntryHolder.defaultEntryprivate MapFieldLite<String, Value> Struct.fields_Value.PARSERprivate Internal.ProtobufList<Value> ListValue.values_Methods in com.google.protobuf that return ValueModifier and TypeMethodDescriptionstatic ValueValue.getDefaultInstance()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 ValueValue.parseDelimitedFrom(InputStream input) static ValueValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(byte[] data) static ValueValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(ByteString data) static ValueValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(CodedInputStream input) static ValueValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(InputStream input) static ValueValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(ByteBuffer data) static ValueValue.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.getMutableFieldsMap()Unordered map of dynamically typed values.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.private MapFieldLite<String, Value> Struct.internalGetFields()private MapFieldLite<String, Value> Struct.internalGetMutableFields()Value.parser()Methods in com.google.protobuf with parameters of type ValueModifier and TypeMethodDescriptionprivate voidRepeated field of dynamically typed values.private voidRepeated field of dynamically typed values.Repeated 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.BuilderValue.newBuilder(Value prototype) Unordered map of dynamically typed values.Repeated field of dynamically typed values.private voidRepeated field of dynamically typed values.Method parameters in com.google.protobuf with type arguments of type ValueModifier and TypeMethodDescriptionprivate voidListValue.addAllValues(Iterable<? extends Value> values) Repeated field of dynamically typed values.ListValue.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 ValueModifier and TypeFieldDescriptionprivate static final ValueValues.EMPTY_STR_VALUEprivate static final ValueValues.FALSE_VALUEprivate static final ValueValues.NULL_VALUEprivate static final ValueValues.TRUE_VALUEMethods in com.google.protobuf.util that return ValueModifier and TypeMethodDescriptionstatic ValueValues.of(boolean value) Returns a Value object with number set to value.static ValueValues.of(double value) Returns a Value object with number set to value.static ValueReturns a Value with ListValue set to value.static ValueReturns a Value object with struct set to value.static ValueReturns a Value with ListValue set to the appending the result of callingValues.of(boolean)on each element in the iterable.static ValueReturns a Value object with string set to value.static ValueValues.ofNull()Methods in com.google.protobuf.util with parameters of type ValueModifier and TypeMethodDescriptionstatic StructReturns a struct containing the key-value pair.static StructReturns a struct containing each of the key-value pairs.static StructReturns a struct containing each of the key-value pairs.Method parameters in com.google.protobuf.util with type arguments of type ValueModifier and TypeMethodDescriptionstatic ValueReturns a Value with ListValue set to the appending the result of callingValues.of(boolean)on each element in the iterable.