Interface PerStoreViewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PerStoreView, PerStoreView.Builder

public interface PerStoreViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       Output only. The resource name of the per store view.
       Per Store view resource names have the form:
      
       `customers/{customer_id}/perStoreViews/{place_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the per store view.
       Per Store view resource names have the form:
      
       `customers/{customer_id}/perStoreViews/{place_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getPlaceId

      String getPlaceId()
       Output only. The place ID of the per store view.
       
      string place_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The placeId.
    • getPlaceIdBytes

      com.google.protobuf.ByteString getPlaceIdBytes()
       Output only. The place ID of the per store view.
       
      string place_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for placeId.
    • getAddress1

      String getAddress1()
       Output only. First line of the store's address.
       
      string address1 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The address1.
    • getAddress1Bytes

      com.google.protobuf.ByteString getAddress1Bytes()
       Output only. First line of the store's address.
       
      string address1 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for address1.
    • getAddress2

      String getAddress2()
       Output only. Second line of the store's address.
       
      string address2 = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The address2.
    • getAddress2Bytes

      com.google.protobuf.ByteString getAddress2Bytes()
       Output only. Second line of the store's address.
       
      string address2 = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for address2.
    • getBusinessName

      String getBusinessName()
       Output only. The name of the business.
       
      string business_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The businessName.
    • getBusinessNameBytes

      com.google.protobuf.ByteString getBusinessNameBytes()
       Output only. The name of the business.
       
      string business_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for businessName.
    • getCity

      String getCity()
       Output only. The city where the store is located.
       
      string city = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The city.
    • getCityBytes

      com.google.protobuf.ByteString getCityBytes()
       Output only. The city where the store is located.
       
      string city = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for city.
    • getCountryCode

      String getCountryCode()
       Output only. The two-letter country code for the store's location (e.g.,
       "US").
       
      string country_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The countryCode.
    • getCountryCodeBytes

      com.google.protobuf.ByteString getCountryCodeBytes()
       Output only. The two-letter country code for the store's location (e.g.,
       "US").
       
      string country_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for countryCode.
    • getPhoneNumber

      String getPhoneNumber()
       Output only. The phone number of the store.
       
      string phone_number = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The phoneNumber.
    • getPhoneNumberBytes

      com.google.protobuf.ByteString getPhoneNumberBytes()
       Output only. The phone number of the store.
       
      string phone_number = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for phoneNumber.
    • getPostalCode

      String getPostalCode()
       Output only. The postal code of the store's address.
       
      string postal_code = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The postalCode.
    • getPostalCodeBytes

      com.google.protobuf.ByteString getPostalCodeBytes()
       Output only. The postal code of the store's address.
       
      string postal_code = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for postalCode.
    • getProvince

      String getProvince()
       Output only. The province or state of the store's address.
       
      string province = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The province.
    • getProvinceBytes

      com.google.protobuf.ByteString getProvinceBytes()
       Output only. The province or state of the store's address.
       
      string province = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for province.