Interface Annotation.RegionOrBuilder

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

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

      • getShape

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

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

        List<Annotation.Vertex> getVerticesList()
        repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;
      • getVertices

        Annotation.Vertex getVertices​(int index)
        repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;
      • getVerticesCount

        int getVerticesCount()
        repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;
      • getVerticesOrBuilderList

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

        Annotation.VertexOrBuilder getVerticesOrBuilder​(int index)
        repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;
      • getPage

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