Interface OfflineUserAddressInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfflineUserAddressInfo,OfflineUserAddressInfo.Builder
public interface OfflineUserAddressInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCity()City of the address.com.google.protobuf.ByteStringgetCityBytes()City of the address.java.lang.StringgetCountryCode()2-letter country code in ISO-3166-1 alpha-2 of the user's address.com.google.protobuf.ByteStringgetCountryCodeBytes()2-letter country code in ISO-3166-1 alpha-2 of the user's address.java.lang.StringgetHashedFirstName()First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).com.google.protobuf.ByteStringgetHashedFirstNameBytes()First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).java.lang.StringgetHashedLastName()Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).com.google.protobuf.ByteStringgetHashedLastNameBytes()Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).java.lang.StringgetHashedStreetAddress()The street address of the user hashed using SHA-256 hash function after normalization (lower case only).com.google.protobuf.ByteStringgetHashedStreetAddressBytes()The street address of the user hashed using SHA-256 hash function after normalization (lower case only).java.lang.StringgetPostalCode()Postal code of the user's address.com.google.protobuf.ByteStringgetPostalCodeBytes()Postal code of the user's address.java.lang.StringgetState()State code of the address.com.google.protobuf.ByteStringgetStateBytes()State code of the address.booleanhasCity()City of the address.booleanhasCountryCode()2-letter country code in ISO-3166-1 alpha-2 of the user's address.booleanhasHashedFirstName()First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).booleanhasHashedLastName()Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).booleanhasHashedStreetAddress()The street address of the user hashed using SHA-256 hash function after normalization (lower case only).booleanhasPostalCode()Postal code of the user's address.booleanhasState()State code of the address.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHashedFirstName
boolean hasHashedFirstName()
First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
optional string hashed_first_name = 7;- Returns:
- Whether the hashedFirstName field is set.
-
getHashedFirstName
java.lang.String getHashedFirstName()
First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
optional string hashed_first_name = 7;- Returns:
- The hashedFirstName.
-
getHashedFirstNameBytes
com.google.protobuf.ByteString getHashedFirstNameBytes()
First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
optional string hashed_first_name = 7;- Returns:
- The bytes for hashedFirstName.
-
hasHashedLastName
boolean hasHashedLastName()
Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
optional string hashed_last_name = 8;- Returns:
- Whether the hashedLastName field is set.
-
getHashedLastName
java.lang.String getHashedLastName()
Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
optional string hashed_last_name = 8;- Returns:
- The hashedLastName.
-
getHashedLastNameBytes
com.google.protobuf.ByteString getHashedLastNameBytes()
Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
optional string hashed_last_name = 8;- Returns:
- The bytes for hashedLastName.
-
hasCity
boolean hasCity()
City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string city = 9;- Returns:
- Whether the city field is set.
-
getCity
java.lang.String getCity()
City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string city = 9;- Returns:
- The city.
-
getCityBytes
com.google.protobuf.ByteString getCityBytes()
City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string city = 9;- Returns:
- The bytes for city.
-
hasState
boolean hasState()
State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string state = 10;- Returns:
- Whether the state field is set.
-
getState
java.lang.String getState()
State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string state = 10;- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
optional string state = 10;- Returns:
- The bytes for state.
-
hasCountryCode
boolean hasCountryCode()
2-letter country code in ISO-3166-1 alpha-2 of the user's address.
optional string country_code = 11;- Returns:
- Whether the countryCode field is set.
-
getCountryCode
java.lang.String getCountryCode()
2-letter country code in ISO-3166-1 alpha-2 of the user's address.
optional string country_code = 11;- Returns:
- The countryCode.
-
getCountryCodeBytes
com.google.protobuf.ByteString getCountryCodeBytes()
2-letter country code in ISO-3166-1 alpha-2 of the user's address.
optional string country_code = 11;- Returns:
- The bytes for countryCode.
-
hasPostalCode
boolean hasPostalCode()
Postal code of the user's address.
optional string postal_code = 12;- Returns:
- Whether the postalCode field is set.
-
getPostalCode
java.lang.String getPostalCode()
Postal code of the user's address.
optional string postal_code = 12;- Returns:
- The postalCode.
-
getPostalCodeBytes
com.google.protobuf.ByteString getPostalCodeBytes()
Postal code of the user's address.
optional string postal_code = 12;- Returns:
- The bytes for postalCode.
-
hasHashedStreetAddress
boolean hasHashedStreetAddress()
The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService.
optional string hashed_street_address = 13;- Returns:
- Whether the hashedStreetAddress field is set.
-
getHashedStreetAddress
java.lang.String getHashedStreetAddress()
The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService.
optional string hashed_street_address = 13;- Returns:
- The hashedStreetAddress.
-
getHashedStreetAddressBytes
com.google.protobuf.ByteString getHashedStreetAddressBytes()
The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService.
optional string hashed_street_address = 13;- Returns:
- The bytes for hashedStreetAddress.
-
-