com.google.ads.googleads.v17.services.GenerateSuggestedTargetingInsightsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GenerateSuggestedTargetingInsightsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateSuggestedTargetingInsightsRequest)
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. The audience of interest for which insights are being requested.
*
*
* .google.ads.googleads.v17.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the audience field is set.
*/
boolean hasAudience();
/**
*
* Required. The audience of interest for which insights are being requested.
*
*
* .google.ads.googleads.v17.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The audience.
*/
com.google.ads.googleads.v17.services.InsightsAudience getAudience();
/**
*
* Required. The audience of interest for which insights are being requested.
*
*
* .google.ads.googleads.v17.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.InsightsAudienceOrBuilder getAudienceOrBuilder();
/**
*
* Optional. The baseline audience. The default, if unspecified, is all
* people in the same country as the audience of interest.
*
*
* .google.ads.googleads.v17.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];
* @return Whether the baselineAudience field is set.
*/
boolean hasBaselineAudience();
/**
*
* Optional. The baseline audience. The default, if unspecified, is all
* people in the same country as the audience of interest.
*
*
* .google.ads.googleads.v17.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];
* @return The baselineAudience.
*/
com.google.ads.googleads.v17.services.InsightsAudience getBaselineAudience();
/**
*
* Optional. The baseline audience. The default, if unspecified, is all
* people in the same country as the audience of interest.
*
*
* .google.ads.googleads.v17.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
com.google.ads.googleads.v17.services.InsightsAudienceOrBuilder getBaselineAudienceOrBuilder();
/**
*
* Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
* @return The dataMonth.
*/
java.lang.String getDataMonth();
/**
*
* Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
* @return The bytes for dataMonth.
*/
com.google.protobuf.ByteString
getDataMonthBytes();
/**
*
* Optional. The name of the customer being planned for. This is a
* user-defined value.
*
*
* string customer_insights_group = 5 [(.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 = 5 [(.google.api.field_behavior) = OPTIONAL];
* @return The bytes for customerInsightsGroup.
*/
com.google.protobuf.ByteString
getCustomerInsightsGroupBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy