Interface GenerateTrendingInsightsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateTrendingInsightsRequest,GenerateTrendingInsightsRequest.Builder
public interface GenerateTrendingInsightsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.An audience to search for trending content in.An audience to search for trending content in.Content topics to return trend information for.Content topics to return trend information for.booleanRequired.booleanAn audience to search for trending content in.booleanContent topics to return trend information for.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()Required. The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The customerInsightsGroup.
-
getCustomerInsightsGroupBytes
com.google.protobuf.ByteString getCustomerInsightsGroupBytes()Required. The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for customerInsightsGroup.
-
hasCountryLocation
boolean hasCountryLocation()Required. The country to find trends in.
.google.ads.googleads.v19.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the countryLocation field is set.
-
getCountryLocation
LocationInfo getCountryLocation()Required. The country to find trends in.
.google.ads.googleads.v19.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The countryLocation.
-
getCountryLocationOrBuilder
LocationInfoOrBuilder getCountryLocationOrBuilder()Required. The country to find trends in.
.google.ads.googleads.v19.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED]; -
hasSearchAudience
boolean hasSearchAudience()An audience to search for trending content in.
.google.ads.googleads.v19.services.SearchAudience search_audience = 4;- Returns:
- Whether the searchAudience field is set.
-
getSearchAudience
SearchAudience getSearchAudience()An audience to search for trending content in.
.google.ads.googleads.v19.services.SearchAudience search_audience = 4;- Returns:
- The searchAudience.
-
getSearchAudienceOrBuilder
SearchAudienceOrBuilder getSearchAudienceOrBuilder()An audience to search for trending content in.
.google.ads.googleads.v19.services.SearchAudience search_audience = 4; -
hasSearchTopics
boolean hasSearchTopics()Content topics to return trend information for.
.google.ads.googleads.v19.services.SearchTopics search_topics = 5;- Returns:
- Whether the searchTopics field is set.
-
getSearchTopics
SearchTopics getSearchTopics()Content topics to return trend information for.
.google.ads.googleads.v19.services.SearchTopics search_topics = 5;- Returns:
- The searchTopics.
-
getSearchTopicsOrBuilder
SearchTopicsOrBuilder getSearchTopicsOrBuilder()Content topics to return trend information for.
.google.ads.googleads.v19.services.SearchTopics search_topics = 5; -
getCriteriaCase
GenerateTrendingInsightsRequest.CriteriaCase getCriteriaCase()
-