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.
    • hasSearchAttributes

      boolean hasSearchAttributes()
       The list of attributes to search for top creators in.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

       The list of attributes to search for top creators in.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
      Returns:
      The searchAttributes.
    • getSearchAttributesOrBuilder

       The list of attributes to search for top creators in.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;
    • hasSearchChannels

      boolean hasSearchChannels()
       The list of YouTube Channel IDs to fetch creator insights for.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
      Returns:
      Whether the searchChannels field is set.
    • getSearchChannels

       The list of YouTube Channel IDs to fetch creator insights for.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
      Returns:
      The searchChannels.
    • getSearchChannelsOrBuilder

       The list of YouTube Channel IDs to fetch creator insights for.
       
      .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;
    • getCriteriaCase