public static interface TransactionData.AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress(int index)
The first lines of the address.
|
com.google.protobuf.ByteString |
getAddressBytes(int index)
The first lines of the address.
|
int |
getAddressCount()
The first lines of the address.
|
List<String> |
getAddressList()
The first lines of the address.
|
String |
getAdministrativeArea()
The state, province, or otherwise administrative area of the address.
|
com.google.protobuf.ByteString |
getAdministrativeAreaBytes()
The state, province, or otherwise administrative area of the address.
|
String |
getLocality()
The town/city of the address.
|
com.google.protobuf.ByteString |
getLocalityBytes()
The town/city of the address.
|
String |
getPostalCode()
The postal or ZIP code of the address.
|
com.google.protobuf.ByteString |
getPostalCodeBytes()
The postal or ZIP code of the address.
|
String |
getRecipient()
The recipient name, potentially including information such as "care of".
|
com.google.protobuf.ByteString |
getRecipientBytes()
The recipient name, potentially including information such as "care of".
|
String |
getRegionCode()
The CLDR country/region of the address.
|
com.google.protobuf.ByteString |
getRegionCodeBytes()
The CLDR country/region of the address.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRecipient()
The recipient name, potentially including information such as "care of".
string recipient = 1;com.google.protobuf.ByteString getRecipientBytes()
The recipient name, potentially including information such as "care of".
string recipient = 1;List<String> getAddressList()
The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
repeated string address = 2;int getAddressCount()
The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
repeated string address = 2;String getAddress(int index)
The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
repeated string address = 2;index - The index of the element to return.com.google.protobuf.ByteString getAddressBytes(int index)
The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
repeated string address = 2;index - The index of the value to return.String getLocality()
The town/city of the address.
string locality = 3;com.google.protobuf.ByteString getLocalityBytes()
The town/city of the address.
string locality = 3;String getAdministrativeArea()
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;com.google.protobuf.ByteString getAdministrativeAreaBytes()
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;String getRegionCode()
The CLDR country/region of the address.
string region_code = 5;com.google.protobuf.ByteString getRegionCodeBytes()
The CLDR country/region of the address.
string region_code = 5;String getPostalCode()
The postal or ZIP code of the address.
string postal_code = 6;com.google.protobuf.ByteString getPostalCodeBytes()
The postal or ZIP code of the address.
string postal_code = 6;Copyright © 2023 Google LLC. All rights reserved.