public interface AddressMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBusiness()
Indicates that this is the address of a business.
|
boolean |
getPoBox()
Indicates that the address of a PO box.
|
boolean |
getResidential()
Indicates that this is the address of a residence.
|
boolean |
hasBusiness()
Indicates that this is the address of a business.
|
boolean |
hasPoBox()
Indicates that the address of a PO box.
|
boolean |
hasResidential()
Indicates that this is the address of a residence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBusiness()
Indicates that this is the address of a business. If unset, indicates that the value is unknown.
optional bool business = 2;boolean getBusiness()
Indicates that this is the address of a business. If unset, indicates that the value is unknown.
optional bool business = 2;boolean hasPoBox()
Indicates that the address of a PO box. If unset, indicates that the value is unknown.
optional bool po_box = 3;boolean getPoBox()
Indicates that the address of a PO box. If unset, indicates that the value is unknown.
optional bool po_box = 3;boolean hasResidential()
Indicates that this is the address of a residence. If unset, indicates that the value is unknown.
optional bool residential = 6;boolean getResidential()
Indicates that this is the address of a residence. If unset, indicates that the value is unknown.
optional bool residential = 6;Copyright © 2024 Google LLC. All rights reserved.