public static final class TransactionData.Address.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder> implements TransactionData.AddressOrBuilder
Structured address format for billing and shipping addresses.Protobuf type
google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address| Modifier and Type | Method and Description |
|---|---|
TransactionData.Address.Builder |
addAddress(String value)
The first lines of the address.
|
TransactionData.Address.Builder |
addAddressBytes(com.google.protobuf.ByteString value)
The first lines of the address.
|
TransactionData.Address.Builder |
addAllAddress(Iterable<String> values)
The first lines of the address.
|
TransactionData.Address.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionData.Address |
build() |
TransactionData.Address |
buildPartial() |
TransactionData.Address.Builder |
clear() |
TransactionData.Address.Builder |
clearAddress()
The first lines of the address.
|
TransactionData.Address.Builder |
clearAdministrativeArea()
The state, province, or otherwise administrative area of the address.
|
TransactionData.Address.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionData.Address.Builder |
clearLocality()
The town/city of the address.
|
TransactionData.Address.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionData.Address.Builder |
clearPostalCode()
The postal or ZIP code of the address.
|
TransactionData.Address.Builder |
clearRecipient()
The recipient name, potentially including information such as "care of".
|
TransactionData.Address.Builder |
clearRegionCode()
The CLDR country/region of the address.
|
TransactionData.Address.Builder |
clone() |
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.
|
TransactionData.Address |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransactionData.Address.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionData.Address.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransactionData.Address.Builder |
mergeFrom(TransactionData.Address other) |
TransactionData.Address.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionData.Address.Builder |
setAddress(int index,
String value)
The first lines of the address.
|
TransactionData.Address.Builder |
setAdministrativeArea(String value)
The state, province, or otherwise administrative area of the address.
|
TransactionData.Address.Builder |
setAdministrativeAreaBytes(com.google.protobuf.ByteString value)
The state, province, or otherwise administrative area of the address.
|
TransactionData.Address.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionData.Address.Builder |
setLocality(String value)
The town/city of the address.
|
TransactionData.Address.Builder |
setLocalityBytes(com.google.protobuf.ByteString value)
The town/city of the address.
|
TransactionData.Address.Builder |
setPostalCode(String value)
The postal or ZIP code of the address.
|
TransactionData.Address.Builder |
setPostalCodeBytes(com.google.protobuf.ByteString value)
The postal or ZIP code of the address.
|
TransactionData.Address.Builder |
setRecipient(String value)
The recipient name, potentially including information such as "care of".
|
TransactionData.Address.Builder |
setRecipientBytes(com.google.protobuf.ByteString value)
The recipient name, potentially including information such as "care of".
|
TransactionData.Address.Builder |
setRegionCode(String value)
The CLDR country/region of the address.
|
TransactionData.Address.Builder |
setRegionCodeBytes(com.google.protobuf.ByteString value)
The CLDR country/region of the address.
|
TransactionData.Address.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionData.Address.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransactionData.Address build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransactionData.Address buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransactionData.Address.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder mergeFrom(TransactionData.Address other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public TransactionData.Address.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionData.Address.Builder>IOExceptionpublic 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 TransactionData.Address.Builder setRecipient(String value)
The recipient name, potentially including information such as "care of".
string recipient = 1;value - The recipient to set.public TransactionData.Address.Builder clearRecipient()
The recipient name, potentially including information such as "care of".
string recipient = 1;public TransactionData.Address.Builder setRecipientBytes(com.google.protobuf.ByteString value)
The recipient name, potentially including information such as "care of".
string recipient = 1;value - The bytes for recipient to set.public 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 TransactionData.Address.Builder setAddress(int index, String value)
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 to set the value at.value - The address to set.public TransactionData.Address.Builder addAddress(String value)
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;value - The address to add.public TransactionData.Address.Builder addAllAddress(Iterable<String> values)
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;values - The address to add.public TransactionData.Address.Builder clearAddress()
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;public TransactionData.Address.Builder addAddressBytes(com.google.protobuf.ByteString value)
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;value - The bytes of the address to add.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 TransactionData.Address.Builder setLocality(String value)
The town/city of the address.
string locality = 3;value - The locality to set.public TransactionData.Address.Builder clearLocality()
The town/city of the address.
string locality = 3;public TransactionData.Address.Builder setLocalityBytes(com.google.protobuf.ByteString value)
The town/city of the address.
string locality = 3;value - The bytes for locality to set.public 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 TransactionData.Address.Builder setAdministrativeArea(String value)
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;value - The administrativeArea to set.public TransactionData.Address.Builder clearAdministrativeArea()
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;public TransactionData.Address.Builder setAdministrativeAreaBytes(com.google.protobuf.ByteString value)
The state, province, or otherwise administrative area of the address.
string administrative_area = 4;value - The bytes for administrativeArea to set.public 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 TransactionData.Address.Builder setRegionCode(String value)
The CLDR country/region of the address.
string region_code = 5;value - The regionCode to set.public TransactionData.Address.Builder clearRegionCode()
The CLDR country/region of the address.
string region_code = 5;public TransactionData.Address.Builder setRegionCodeBytes(com.google.protobuf.ByteString value)
The CLDR country/region of the address.
string region_code = 5;value - The bytes for regionCode to set.public 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 TransactionData.Address.Builder setPostalCode(String value)
The postal or ZIP code of the address.
string postal_code = 6;value - The postalCode to set.public TransactionData.Address.Builder clearPostalCode()
The postal or ZIP code of the address.
string postal_code = 6;public TransactionData.Address.Builder setPostalCodeBytes(com.google.protobuf.ByteString value)
The postal or ZIP code of the address.
string postal_code = 6;value - The bytes for postalCode to set.public final TransactionData.Address.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>public final TransactionData.Address.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.Address.Builder>Copyright © 2023 Google LLC. All rights reserved.