Interface DiagramResponse.Annotation.RegionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DiagramResponse.Annotation.Region, DiagramResponse.Annotation.Region.Builder
Enclosing class:
DiagramResponse.Annotation

public static interface DiagramResponse.Annotation.RegionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getShape

      String getShape()
      string shape = 1;
      Returns:
      The shape.
    • getShapeBytes

      com.google.protobuf.ByteString getShapeBytes()
      string shape = 1;
      Returns:
      The bytes for shape.
    • getVerticesList

      repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;
    • getVertices

      DiagramResponse.Annotation.Vertex getVertices(int index)
      repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;
    • getVerticesCount

      int getVerticesCount()
      repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;
    • getVerticesOrBuilderList

      List<? extends DiagramResponse.Annotation.VertexOrBuilder> getVerticesOrBuilderList()
      repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;
    • getVerticesOrBuilder

      DiagramResponse.Annotation.VertexOrBuilder getVerticesOrBuilder(int index)
      repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;
    • getPage

      int getPage()
      int32 page = 3;
      Returns:
      The page.