public static final class TransactionData.Address extends com.google.protobuf.GeneratedMessageV3 implements TransactionData.AddressOrBuilder
Structured address format for billing and shipping addresses.Protobuf type
google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionData.Address.Builder
Structured address format for billing and shipping addresses.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_FIELD_NUMBER |
static int |
ADMINISTRATIVE_AREA_FIELD_NUMBER |
static int |
LOCALITY_FIELD_NUMBER |
static int |
POSTAL_CODE_FIELD_NUMBER |
static int |
RECIPIENT_FIELD_NUMBER |
static int |
REGION_CODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
static TransactionData.Address |
getDefaultInstance() |
TransactionData.Address |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLocality()
The town/city of the address.
|
com.google.protobuf.ByteString |
getLocalityBytes()
The town/city of the address.
|
com.google.protobuf.Parser<TransactionData.Address> |
getParserForType() |
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.
|
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransactionData.Address.Builder |
newBuilder() |
static TransactionData.Address.Builder |
newBuilder(TransactionData.Address prototype) |
TransactionData.Address.Builder |
newBuilderForType() |
protected TransactionData.Address.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransactionData.Address |
parseDelimitedFrom(InputStream input) |
static TransactionData.Address |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
parseFrom(byte[] data) |
static TransactionData.Address |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
parseFrom(ByteBuffer data) |
static TransactionData.Address |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionData.Address |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionData.Address |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
parseFrom(InputStream input) |
static TransactionData.Address |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionData.Address> |
parser() |
TransactionData.Address.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RECIPIENT_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
public static final int LOCALITY_FIELD_NUMBER
public static final int ADMINISTRATIVE_AREA_FIELD_NUMBER
public static final int REGION_CODE_FIELD_NUMBER
public static final int POSTAL_CODE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getRecipient()
The recipient name, potentially including information such as "care of".
string recipient = 1;getRecipient in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ByteString getRecipientBytes()
The recipient name, potentially including information such as "care of".
string recipient = 1;getRecipientBytes in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ProtocolStringList 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;getAddressList in interface TransactionData.AddressOrBuilderpublic 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;getAddressCount in interface TransactionData.AddressOrBuilderpublic 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;getAddress in interface TransactionData.AddressOrBuilderindex - The index of the element to return.public 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;getAddressBytes in interface TransactionData.AddressOrBuilderindex - The index of the value to return.public String getLocality()
The town/city of the address.
string locality = 3;getLocality in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ByteString getLocalityBytes()
The town/city of the address.
string locality = 3;getLocalityBytes in interface TransactionData.AddressOrBuilderpublic String getAdministrativeArea()
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;getAdministrativeArea in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ByteString getAdministrativeAreaBytes()
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;getAdministrativeAreaBytes in interface TransactionData.AddressOrBuilderpublic String getRegionCode()
The CLDR country/region of the address.
string region_code = 5;getRegionCode in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ByteString getRegionCodeBytes()
The CLDR country/region of the address.
string region_code = 5;getRegionCodeBytes in interface TransactionData.AddressOrBuilderpublic String getPostalCode()
The postal or ZIP code of the address.
string postal_code = 6;getPostalCode in interface TransactionData.AddressOrBuilderpublic com.google.protobuf.ByteString getPostalCodeBytes()
The postal or ZIP code of the address.
string postal_code = 6;getPostalCodeBytes in interface TransactionData.AddressOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransactionData.Address parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionData.Address parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionData.Address parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionData.Address parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionData.Address parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionData.Address parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransactionData.Address parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransactionData.Address.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransactionData.Address.Builder newBuilder()
public static TransactionData.Address.Builder newBuilder(TransactionData.Address prototype)
public TransactionData.Address.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransactionData.Address.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransactionData.Address getDefaultInstance()
public static com.google.protobuf.Parser<TransactionData.Address> parser()
public com.google.protobuf.Parser<TransactionData.Address> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransactionData.Address getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.