Uses of Class
com.google.protobuf.Value
Packages that use Value
-
Uses of Value in com.google.protobuf
Classes in com.google.protobuf that implement interfaces with type arguments of type ValueFields in com.google.protobuf declared as ValueFields in com.google.protobuf with type parameters of type ValueModifier and TypeFieldDescriptionStruct.FieldsDefaultEntryHolder.defaultEntryprivate MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.fields_Struct.fields_Value.PARSERListValue.Builder.values_ListValue.values_private RepeatedFieldBuilder<Value, Value.Builder, ValueOrBuilder> ListValue.Builder.valuesBuilder_Methods in com.google.protobuf that return ValueModifier and TypeMethodDescriptionStruct.Builder.FieldsConverter.build(ValueOrBuilder val) Value.Builder.build()Value.Builder.buildPartial()static ValueValue.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 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.FieldsConverter.defaultEntry()Struct.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.getValuesList()Repeated field of dynamically typed values.ListValue.getValuesList()Repeated field of dynamically typed values.ListValueOrBuilder.getValuesList()Repeated field of dynamically typed values.private MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.internalGetFields()Struct.internalGetFields()private MapFieldBuilder<String, ValueOrBuilder, Value, Value.Builder> Struct.Builder.internalGetMutableFields()private RepeatedFieldBuilder<Value, Value.Builder, ValueOrBuilder> ListValue.Builder.internalGetValuesFieldBuilder()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.private voidValue.Builder.buildPartial0(Value result) private voidValue.Builder.buildPartialOneofs(Value result) 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.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 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 aValueobject with number set to value.static ValueValues.of(double value) Returns aValueobject with number set to value.static Valuestatic ValueReturns aValueobject with struct set to value.static ValueReturns aValuewith aListValuewhose values are set to the result of callingValues.of(boolean)on each element in the iterable.static ValueReturns aValueobject with string set to value.static ValueReturns aValuewith aStructwhose fields are set to the result of callingValues.of(boolean)on each value in the map, preserving keys.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 aValuewith aListValuewhose values are set to the result of callingValues.of(boolean)on each element in the iterable.static ValueReturns aValuewith aStructwhose fields are set to the result of callingValues.of(boolean)on each value in the map, preserving keys.