Interface GenerateCreatorInsightsRequestOrBuilder

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

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

    • getCustomerId

      String getCustomerId()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • getCustomerInsightsGroup

      String getCustomerInsightsGroup()
       Required. The name of the customer being planned for.  This is a
       user-defined value.
       
      string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerInsightsGroup.
    • getCustomerInsightsGroupBytes

      com.google.protobuf.ByteString getCustomerInsightsGroupBytes()
       Required. The name of the customer being planned for.  This is a
       user-defined value.
       
      string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerInsightsGroup.
    • getCountryLocationsList

      List<LocationInfo> getCountryLocationsList()
       Required. The countries to search that apply to the criteria.
       
      repeated .google.ads.googleads.v19.common.LocationInfo country_locations = 6 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocations

      LocationInfo getCountryLocations(int index)
       Required. The countries to search that apply to the criteria.
       
      repeated .google.ads.googleads.v19.common.LocationInfo country_locations = 6 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsCount

      int getCountryLocationsCount()
       Required. The countries to search that apply to the criteria.
       
      repeated .google.ads.googleads.v19.common.LocationInfo country_locations = 6 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsOrBuilderList

      List<? extends LocationInfoOrBuilder> getCountryLocationsOrBuilderList()
       Required. The countries to search that apply to the criteria.
       
      repeated .google.ads.googleads.v19.common.LocationInfo country_locations = 6 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsOrBuilder

      LocationInfoOrBuilder getCountryLocationsOrBuilder(int index)
       Required. The countries to search that apply to the criteria.
       
      repeated .google.ads.googleads.v19.common.LocationInfo country_locations = 6 [(.google.api.field_behavior) = REQUIRED];
    • hasSearchAttributes

      boolean hasSearchAttributes()
       The attributes used to identify top creators. Data fetched is based on
       the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

       The attributes used to identify top creators. Data fetched is based on
       the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
      Returns:
      The searchAttributes.
    • getSearchAttributesOrBuilder

       The attributes used to identify top creators. Data fetched is based on
       the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
    • hasSearchBrand

      boolean hasSearchBrand()
       A brand used to search for top creators. Data fetched is based on the
       list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchBrand search_brand = 5;
      Returns:
      Whether the searchBrand field is set.
    • getSearchBrand

       A brand used to search for top creators. Data fetched is based on the
       list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchBrand search_brand = 5;
      Returns:
      The searchBrand.
    • getSearchBrandOrBuilder

       A brand used to search for top creators. Data fetched is based on the
       list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchBrand search_brand = 5;
    • hasSearchChannels

      boolean hasSearchChannels()
       YouTube Channel IDs for Creator Insights. Data fetched for channels is
       based on the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
      Returns:
      Whether the searchChannels field is set.
    • getSearchChannels

       YouTube Channel IDs for Creator Insights. Data fetched for channels is
       based on the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
      Returns:
      The searchChannels.
    • getSearchChannelsOrBuilder

       YouTube Channel IDs for Creator Insights. Data fetched for channels is
       based on the list of countries specified in [country_locations].
       
      .google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
    • getCriteriaCase