Uses of Interface
com.cognite.client.dto.Annotation.VertexOrBuilder
-
Packages that use Annotation.VertexOrBuilder Package Description com.cognite.client.dto -
-
Uses of Annotation.VertexOrBuilder in com.cognite.client.dto
Classes in com.cognite.client.dto that implement Annotation.VertexOrBuilder Modifier and Type Class Description static classAnnotation.VertexProtobuf typecom.cognite.client.dto.Annotation.Vertexstatic classAnnotation.Vertex.BuilderProtobuf typecom.cognite.client.dto.Annotation.VertexMethods in com.cognite.client.dto that return Annotation.VertexOrBuilder Modifier and Type Method Description Annotation.VertexOrBuilderAnnotation.Region.Builder. getVerticesOrBuilder(int index)repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;Annotation.VertexOrBuilderAnnotation.Region. getVerticesOrBuilder(int index)repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;Annotation.VertexOrBuilderAnnotation.RegionOrBuilder. getVerticesOrBuilder(int index)repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;Methods in com.cognite.client.dto that return types with arguments of type Annotation.VertexOrBuilder Modifier and Type Method Description List<? extends Annotation.VertexOrBuilder>Annotation.Region.Builder. getVerticesOrBuilderList()repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;List<? extends Annotation.VertexOrBuilder>Annotation.Region. getVerticesOrBuilderList()repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;List<? extends Annotation.VertexOrBuilder>Annotation.RegionOrBuilder. getVerticesOrBuilderList()repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;
-