Uses of Class
com.google.protobuf.Value
-
Packages that use Value Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of Value in com.cognite.client.dto
Methods in com.cognite.client.dto that return Value Modifier and Type Method Description ValueSequenceRow.Builder. getValues(int index)repeated .google.protobuf.Value values = 2;ValueSequenceRow. getValues(int index)repeated .google.protobuf.Value values = 2;ValueSequenceRowOrBuilder. getValues(int index)repeated .google.protobuf.Value values = 2;Methods in com.cognite.client.dto that return types with arguments of type Value Modifier and Type Method Description List<Value>SequenceRow.Builder. getValuesList()repeated .google.protobuf.Value values = 2;List<Value>SequenceRow. getValuesList()repeated .google.protobuf.Value values = 2;List<Value>SequenceRowOrBuilder. getValuesList()repeated .google.protobuf.Value values = 2;Methods in com.cognite.client.dto with parameters of type Value Modifier and Type Method Description SequenceRow.BuilderSequenceRow.Builder. addValues(int index, Value value)repeated .google.protobuf.Value values = 2;SequenceRow.BuilderSequenceRow.Builder. addValues(Value value)repeated .google.protobuf.Value values = 2;SequenceRow.BuilderSequenceRow.Builder. setValues(int index, Value value)repeated .google.protobuf.Value values = 2;Method parameters in com.cognite.client.dto with type arguments of type Value Modifier and Type Method Description SequenceRow.BuilderSequenceRow.Builder. addAllValues(Iterable<? extends Value> values)repeated .google.protobuf.Value values = 2; -
Uses of Value in com.google.protobuf
Methods in com.google.protobuf that return Value Modifier and Type Method Description ValueValue.Builder. build()ValueValue.Builder. buildPartial()static ValueValue. getDefaultInstance()ValueValue.Builder. getDefaultInstanceForType()ValueValue. getDefaultInstanceForType()ValueStruct.Builder. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.ValueStruct. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.ValueStructOrBuilder. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.ValueStruct.Builder. getFieldsOrThrow(String key)Unordered map of dynamically typed values.ValueStruct. getFieldsOrThrow(String key)Unordered map of dynamically typed values.ValueStructOrBuilder. getFieldsOrThrow(String key)Unordered map of dynamically typed values.ValueListValue.Builder. getValues(int index)Repeated field of dynamically typed values.ValueListValue. getValues(int index)Repeated field of dynamically typed values.ValueListValueOrBuilder. getValues(int index)Repeated field of dynamically typed values.static ValueValue. parseDelimitedFrom(InputStream input)static ValueValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(byte[] data)static ValueValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.ByteString data)static ValueValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(InputStream input)static ValueValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(ByteBuffer data)static ValueValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>Struct.Builder. getFields()Deprecated.Map<String,Value>Struct. getFields()Deprecated.Map<String,Value>StructOrBuilder. getFields()Deprecated.Map<String,Value>Struct.Builder. getFieldsMap()Unordered map of dynamically typed values.Map<String,Value>Struct. getFieldsMap()Unordered map of dynamically typed values.Map<String,Value>StructOrBuilder. getFieldsMap()Unordered map of dynamically typed values.Map<String,Value>Struct.Builder. getMutableFields()Deprecated.com.google.protobuf.Parser<Value>Value. getParserForType()List<Value>ListValue.Builder. getValuesList()Repeated field of dynamically typed values.List<Value>ListValue. getValuesList()Repeated field of dynamically typed values.List<Value>ListValueOrBuilder. getValuesList()Repeated field of dynamically typed values.static com.google.protobuf.Parser<Value>Value. parser()Methods in com.google.protobuf with parameters of type Value Modifier and Type Method Description ListValue.BuilderListValue.Builder. addValues(int index, Value value)Repeated field of dynamically typed values.ListValue.BuilderListValue.Builder. addValues(Value value)Repeated field of dynamically typed values.ValueStruct.Builder. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.ValueStruct. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.ValueStructOrBuilder. getFieldsOrDefault(String key, Value defaultValue)Unordered map of dynamically typed values.Value.BuilderValue.Builder. mergeFrom(Value other)static Value.BuilderValue. newBuilder(Value prototype)Struct.BuilderStruct.Builder. putFields(String key, Value value)Unordered map of dynamically typed values.ListValue.BuilderListValue.Builder. setValues(int index, Value value)Repeated field of dynamically typed values.Method parameters in com.google.protobuf with type arguments of type Value Modifier and Type Method Description ListValue.BuilderListValue.Builder. addAllValues(Iterable<? extends Value> values)Repeated field of dynamically typed values.Struct.BuilderStruct.Builder. putAllFields(Map<String,Value> values)Unordered map of dynamically typed values.
-