Interface GenerateTargetingSuggestionMetricsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateTargetingSuggestionMetricsRequest,GenerateTargetingSuggestionMetricsRequest.Builder
public interface GenerateTargetingSuggestionMetricsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAudiences(int index) Required.intRequired.Required.getAudiencesOrBuilder(int index) Required.List<? extends InsightsAudienceOrBuilder>Required.Required.com.google.protobuf.ByteStringRequired.Optional.com.google.protobuf.ByteStringOptional.Optional.Optional.booleanOptional.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.
-
getAudiencesList
List<InsightsAudience> getAudiencesList()Required. Audiences to request metrics for.
repeated .google.ads.googleads.v21.services.InsightsAudience audiences = 5 [(.google.api.field_behavior) = REQUIRED]; -
getAudiences
Required. Audiences to request metrics for.
repeated .google.ads.googleads.v21.services.InsightsAudience audiences = 5 [(.google.api.field_behavior) = REQUIRED]; -
getAudiencesCount
int getAudiencesCount()Required. Audiences to request metrics for.
repeated .google.ads.googleads.v21.services.InsightsAudience audiences = 5 [(.google.api.field_behavior) = REQUIRED]; -
getAudiencesOrBuilderList
List<? extends InsightsAudienceOrBuilder> getAudiencesOrBuilderList()Required. Audiences to request metrics for.
repeated .google.ads.googleads.v21.services.InsightsAudience audiences = 5 [(.google.api.field_behavior) = REQUIRED]; -
getAudiencesOrBuilder
Required. Audiences to request metrics for.
repeated .google.ads.googleads.v21.services.InsightsAudience audiences = 5 [(.google.api.field_behavior) = REQUIRED]; -
getCustomerInsightsGroup
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];- 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 = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for customerInsightsGroup.
-
hasInsightsApplicationInfo
boolean hasInsightsApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo insights_application_info = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the insightsApplicationInfo field is set.
-
getInsightsApplicationInfo
AdditionalApplicationInfo getInsightsApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo insights_application_info = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The insightsApplicationInfo.
-
getInsightsApplicationInfoOrBuilder
AdditionalApplicationInfoOrBuilder getInsightsApplicationInfoOrBuilder()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo insights_application_info = 4 [(.google.api.field_behavior) = OPTIONAL];
-