public interface UspsAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
City name.
|
com.google.protobuf.ByteString |
getCityBytes()
City name.
|
String |
getCityStateZipAddressLine()
City + state + postal code.
|
com.google.protobuf.ByteString |
getCityStateZipAddressLineBytes()
City + state + postal code.
|
String |
getFirm()
Firm name.
|
com.google.protobuf.ByteString |
getFirmBytes()
Firm name.
|
String |
getFirstAddressLine()
First address line.
|
com.google.protobuf.ByteString |
getFirstAddressLineBytes()
First address line.
|
String |
getSecondAddressLine()
Second address line.
|
com.google.protobuf.ByteString |
getSecondAddressLineBytes()
Second address line.
|
String |
getState()
2 letter state code.
|
com.google.protobuf.ByteString |
getStateBytes()
2 letter state code.
|
String |
getUrbanization()
Puerto Rican urbanization name.
|
com.google.protobuf.ByteString |
getUrbanizationBytes()
Puerto Rican urbanization name.
|
String |
getZipCode()
Postal code e.g.
|
com.google.protobuf.ByteString |
getZipCodeBytes()
Postal code e.g.
|
String |
getZipCodeExtension()
4-digit postal code extension e.g.
|
com.google.protobuf.ByteString |
getZipCodeExtensionBytes()
4-digit postal code extension e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFirstAddressLine()
First address line.
string first_address_line = 1;com.google.protobuf.ByteString getFirstAddressLineBytes()
First address line.
string first_address_line = 1;String getFirm()
Firm name.
string firm = 2;com.google.protobuf.ByteString getFirmBytes()
Firm name.
string firm = 2;String getSecondAddressLine()
Second address line.
string second_address_line = 3;com.google.protobuf.ByteString getSecondAddressLineBytes()
Second address line.
string second_address_line = 3;String getUrbanization()
Puerto Rican urbanization name.
string urbanization = 4;com.google.protobuf.ByteString getUrbanizationBytes()
Puerto Rican urbanization name.
string urbanization = 4;String getCityStateZipAddressLine()
City + state + postal code.
string city_state_zip_address_line = 5;com.google.protobuf.ByteString getCityStateZipAddressLineBytes()
City + state + postal code.
string city_state_zip_address_line = 5;String getCity()
City name.
string city = 6;com.google.protobuf.ByteString getCityBytes()
City name.
string city = 6;String getState()
2 letter state code.
string state = 7;com.google.protobuf.ByteString getStateBytes()
2 letter state code.
string state = 7;String getZipCode()
Postal code e.g. 10009.
string zip_code = 8;com.google.protobuf.ByteString getZipCodeBytes()
Postal code e.g. 10009.
string zip_code = 8;String getZipCodeExtension()
4-digit postal code extension e.g. 5023.
string zip_code_extension = 9;com.google.protobuf.ByteString getZipCodeExtensionBytes()
4-digit postal code extension e.g. 5023.
string zip_code_extension = 9;Copyright © 2023 Google LLC. All rights reserved.