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

    Modifier and Type
    Method
    Description
    City of the address.
    com.google.protobuf.ByteString
    City of the address.
    2-letter country code in ISO-3166-1 alpha-2 of the user's address.
    com.google.protobuf.ByteString
    2-letter country code in ISO-3166-1 alpha-2 of the user's address.
    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.ByteString
    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).
    Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
    com.google.protobuf.ByteString
    Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
    The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
    com.google.protobuf.ByteString
    The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
    Postal code of the user's address.
    com.google.protobuf.ByteString
    Postal code of the user's address.
    State code of the address.
    com.google.protobuf.ByteString
    State code of the address.
    boolean
    City of the address.
    boolean
    2-letter country code in ISO-3166-1 alpha-2 of the user's address.
    boolean
    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).
    boolean
    Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
    boolean
    The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
    boolean
    Postal code of the user's address.
    boolean
    State code of the address.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

      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

      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

      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

      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

      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

      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

      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.