Interface GenerateSuggestedTargetingInsightsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateSuggestedTargetingInsightsRequest,GenerateSuggestedTargetingInsightsRequest.Builder
public interface GenerateSuggestedTargetingInsightsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightsAudiencegetAudience()Required.InsightsAudienceOrBuildergetAudienceOrBuilder()Required.InsightsAudiencegetBaselineAudience()Optional.InsightsAudienceOrBuildergetBaselineAudienceOrBuilder()Optional.java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.java.lang.StringgetCustomerInsightsGroup()Optional.com.google.protobuf.ByteStringgetCustomerInsightsGroupBytes()Optional.java.lang.StringgetDataMonth()Optional.com.google.protobuf.ByteStringgetDataMonthBytes()Optional.booleanhasAudience()Required.booleanhasBaselineAudience()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCustomerId
java.lang.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.v15.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.v15.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.v15.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];
-
hasBaselineAudience
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.v15.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the baselineAudience field is set.
-
getBaselineAudience
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.v15.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The baselineAudience.
-
getBaselineAudienceOrBuilder
InsightsAudienceOrBuilder getBaselineAudienceOrBuilder()
Optional. The baseline audience. The default, if unspecified, is all people in the same country as the audience of interest.
.google.ads.googleads.v15.services.InsightsAudience baseline_audience = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getDataMonth
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];- Returns:
- The dataMonth.
-
getDataMonthBytes
com.google.protobuf.ByteString getDataMonthBytes()
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];- Returns:
- The bytes for dataMonth.
-
getCustomerInsightsGroup
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];- Returns:
- The customerInsightsGroup.
-
getCustomerInsightsGroupBytes
com.google.protobuf.ByteString getCustomerInsightsGroupBytes()
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];- Returns:
- The bytes for customerInsightsGroup.
-
-