Uses of Class
com.google.protobuf.FloatValue
-
Packages that use FloatValue Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of FloatValue in com.cognite.client.dto
Methods in com.cognite.client.dto that return FloatValue Modifier and Type Method Description FloatValueRelationship.Builder. getConfidence().google.protobuf.FloatValue confidence = 8;FloatValueRelationship. getConfidence().google.protobuf.FloatValue confidence = 8;FloatValueRelationshipOrBuilder. getConfidence().google.protobuf.FloatValue confidence = 8;Methods in com.cognite.client.dto with parameters of type FloatValue Modifier and Type Method Description Relationship.BuilderRelationship.Builder. mergeConfidence(FloatValue value).google.protobuf.FloatValue confidence = 8;Relationship.BuilderRelationship.Builder. setConfidence(FloatValue value).google.protobuf.FloatValue confidence = 8; -
Uses of FloatValue in com.google.protobuf
Methods in com.google.protobuf that return FloatValue Modifier and Type Method Description FloatValueFloatValue.Builder. build()FloatValueFloatValue.Builder. buildPartial()static FloatValueFloatValue. getDefaultInstance()FloatValueFloatValue.Builder. getDefaultInstanceForType()FloatValueFloatValue. getDefaultInstanceForType()static FloatValueFloatValue. of(float value)static FloatValueFloatValue. parseDelimitedFrom(InputStream input)static FloatValueFloatValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FloatValueFloatValue. parseFrom(byte[] data)static FloatValueFloatValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FloatValueFloatValue. parseFrom(com.google.protobuf.ByteString data)static FloatValueFloatValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FloatValueFloatValue. parseFrom(com.google.protobuf.CodedInputStream input)static FloatValueFloatValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FloatValueFloatValue. parseFrom(InputStream input)static FloatValueFloatValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FloatValueFloatValue. parseFrom(ByteBuffer data)static FloatValueFloatValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type FloatValue Modifier and Type Method Description com.google.protobuf.Parser<FloatValue>FloatValue. getParserForType()static com.google.protobuf.Parser<FloatValue>FloatValue. parser()Methods in com.google.protobuf with parameters of type FloatValue Modifier and Type Method Description FloatValue.BuilderFloatValue.Builder. mergeFrom(FloatValue other)static FloatValue.BuilderFloatValue. newBuilder(FloatValue prototype)
-