Class LatLongRect.Builder (3.40.0)

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.v1p2beta1.LatLongRect

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LatLongRect.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LatLongRect.Builder
Overrides

build()

public LatLongRect build()
Returns
Type Description
LatLongRect

buildPartial()

public LatLongRect buildPartial()
Returns
Type Description
LatLongRect

clear()

public LatLongRect.Builder clear()
Returns
Type Description
LatLongRect.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public LatLongRect.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LatLongRect.Builder
Overrides

clearMaxLatLng()

public LatLongRect.Builder clearMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
Type Description
LatLongRect.Builder

clearMinLatLng()

public LatLongRect.Builder clearMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
Type Description
LatLongRect.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public LatLongRect.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LatLongRect.Builder
Overrides

clone()

public LatLongRect.Builder clone()
Returns
Type Description
LatLongRect.Builder
Overrides

getDefaultInstanceForType()

public LatLongRect getDefaultInstanceForType()
Returns
Type Description
LatLongRect

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMaxLatLng()

public LatLng getMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
Type Description
com.google.type.LatLng

The maxLatLng.

getMaxLatLngBuilder()

public LatLng.Builder getMaxLatLngBuilder()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
Type Description
com.google.type.LatLng.Builder

getMaxLatLngOrBuilder()

public LatLngOrBuilder getMaxLatLngOrBuilder()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
Type Description
com.google.type.LatLngOrBuilder

getMinLatLng()

public LatLng getMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
Type Description
com.google.type.LatLng

The minLatLng.

getMinLatLngBuilder()

public LatLng.Builder getMinLatLngBuilder()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
Type Description
com.google.type.LatLng.Builder

getMinLatLngOrBuilder()

public LatLngOrBuilder getMinLatLngOrBuilder()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
Type Description
com.google.type.LatLngOrBuilder

hasMaxLatLng()

public boolean hasMaxLatLng()

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Returns
Type Description
boolean

Whether the maxLatLng field is set.

hasMinLatLng()

public boolean hasMinLatLng()

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Returns
Type Description
boolean

Whether the minLatLng field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LatLongRect other)

public LatLongRect.Builder mergeFrom(LatLongRect other)
Parameter
Name Description
other LatLongRect
Returns
Type Description
LatLongRect.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LatLongRect.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LatLongRect.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LatLongRect.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LatLongRect.Builder
Overrides

mergeMaxLatLng(LatLng value)

public LatLongRect.Builder mergeMaxLatLng(LatLng value)

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Parameter
Name Description
value com.google.type.LatLng
Returns
Type Description
LatLongRect.Builder

mergeMinLatLng(LatLng value)

public LatLongRect.Builder mergeMinLatLng(LatLng value)

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Parameter
Name Description
value com.google.type.LatLng
Returns
Type Description
LatLongRect.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LatLongRect.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LatLongRect.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public LatLongRect.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LatLongRect.Builder
Overrides

setMaxLatLng(LatLng value)

public LatLongRect.Builder setMaxLatLng(LatLng value)

Max lat/long pair.

.google.type.LatLng max_lat_lng = 2;

Parameter
Name Description
value com.google.type.LatLng
Returns
Type Description
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
Name Description
builderForValue com.google.type.LatLng.Builder
Returns
Type Description
LatLongRect.Builder

setMinLatLng(LatLng value)

public LatLongRect.Builder setMinLatLng(LatLng value)

Min lat/long pair.

.google.type.LatLng min_lat_lng = 1;

Parameter
Name Description
value com.google.type.LatLng
Returns
Type Description
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
Name Description
builderForValue com.google.type.LatLng.Builder
Returns
Type Description
LatLongRect.Builder

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

public LatLongRect.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LatLongRect.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LatLongRect.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LatLongRect.Builder
Overrides