All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v18.services.GenerateTargetingSuggestionMetricsRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;

public interface GenerateTargetingSuggestionMetricsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.GenerateTargetingSuggestionMetricsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The ID of the customer.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The ID of the customer.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. Audiences to request metrics for.
   * 
* * repeated .google.ads.googleads.v18.services.BasicInsightsAudience audiences = 2 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List getAudiencesList(); /** *
   * Required. Audiences to request metrics for.
   * 
* * repeated .google.ads.googleads.v18.services.BasicInsightsAudience audiences = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v18.services.BasicInsightsAudience getAudiences(int index); /** *
   * Required. Audiences to request metrics for.
   * 
* * repeated .google.ads.googleads.v18.services.BasicInsightsAudience audiences = 2 [(.google.api.field_behavior) = REQUIRED]; */ int getAudiencesCount(); /** *
   * Required. Audiences to request metrics for.
   * 
* * repeated .google.ads.googleads.v18.services.BasicInsightsAudience audiences = 2 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List getAudiencesOrBuilderList(); /** *
   * Required. Audiences to request metrics for.
   * 
* * repeated .google.ads.googleads.v18.services.BasicInsightsAudience audiences = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v18.services.BasicInsightsAudienceOrBuilder getAudiencesOrBuilder( int index); /** *
   * Optional. The name of the customer being planned for.  This is a
   * user-defined value.
   * 
* * string customer_insights_group = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return The customerInsightsGroup. */ java.lang.String getCustomerInsightsGroup(); /** *
   * Optional. The name of the customer being planned for.  This is a
   * user-defined value.
   * 
* * string customer_insights_group = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for customerInsightsGroup. */ com.google.protobuf.ByteString getCustomerInsightsGroupBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy