Annotation.Vertex.Builder |
Annotation.Vertex.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Annotation.Vertex.Builder |
Annotation.Region.Builder.addVerticesBuilder() |
repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;
|
Annotation.Vertex.Builder |
Annotation.Region.Builder.addVerticesBuilder(int index) |
repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clear() |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clearX() |
double x = 1;
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clearY() |
double y = 2;
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.clone() |
|
Annotation.Vertex.Builder |
Annotation.Region.Builder.getVerticesBuilder(int index) |
repeated .com.cognite.client.dto.Annotation.Vertex vertices = 2;
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.mergeFrom(Annotation.Vertex other) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Annotation.Vertex.Builder |
Annotation.Vertex.newBuilder() |
|
static Annotation.Vertex.Builder |
Annotation.Vertex.newBuilder(Annotation.Vertex prototype) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.newBuilderForType() |
|
protected Annotation.Vertex.Builder |
Annotation.Vertex.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.setX(double value) |
double x = 1;
|
Annotation.Vertex.Builder |
Annotation.Vertex.Builder.setY(double value) |
double y = 2;
|
Annotation.Vertex.Builder |
Annotation.Vertex.toBuilder() |
|