Class LatLongRect.Builder (2.0.29)

public static final class LatLongRect.Builder extends GeneratedMessageV3.Builder<LatLongRect.Builder> implements LatLongRectOrBuilder

Rectangle determined by min and max LatLng pairs.

Protobuf type google.cloud.vision.v1p4beta1.LatLongRect

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LatLongRect.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LatLongRect.Builder
Overrides

build()

public LatLongRect build()
Returns
TypeDescription
LatLongRect

buildPartial()

public LatLongRect buildPartial()
Returns
TypeDescription
LatLongRect

clear()

public LatLongRect.Builder clear()
Returns
TypeDescription
LatLongRect.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public LatLongRect.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
LatLongRect.Builder
Overrides

clearMaxLatLng()

public LatLongRect.Builder clearMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
TypeDescription
LatLongRect.Builder

clearMinLatLng()

public LatLongRect.Builder clearMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
TypeDescription
LatLongRect.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public LatLongRect.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LatLongRect.Builder
Overrides

clone()

public LatLongRect.Builder clone()
Returns
TypeDescription
LatLongRect.Builder
Overrides

getDefaultInstanceForType()

public LatLongRect getDefaultInstanceForType()
Returns
TypeDescription
LatLongRect

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMaxLatLng()

public LatLng getMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
TypeDescription
com.google.type.LatLng

The maxLatLng.

getMaxLatLngBuilder()

public LatLng.Builder getMaxLatLngBuilder()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
TypeDescription
com.google.type.LatLng.Builder

getMaxLatLngOrBuilder()

public LatLngOrBuilder getMaxLatLngOrBuilder()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
TypeDescription
com.google.type.LatLngOrBuilder

getMinLatLng()

public LatLng getMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
TypeDescription
com.google.type.LatLng

The minLatLng.

getMinLatLngBuilder()

public LatLng.Builder getMinLatLngBuilder()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
TypeDescription
com.google.type.LatLng.Builder

getMinLatLngOrBuilder()

public LatLngOrBuilder getMinLatLngOrBuilder()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
TypeDescription
com.google.type.LatLngOrBuilder

hasMaxLatLng()

public boolean hasMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
TypeDescription
boolean

Whether the maxLatLng field is set.

hasMinLatLng()

public boolean hasMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
TypeDescription
boolean

Whether the minLatLng field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(LatLongRect other)

public LatLongRect.Builder mergeFrom(LatLongRect other)
Parameter
NameDescription
otherLatLongRect
Returns
TypeDescription
LatLongRect.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LatLongRect.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LatLongRect.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LatLongRect.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
LatLongRect.Builder
Overrides

mergeMaxLatLng(LatLng value)

public LatLongRect.Builder mergeMaxLatLng(LatLng value)

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns
TypeDescription
LatLongRect.Builder

mergeMinLatLng(LatLng value)

public LatLongRect.Builder mergeMinLatLng(LatLng value)

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns
TypeDescription
LatLongRect.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LatLongRect.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LatLongRect.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public LatLongRect.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LatLongRect.Builder
Overrides

setMaxLatLng(LatLng value)

public LatLongRect.Builder setMaxLatLng(LatLng value)

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns
TypeDescription
LatLongRect.Builder

setMaxLatLng(LatLng.Builder builderForValue)

public LatLongRect.Builder setMaxLatLng(LatLng.Builder builderForValue)

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Parameter
NameDescription
builderForValuecom.google.type.LatLng.Builder
Returns
TypeDescription
LatLongRect.Builder

setMinLatLng(LatLng value)

public LatLongRect.Builder setMinLatLng(LatLng value)

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns
TypeDescription
LatLongRect.Builder

setMinLatLng(LatLng.Builder builderForValue)

public LatLongRect.Builder setMinLatLng(LatLng.Builder builderForValue)

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Parameter
NameDescription
builderForValuecom.google.type.LatLng.Builder
Returns
TypeDescription
LatLongRect.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LatLongRect.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LatLongRect.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LatLongRect.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LatLongRect.Builder
Overrides