- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class Vertex.Builder extends GeneratedMessageV3.Builder<Vertex.Builder> implements VertexOrBuilder
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Protobuf type google.cloud.datalabeling.v1beta1.Vertex
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Vertex.BuilderImplements
VertexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Vertex.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
build()
public Vertex build()
Returns | |
---|---|
Type | Description |
Vertex |
buildPartial()
public Vertex buildPartial()
Returns | |
---|---|
Type | Description |
Vertex |
clear()
public Vertex.Builder clear()
Returns | |
---|---|
Type | Description |
Vertex.Builder |
clearField(Descriptors.FieldDescriptor field)
public Vertex.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Vertex.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
clearX()
public Vertex.Builder clearX()
X coordinate.
int32 x = 1;
Returns | |
---|---|
Type | Description |
Vertex.Builder | This builder for chaining. |
clearY()
public Vertex.Builder clearY()
Y coordinate.
int32 y = 2;
Returns | |
---|---|
Type | Description |
Vertex.Builder | This builder for chaining. |
clone()
public Vertex.Builder clone()
Returns | |
---|---|
Type | Description |
Vertex.Builder |
getDefaultInstanceForType()
public Vertex getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Vertex |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getX()
public int getX()
X coordinate.
int32 x = 1;
Returns | |
---|---|
Type | Description |
int | The x. |
getY()
public int getY()
Y coordinate.
int32 y = 2;
Returns | |
---|---|
Type | Description |
int | The y. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Vertex other)
public Vertex.Builder mergeFrom(Vertex other)
Parameter | |
---|---|
Name | Description |
other | Vertex |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Vertex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Vertex.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Vertex.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Vertex.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Vertex.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Vertex.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Vertex.Builder |
setX(int value)
public Vertex.Builder setX(int value)
X coordinate.
int32 x = 1;
Parameter | |
---|---|
Name | Description |
value | int The x to set. |
Returns | |
---|---|
Type | Description |
Vertex.Builder | This builder for chaining. |
setY(int value)
public Vertex.Builder setY(int value)
Y coordinate.
int32 y = 2;
Parameter | |
---|---|
Name | Description |
value | int The y to set. |
Returns | |
---|---|
Type | Description |
Vertex.Builder | This builder for chaining. |