Interface GenerateInsightsFinderReportRequestOrBuilder

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

public interface GenerateInsightsFinderReportRequestOrBuilder 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.
    • hasBaselineAudience

      boolean hasBaselineAudience()
       Required. A baseline audience for this report, typically all people in a
       region.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the baselineAudience field is set.
    • getBaselineAudience

      BasicInsightsAudience getBaselineAudience()
       Required. A baseline audience for this report, typically all people in a
       region.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The baselineAudience.
    • getBaselineAudienceOrBuilder

      BasicInsightsAudienceOrBuilder getBaselineAudienceOrBuilder()
       Required. A baseline audience for this report, typically all people in a
       region.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
    • hasSpecificAudience

      boolean hasSpecificAudience()
       Required. The specific audience of interest for this report.  The insights
       in the report will be based on attributes more prevalent in this audience
       than in the report's baseline audience.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the specificAudience field is set.
    • getSpecificAudience

      BasicInsightsAudience getSpecificAudience()
       Required. The specific audience of interest for this report.  The insights
       in the report will be based on attributes more prevalent in this audience
       than in the report's baseline audience.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The specificAudience.
    • getSpecificAudienceOrBuilder

      BasicInsightsAudienceOrBuilder getSpecificAudienceOrBuilder()
       Required. The specific audience of interest for this report.  The insights
       in the report will be based on attributes more prevalent in this audience
       than in the report's baseline audience.
       
      .google.ads.googleads.v18.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
    • getCustomerInsightsGroup

      String getCustomerInsightsGroup()
       The name of the customer being planned for.  This is a user-defined value.
       
      string customer_insights_group = 4;
      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 = 4;
      Returns:
      The bytes for customerInsightsGroup.