Interface GenerateAudienceCompositionInsightsRequestOrBuilder

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

public interface GenerateAudienceCompositionInsightsRequestOrBuilder 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.
    • hasAudience

      boolean hasAudience()
       Required. The audience of interest for which insights are being requested.
       
      .google.ads.googleads.v18.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the audience field is set.
    • getAudience

      InsightsAudience getAudience()
       Required. The audience of interest for which insights are being requested.
       
      .google.ads.googleads.v18.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The audience.
    • getAudienceOrBuilder

      InsightsAudienceOrBuilder getAudienceOrBuilder()
       Required. The audience of interest for which insights are being requested.
       
      .google.ads.googleads.v18.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
    • hasBaselineAudience

      boolean hasBaselineAudience()
       The baseline audience to which the audience of interest is being
       compared.
       
      .google.ads.googleads.v18.services.InsightsAudience baseline_audience = 6;
      Returns:
      Whether the baselineAudience field is set.
    • getBaselineAudience

      InsightsAudience getBaselineAudience()
       The baseline audience to which the audience of interest is being
       compared.
       
      .google.ads.googleads.v18.services.InsightsAudience baseline_audience = 6;
      Returns:
      The baselineAudience.
    • getBaselineAudienceOrBuilder

      InsightsAudienceOrBuilder getBaselineAudienceOrBuilder()
       The baseline audience to which the audience of interest is being
       compared.
       
      .google.ads.googleads.v18.services.InsightsAudience baseline_audience = 6;
    • getDataMonth

      String getDataMonth()
       The one-month range of historical data to use for insights, in the format
       "yyyy-mm". If unset, insights will be returned for the last thirty days of
       data.
       
      string data_month = 3;
      Returns:
      The dataMonth.
    • getDataMonthBytes

      com.google.protobuf.ByteString getDataMonthBytes()
       The one-month range of historical data to use for insights, in the format
       "yyyy-mm". If unset, insights will be returned for the last thirty days of
       data.
       
      string data_month = 3;
      Returns:
      The bytes for dataMonth.
    • getDimensionsList

       Required. The audience dimensions for which composition insights should be
       returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY,
       SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_DYNAMIC_LINEUP,
       AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, PARENTAL_STATUS,
       INCOME_RANGE, AGE_RANGE, and GENDER.
       
      repeated .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the dimensions.
    • getDimensionsCount

      int getDimensionsCount()
       Required. The audience dimensions for which composition insights should be
       returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY,
       SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_DYNAMIC_LINEUP,
       AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, PARENTAL_STATUS,
       INCOME_RANGE, AGE_RANGE, and GENDER.
       
      repeated .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of dimensions.
    • getDimensions

       Required. The audience dimensions for which composition insights should be
       returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY,
       SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_DYNAMIC_LINEUP,
       AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, PARENTAL_STATUS,
       INCOME_RANGE, AGE_RANGE, and GENDER.
       
      repeated .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The dimensions at the given index.
    • getDimensionsValueList

      List<Integer> getDimensionsValueList()
       Required. The audience dimensions for which composition insights should be
       returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY,
       SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_DYNAMIC_LINEUP,
       AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, PARENTAL_STATUS,
       INCOME_RANGE, AGE_RANGE, and GENDER.
       
      repeated .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the enum numeric values on the wire for dimensions.
    • getDimensionsValue

      int getDimensionsValue(int index)
       Required. The audience dimensions for which composition insights should be
       returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY,
       SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_DYNAMIC_LINEUP,
       AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, PARENTAL_STATUS,
       INCOME_RANGE, AGE_RANGE, and GENDER.
       
      repeated .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of dimensions at the given index.
    • getCustomerInsightsGroup

      String getCustomerInsightsGroup()
       The name of the customer being planned for.  This is a user-defined value.
       
      string customer_insights_group = 5;
      Returns:
      The customerInsightsGroup.
    • getCustomerInsightsGroupBytes

      com.google.protobuf.ByteString getCustomerInsightsGroupBytes()
       The name of the customer being planned for.  This is a user-defined value.
       
      string customer_insights_group = 5;
      Returns:
      The bytes for customerInsightsGroup.