Package com.cognite.client.dto
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPage()int32 page = 3;StringgetShape()string shape = 1;com.google.protobuf.ByteStringgetShapeBytes()string shape = 1;Annotation.VertexgetVertices(int index)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;intgetVerticesCount()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;List<Annotation.Vertex>getVerticesList()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;Annotation.VertexOrBuildergetVerticesOrBuilder(int index)repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;List<? extends Annotation.VertexOrBuilder>getVerticesOrBuilderList()repeated .com.cognite.beam.proto.Annotation.Vertex vertices = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-