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
Modifier and TypeMethodDescriptionRequired.Required.Required.com.google.protobuf.ByteStringRequired.The name of the customer being planned for.com.google.protobuf.ByteStringThe name of the customer being planned for.Required.Required.booleanRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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.
-