public static final class LatLongRect.Builder extends GeneratedMessage.Builder<LatLongRect.Builder> implements LatLongRectOrBuilder Rectangle determined by min and max LatLng pairs.
Protobuf type google.cloud.vision.v1p4beta1.LatLongRect
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LatLongRect.BuilderImplements
LatLongRectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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 |
|
getDefaultInstanceForType()
public LatLongRect getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LatLongRect |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LatLongRect.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LatLongRect.Builder |
|
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 |
|
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 |
|