Uses of Class
com.google.protobuf.Struct
-
Packages that use Struct Package Description com.cognite.client com.cognite.client.dto com.google.protobuf -
-
Uses of Struct in com.cognite.client
Method parameters in com.cognite.client with type arguments of type Struct Modifier and Type Method Description List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(long modelId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model.List<EntityMatchResult>EntityMatching. predict(String modelExternalId, List<Struct> sources, Collection<Struct> targets, int numMatches, double scoreThreshold)Matches a set of source entities with a set of targets via a given matching model. -
Uses of Struct in com.cognite.client.dto
Methods in com.cognite.client.dto that return Struct Modifier and Type Method Description StructRawRow.Builder. getColumns().google.protobuf.Struct columns = 5;StructRawRow. getColumns().google.protobuf.Struct columns = 5;StructRawRowOrBuilder. getColumns().google.protobuf.Struct columns = 5;StructAnnotation.Builder. getEntities(int index)repeated .google.protobuf.Struct entities = 3;StructAnnotation. getEntities(int index)repeated .google.protobuf.Struct entities = 3;StructAnnotationOrBuilder. getEntities(int index)repeated .google.protobuf.Struct entities = 3;StructEntityMatchResult.Builder. getSource().google.protobuf.Struct source = 1;StructEntityMatchResult. getSource().google.protobuf.Struct source = 1;StructEntityMatchResultOrBuilder. getSource().google.protobuf.Struct source = 1;StructEntityMatch.Builder. getTarget().google.protobuf.Struct target = 2;StructEntityMatch. getTarget().google.protobuf.Struct target = 2;StructEntityMatchOrBuilder. getTarget().google.protobuf.Struct target = 2;Methods in com.cognite.client.dto that return types with arguments of type Struct Modifier and Type Method Description List<Struct>Annotation.Builder. getEntitiesList()repeated .google.protobuf.Struct entities = 3;List<Struct>Annotation. getEntitiesList()repeated .google.protobuf.Struct entities = 3;List<Struct>AnnotationOrBuilder. getEntitiesList()repeated .google.protobuf.Struct entities = 3;Methods in com.cognite.client.dto with parameters of type Struct Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. addEntities(int index, Struct value)repeated .google.protobuf.Struct entities = 3;Annotation.BuilderAnnotation.Builder. addEntities(Struct value)repeated .google.protobuf.Struct entities = 3;RawRow.BuilderRawRow.Builder. mergeColumns(Struct value).google.protobuf.Struct columns = 5;EntityMatchResult.BuilderEntityMatchResult.Builder. mergeSource(Struct value).google.protobuf.Struct source = 1;EntityMatch.BuilderEntityMatch.Builder. mergeTarget(Struct value).google.protobuf.Struct target = 2;RawRow.BuilderRawRow.Builder. setColumns(Struct value).google.protobuf.Struct columns = 5;Annotation.BuilderAnnotation.Builder. setEntities(int index, Struct value)repeated .google.protobuf.Struct entities = 3;EntityMatchResult.BuilderEntityMatchResult.Builder. setSource(Struct value).google.protobuf.Struct source = 1;EntityMatch.BuilderEntityMatch.Builder. setTarget(Struct value).google.protobuf.Struct target = 2;Method parameters in com.cognite.client.dto with type arguments of type Struct Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. addAllEntities(Iterable<? extends Struct> values)repeated .google.protobuf.Struct entities = 3; -
Uses of Struct in com.google.protobuf
Methods in com.google.protobuf that return Struct Modifier and Type Method Description StructStruct.Builder. build()StructStruct.Builder. buildPartial()static StructStruct. getDefaultInstance()StructStruct.Builder. getDefaultInstanceForType()StructStruct. getDefaultInstanceForType()StructValue.Builder. getStructValue()Represents a structured value.StructValue. getStructValue()Represents a structured value.StructValueOrBuilder. getStructValue()Represents a structured value.static StructStruct. parseDelimitedFrom(InputStream input)static StructStruct. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructStruct. parseFrom(byte[] data)static StructStruct. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructStruct. parseFrom(com.google.protobuf.ByteString data)static StructStruct. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructStruct. parseFrom(com.google.protobuf.CodedInputStream input)static StructStruct. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructStruct. parseFrom(InputStream input)static StructStruct. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructStruct. parseFrom(ByteBuffer data)static StructStruct. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Struct Modifier and Type Method Description com.google.protobuf.Parser<Struct>Struct. getParserForType()static com.google.protobuf.Parser<Struct>Struct. parser()Methods in com.google.protobuf with parameters of type Struct Modifier and Type Method Description Struct.BuilderStruct.Builder. mergeFrom(Struct other)Value.BuilderValue.Builder. mergeStructValue(Struct value)Represents a structured value.static Struct.BuilderStruct. newBuilder(Struct prototype)Value.BuilderValue.Builder. setStructValue(Struct value)Represents a structured value.
-