Interface GenerateKeywordIdeasRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateKeywordIdeasRequest, GenerateKeywordIdeasRequest.Builder

public interface GenerateKeywordIdeasRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       The ID of the customer with the recommendation.
       
      string customer_id = 1;
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       The ID of the customer with the recommendation.
       
      string customer_id = 1;
      Returns:
      The bytes for customerId.
    • hasLanguage

      boolean hasLanguage()
       The resource name of the language to target.
       Each keyword belongs to some set of languages; a keyword is included if
       language is one of its languages.
       If not set, all keywords will be included.
       
      optional string language = 14;
      Returns:
      Whether the language field is set.
    • getLanguage

      String getLanguage()
       The resource name of the language to target.
       Each keyword belongs to some set of languages; a keyword is included if
       language is one of its languages.
       If not set, all keywords will be included.
       
      optional string language = 14;
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
       The resource name of the language to target.
       Each keyword belongs to some set of languages; a keyword is included if
       language is one of its languages.
       If not set, all keywords will be included.
       
      optional string language = 14;
      Returns:
      The bytes for language.
    • getGeoTargetConstantsList

      List<String> getGeoTargetConstantsList()
       The resource names of the location to target. Maximum is 10.
       An empty list MAY be used to specify all targeting geos.
       
      repeated string geo_target_constants = 15;
      Returns:
      A list containing the geoTargetConstants.
    • getGeoTargetConstantsCount

      int getGeoTargetConstantsCount()
       The resource names of the location to target. Maximum is 10.
       An empty list MAY be used to specify all targeting geos.
       
      repeated string geo_target_constants = 15;
      Returns:
      The count of geoTargetConstants.
    • getGeoTargetConstants

      String getGeoTargetConstants(int index)
       The resource names of the location to target. Maximum is 10.
       An empty list MAY be used to specify all targeting geos.
       
      repeated string geo_target_constants = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The geoTargetConstants at the given index.
    • getGeoTargetConstantsBytes

      com.google.protobuf.ByteString getGeoTargetConstantsBytes(int index)
       The resource names of the location to target. Maximum is 10.
       An empty list MAY be used to specify all targeting geos.
       
      repeated string geo_target_constants = 15;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the geoTargetConstants at the given index.
    • getIncludeAdultKeywords

      boolean getIncludeAdultKeywords()
       If true, adult keywords will be included in response.
       The default value is false.
       
      bool include_adult_keywords = 10;
      Returns:
      The includeAdultKeywords.
    • getPageToken

      String getPageToken()
       Token of the page to retrieve. If not specified, the first
       page of results will be returned. To request next page of results use the
       value obtained from `next_page_token` in the previous response.
       The request fields must match across pages.
       
      string page_token = 12;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       Token of the page to retrieve. If not specified, the first
       page of results will be returned. To request next page of results use the
       value obtained from `next_page_token` in the previous response.
       The request fields must match across pages.
       
      string page_token = 12;
      Returns:
      The bytes for pageToken.
    • getPageSize

      int getPageSize()
       Number of results to retrieve in a single page.
       A maximum of 10,000 results may be returned, if the page_size
       exceeds this, it is ignored.
       If unspecified, at most 10,000 results will be returned.
       The server may decide to further limit the number of returned resources.
       If the response contains fewer than 10,000 results it may not be assumed
       as last page of results.
       
      int32 page_size = 13;
      Returns:
      The pageSize.
    • getKeywordPlanNetworkValue

      int getKeywordPlanNetworkValue()
       Targeting network.
       If not set, Google Search And Partners Network will be used.
       
      .google.ads.googleads.v18.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork keyword_plan_network = 9;
      Returns:
      The enum numeric value on the wire for keywordPlanNetwork.
    • getKeywordPlanNetwork

       Targeting network.
       If not set, Google Search And Partners Network will be used.
       
      .google.ads.googleads.v18.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork keyword_plan_network = 9;
      Returns:
      The keywordPlanNetwork.
    • getKeywordAnnotationList

       The keyword annotations to include in response.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation keyword_annotation = 17;
      Returns:
      A list containing the keywordAnnotation.
    • getKeywordAnnotationCount

      int getKeywordAnnotationCount()
       The keyword annotations to include in response.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation keyword_annotation = 17;
      Returns:
      The count of keywordAnnotation.
    • getKeywordAnnotation

       The keyword annotations to include in response.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation keyword_annotation = 17;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keywordAnnotation at the given index.
    • getKeywordAnnotationValueList

      List<Integer> getKeywordAnnotationValueList()
       The keyword annotations to include in response.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation keyword_annotation = 17;
      Returns:
      A list containing the enum numeric values on the wire for keywordAnnotation.
    • getKeywordAnnotationValue

      int getKeywordAnnotationValue(int index)
       The keyword annotations to include in response.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation keyword_annotation = 17;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of keywordAnnotation at the given index.
    • hasAggregateMetrics

      boolean hasAggregateMetrics()
       The aggregate fields to include in response.
       
      .google.ads.googleads.v18.common.KeywordPlanAggregateMetrics aggregate_metrics = 16;
      Returns:
      Whether the aggregateMetrics field is set.
    • getAggregateMetrics

      KeywordPlanAggregateMetrics getAggregateMetrics()
       The aggregate fields to include in response.
       
      .google.ads.googleads.v18.common.KeywordPlanAggregateMetrics aggregate_metrics = 16;
      Returns:
      The aggregateMetrics.
    • getAggregateMetricsOrBuilder

      KeywordPlanAggregateMetricsOrBuilder getAggregateMetricsOrBuilder()
       The aggregate fields to include in response.
       
      .google.ads.googleads.v18.common.KeywordPlanAggregateMetrics aggregate_metrics = 16;
    • hasHistoricalMetricsOptions

      boolean hasHistoricalMetricsOptions()
       The options for historical metrics data.
       
      .google.ads.googleads.v18.common.HistoricalMetricsOptions historical_metrics_options = 18;
      Returns:
      Whether the historicalMetricsOptions field is set.
    • getHistoricalMetricsOptions

      HistoricalMetricsOptions getHistoricalMetricsOptions()
       The options for historical metrics data.
       
      .google.ads.googleads.v18.common.HistoricalMetricsOptions historical_metrics_options = 18;
      Returns:
      The historicalMetricsOptions.
    • getHistoricalMetricsOptionsOrBuilder

      HistoricalMetricsOptionsOrBuilder getHistoricalMetricsOptionsOrBuilder()
       The options for historical metrics data.
       
      .google.ads.googleads.v18.common.HistoricalMetricsOptions historical_metrics_options = 18;
    • hasKeywordAndUrlSeed

      boolean hasKeywordAndUrlSeed()
       A Keyword and a specific Url to generate ideas from
       for example, cars, www.example.com/cars.
       
      .google.ads.googleads.v18.services.KeywordAndUrlSeed keyword_and_url_seed = 2;
      Returns:
      Whether the keywordAndUrlSeed field is set.
    • getKeywordAndUrlSeed

      KeywordAndUrlSeed getKeywordAndUrlSeed()
       A Keyword and a specific Url to generate ideas from
       for example, cars, www.example.com/cars.
       
      .google.ads.googleads.v18.services.KeywordAndUrlSeed keyword_and_url_seed = 2;
      Returns:
      The keywordAndUrlSeed.
    • getKeywordAndUrlSeedOrBuilder

      KeywordAndUrlSeedOrBuilder getKeywordAndUrlSeedOrBuilder()
       A Keyword and a specific Url to generate ideas from
       for example, cars, www.example.com/cars.
       
      .google.ads.googleads.v18.services.KeywordAndUrlSeed keyword_and_url_seed = 2;
    • hasKeywordSeed

      boolean hasKeywordSeed()
       A Keyword or phrase to generate ideas from, for example, cars.
       
      .google.ads.googleads.v18.services.KeywordSeed keyword_seed = 3;
      Returns:
      Whether the keywordSeed field is set.
    • getKeywordSeed

      KeywordSeed getKeywordSeed()
       A Keyword or phrase to generate ideas from, for example, cars.
       
      .google.ads.googleads.v18.services.KeywordSeed keyword_seed = 3;
      Returns:
      The keywordSeed.
    • getKeywordSeedOrBuilder

      KeywordSeedOrBuilder getKeywordSeedOrBuilder()
       A Keyword or phrase to generate ideas from, for example, cars.
       
      .google.ads.googleads.v18.services.KeywordSeed keyword_seed = 3;
    • hasUrlSeed

      boolean hasUrlSeed()
       A specific url to generate ideas from, for example, www.example.com/cars.
       
      .google.ads.googleads.v18.services.UrlSeed url_seed = 5;
      Returns:
      Whether the urlSeed field is set.
    • getUrlSeed

      UrlSeed getUrlSeed()
       A specific url to generate ideas from, for example, www.example.com/cars.
       
      .google.ads.googleads.v18.services.UrlSeed url_seed = 5;
      Returns:
      The urlSeed.
    • getUrlSeedOrBuilder

      UrlSeedOrBuilder getUrlSeedOrBuilder()
       A specific url to generate ideas from, for example, www.example.com/cars.
       
      .google.ads.googleads.v18.services.UrlSeed url_seed = 5;
    • hasSiteSeed

      boolean hasSiteSeed()
       The site to generate ideas from, for example, www.example.com.
       
      .google.ads.googleads.v18.services.SiteSeed site_seed = 11;
      Returns:
      Whether the siteSeed field is set.
    • getSiteSeed

      SiteSeed getSiteSeed()
       The site to generate ideas from, for example, www.example.com.
       
      .google.ads.googleads.v18.services.SiteSeed site_seed = 11;
      Returns:
      The siteSeed.
    • getSiteSeedOrBuilder

      SiteSeedOrBuilder getSiteSeedOrBuilder()
       The site to generate ideas from, for example, www.example.com.
       
      .google.ads.googleads.v18.services.SiteSeed site_seed = 11;
    • getSeedCase