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