Uses of Class
com.cognite.client.dto.Annotation.Vertex
-
Packages that use Annotation.Vertex Package Description com.cognite.client.dto -
-
Uses of Annotation.Vertex in com.cognite.client.dto
Methods in com.cognite.client.dto that return Annotation.Vertex Modifier and Type Method Description Annotation.VertexAnnotation.Vertex.Builder. build()Annotation.VertexAnnotation.Vertex.Builder. buildPartial()static Annotation.VertexAnnotation.Vertex. getDefaultInstance()Annotation.VertexAnnotation.Vertex.Builder. getDefaultInstanceForType()Annotation.VertexAnnotation.Vertex. getDefaultInstanceForType()Annotation.VertexAnnotation.Region.Builder. getVertices(int index)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Annotation.VertexAnnotation.Region. getVertices(int index)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Annotation.VertexAnnotation.RegionOrBuilder. getVertices(int index)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;static Annotation.VertexAnnotation.Vertex. parseDelimitedFrom(InputStream input)static Annotation.VertexAnnotation.Vertex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Annotation.VertexAnnotation.Vertex. parseFrom(byte[] data)static Annotation.VertexAnnotation.Vertex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Annotation.VertexAnnotation.Vertex. parseFrom(com.google.protobuf.ByteString data)static Annotation.VertexAnnotation.Vertex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Annotation.VertexAnnotation.Vertex. parseFrom(com.google.protobuf.CodedInputStream input)static Annotation.VertexAnnotation.Vertex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Annotation.VertexAnnotation.Vertex. parseFrom(InputStream input)static Annotation.VertexAnnotation.Vertex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Annotation.VertexAnnotation.Vertex. parseFrom(ByteBuffer data)static Annotation.VertexAnnotation.Vertex. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type Annotation.Vertex Modifier and Type Method Description com.google.protobuf.Parser<Annotation.Vertex>Annotation.Vertex. getParserForType()List<Annotation.Vertex>Annotation.Region.Builder. getVerticesList()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;List<Annotation.Vertex>Annotation.Region. getVerticesList()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;List<Annotation.Vertex>Annotation.RegionOrBuilder. getVerticesList()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;static com.google.protobuf.Parser<Annotation.Vertex>Annotation.Vertex. parser()Methods in com.cognite.client.dto with parameters of type Annotation.Vertex Modifier and Type Method Description Annotation.Region.BuilderAnnotation.Region.Builder. addVertices(int index, Annotation.Vertex value)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Annotation.Region.BuilderAnnotation.Region.Builder. addVertices(Annotation.Vertex value)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Annotation.Vertex.BuilderAnnotation.Vertex.Builder. mergeFrom(Annotation.Vertex other)static Annotation.Vertex.BuilderAnnotation.Vertex. newBuilder(Annotation.Vertex prototype)Annotation.Region.BuilderAnnotation.Region.Builder. setVertices(int index, Annotation.Vertex value)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Method parameters in com.cognite.client.dto with type arguments of type Annotation.Vertex Modifier and Type Method Description Annotation.Region.BuilderAnnotation.Region.Builder. addAllVertices(Iterable<? extends Annotation.Vertex> values)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;
-