Uses of Class
com.google.protobuf.Value
Packages that use Value
-
Uses of Value in com.google.protobuf
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) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.getFieldsOrDefault
(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
StructOrBuilder.getFieldsOrDefault
(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.Builder.getFieldsOrThrow
(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.getFieldsOrThrow
(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
StructOrBuilder.getFieldsOrThrow
(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
ListValue.Builder.getValues
(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];
ListValue.getValues
(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];
ListValueOrBuilder.getValues
(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];
static Value
Value.parseDelimitedFrom
(InputStream input) static Value
Value.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(byte[] data) static Value
Value.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(com.google.protobuf.ByteString data) static Value
Value.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(com.google.protobuf.CodedInputStream input) static Value
Value.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(InputStream input) static Value
Value.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(ByteBuffer data) static Value
Value.parseFrom
(ByteBuffer data, com.google.protobuf.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()
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.getFieldsMap()
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
StructOrBuilder.getFieldsMap()
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.Builder.getMutableFields()
Deprecated.com.google.protobuf.Parser
<Value> Value.getParserForType()
ListValue.Builder.getValuesList()
repeated .google.protobuf.Value values = 1 [json_name = "values"];
ListValue.getValuesList()
repeated .google.protobuf.Value values = 1 [json_name = "values"];
ListValueOrBuilder.getValuesList()
repeated .google.protobuf.Value values = 1 [json_name = "values"];
static com.google.protobuf.Parser
<Value> Value.parser()
Methods in com.google.protobuf with parameters of type ValueModifier and TypeMethodDescriptionrepeated .google.protobuf.Value values = 1 [json_name = "values"];
repeated .google.protobuf.Value values = 1 [json_name = "values"];
Struct.Builder.getFieldsOrDefault
(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
Struct.getFieldsOrDefault
(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
StructOrBuilder.getFieldsOrDefault
(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
static Value.Builder
Value.newBuilder
(Value prototype) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
repeated .google.protobuf.Value values = 1 [json_name = "values"];
Method parameters in com.google.protobuf with type arguments of type ValueModifier and TypeMethodDescriptionListValue.Builder.addAllValues
(Iterable<? extends Value> values) repeated .google.protobuf.Value values = 1 [json_name = "values"];
Struct.Builder.putAllFields
(Map<String, Value> values) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
-
Uses of Value in com.google.protobuf.util
Methods 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.