Interface BusinessProfileLocationSetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBusinessAccountId()
      Immutable.
      com.google.protobuf.ByteString getBusinessAccountIdBytes()
      Immutable.
      java.lang.String getBusinessNameFilter()
      Used to filter Google Business Profile listings by business name.
      com.google.protobuf.ByteString getBusinessNameFilterBytes()
      Used to filter Google Business Profile listings by business name.
      java.lang.String getEmailAddress()
      Required.
      com.google.protobuf.ByteString getEmailAddressBytes()
      Required.
      java.lang.String getHttpAuthorizationToken()
      Required.
      com.google.protobuf.ByteString getHttpAuthorizationTokenBytes()
      Required.
      java.lang.String getLabelFilters​(int index)
      Used to filter Google Business Profile listings by labels.
      com.google.protobuf.ByteString getLabelFiltersBytes​(int index)
      Used to filter Google Business Profile listings by labels.
      int getLabelFiltersCount()
      Used to filter Google Business Profile listings by labels.
      java.util.List<java.lang.String> getLabelFiltersList()
      Used to filter Google Business Profile listings by labels.
      long getListingIdFilters​(int index)
      Used to filter Google Business Profile listings by listing id.
      int getListingIdFiltersCount()
      Used to filter Google Business Profile listings by listing id.
      java.util.List<java.lang.Long> getListingIdFiltersList()
      Used to filter Google Business Profile listings by listing id.
      • 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 Detail

      • getHttpAuthorizationToken

        java.lang.String getHttpAuthorizationToken()
         Required. Immutable. The HTTP authorization token used to obtain
         authorization.
         
        string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The httpAuthorizationToken.
      • getHttpAuthorizationTokenBytes

        com.google.protobuf.ByteString getHttpAuthorizationTokenBytes()
         Required. Immutable. The HTTP authorization token used to obtain
         authorization.
         
        string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for httpAuthorizationToken.
      • getEmailAddress

        java.lang.String getEmailAddress()
         Required. Immutable. Email address of a Google Business Profile account or
         email address of a manager of the Google Business Profile account.
         
        string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The emailAddress.
      • getEmailAddressBytes

        com.google.protobuf.ByteString getEmailAddressBytes()
         Required. Immutable. Email address of a Google Business Profile account or
         email address of a manager of the Google Business Profile account.
         
        string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for emailAddress.
      • getBusinessNameFilter

        java.lang.String getBusinessNameFilter()
         Used to filter Google Business Profile listings by business name. If
         businessNameFilter is set, only listings with a matching business name are
         candidates to be sync'd into Assets.
         
        string business_name_filter = 3;
        Returns:
        The businessNameFilter.
      • getBusinessNameFilterBytes

        com.google.protobuf.ByteString getBusinessNameFilterBytes()
         Used to filter Google Business Profile listings by business name. If
         businessNameFilter is set, only listings with a matching business name are
         candidates to be sync'd into Assets.
         
        string business_name_filter = 3;
        Returns:
        The bytes for businessNameFilter.
      • getLabelFiltersList

        java.util.List<java.lang.String> getLabelFiltersList()
         Used to filter Google Business Profile listings by labels. If entries exist
         in labelFilters, only listings that have any of the labels set are
         candidates to be synchronized into Assets. If no entries exist in
         labelFilters, then all listings are candidates for syncing.
         Label filters are OR'ed together.
         
        repeated string label_filters = 4;
        Returns:
        A list containing the labelFilters.
      • getLabelFiltersCount

        int getLabelFiltersCount()
         Used to filter Google Business Profile listings by labels. If entries exist
         in labelFilters, only listings that have any of the labels set are
         candidates to be synchronized into Assets. If no entries exist in
         labelFilters, then all listings are candidates for syncing.
         Label filters are OR'ed together.
         
        repeated string label_filters = 4;
        Returns:
        The count of labelFilters.
      • getLabelFilters

        java.lang.String getLabelFilters​(int index)
         Used to filter Google Business Profile listings by labels. If entries exist
         in labelFilters, only listings that have any of the labels set are
         candidates to be synchronized into Assets. If no entries exist in
         labelFilters, then all listings are candidates for syncing.
         Label filters are OR'ed together.
         
        repeated string label_filters = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The labelFilters at the given index.
      • getLabelFiltersBytes

        com.google.protobuf.ByteString getLabelFiltersBytes​(int index)
         Used to filter Google Business Profile listings by labels. If entries exist
         in labelFilters, only listings that have any of the labels set are
         candidates to be synchronized into Assets. If no entries exist in
         labelFilters, then all listings are candidates for syncing.
         Label filters are OR'ed together.
         
        repeated string label_filters = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the labelFilters at the given index.
      • getListingIdFiltersList

        java.util.List<java.lang.Long> getListingIdFiltersList()
         Used to filter Google Business Profile listings by listing id. If entries
         exist in listingIdFilters, only listings specified by the filters are
         candidates to be synchronized into Assets. If no entries exist in
         listingIdFilters, then all listings are candidates for syncing.
         Listing ID filters are OR'ed together.
         
        repeated int64 listing_id_filters = 5;
        Returns:
        A list containing the listingIdFilters.
      • getListingIdFiltersCount

        int getListingIdFiltersCount()
         Used to filter Google Business Profile listings by listing id. If entries
         exist in listingIdFilters, only listings specified by the filters are
         candidates to be synchronized into Assets. If no entries exist in
         listingIdFilters, then all listings are candidates for syncing.
         Listing ID filters are OR'ed together.
         
        repeated int64 listing_id_filters = 5;
        Returns:
        The count of listingIdFilters.
      • getListingIdFilters

        long getListingIdFilters​(int index)
         Used to filter Google Business Profile listings by listing id. If entries
         exist in listingIdFilters, only listings specified by the filters are
         candidates to be synchronized into Assets. If no entries exist in
         listingIdFilters, then all listings are candidates for syncing.
         Listing ID filters are OR'ed together.
         
        repeated int64 listing_id_filters = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The listingIdFilters at the given index.
      • getBusinessAccountId

        java.lang.String getBusinessAccountId()
         Immutable. The account ID of the managed business whose locations are to be
         used. If this field is not set, then all businesses accessible by the user
         (specified by the emailAddress) are used.
         
        string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The businessAccountId.
      • getBusinessAccountIdBytes

        com.google.protobuf.ByteString getBusinessAccountIdBytes()
         Immutable. The account ID of the managed business whose locations are to be
         used. If this field is not set, then all businesses accessible by the user
         (specified by the emailAddress) are used.
         
        string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for businessAccountId.