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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicInsightsAudiencegetBaselineAudience()Required.BasicInsightsAudienceOrBuildergetBaselineAudienceOrBuilder()Required.java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.java.lang.StringgetCustomerInsightsGroup()The name of the customer being planned for.com.google.protobuf.ByteStringgetCustomerInsightsGroupBytes()The name of the customer being planned for.BasicInsightsAudiencegetSpecificAudience()Required.BasicInsightsAudienceOrBuildergetSpecificAudienceOrBuilder()Required.booleanhasBaselineAudience()Required.booleanhasSpecificAudience()Required.-
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.
-
hasBaselineAudience
boolean hasBaselineAudience()
Required. A baseline audience for this report, typically all people in a region.
.google.ads.googleads.v15.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.v15.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.v15.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.v15.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.v15.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.v15.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
-
getCustomerInsightsGroup
java.lang.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.
-
-