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
Modifier and TypeMethodDescriptionProvide a seed audience to get suggestions for.Provide a seed audience to get suggestions for.Provide a text description of an audience to get AI-generated targeting suggestions.Provide a text description of an audience to get AI-generated targeting suggestions.Required.com.google.protobuf.ByteStringRequired.Optional.com.google.protobuf.ByteStringOptional.booleanProvide a seed audience to get suggestions for.booleanProvide a text description of an audience to get AI-generated targeting suggestions.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.
-
getCustomerInsightsGroup
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.
-
hasAudienceDefinition
boolean hasAudienceDefinition()Provide a seed audience to get suggestions for.
.google.ads.googleads.v18.services.InsightsAudienceDefinition audience_definition = 6;- Returns:
- Whether the audienceDefinition field is set.
-
getAudienceDefinition
InsightsAudienceDefinition getAudienceDefinition()Provide a seed audience to get suggestions for.
.google.ads.googleads.v18.services.InsightsAudienceDefinition audience_definition = 6;- Returns:
- The audienceDefinition.
-
getAudienceDefinitionOrBuilder
InsightsAudienceDefinitionOrBuilder getAudienceDefinitionOrBuilder()Provide a seed audience to get suggestions for.
.google.ads.googleads.v18.services.InsightsAudienceDefinition audience_definition = 6; -
hasAudienceDescription
boolean hasAudienceDescription()Provide a text description of an audience to get AI-generated targeting suggestions. This can take around 5 or more seconds to complete.
.google.ads.googleads.v18.services.InsightsAudienceDescription audience_description = 7;- Returns:
- Whether the audienceDescription field is set.
-
getAudienceDescription
InsightsAudienceDescription getAudienceDescription()Provide a text description of an audience to get AI-generated targeting suggestions. This can take around 5 or more seconds to complete.
.google.ads.googleads.v18.services.InsightsAudienceDescription audience_description = 7;- Returns:
- The audienceDescription.
-
getAudienceDescriptionOrBuilder
InsightsAudienceDescriptionOrBuilder getAudienceDescriptionOrBuilder()Provide a text description of an audience to get AI-generated targeting suggestions. This can take around 5 or more seconds to complete.
.google.ads.googleads.v18.services.InsightsAudienceDescription audience_description = 7; -
getAudienceInputCase
GenerateSuggestedTargetingInsightsRequest.AudienceInputCase getAudienceInputCase()
-