All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.SuggestSmartCampaignAdRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/smart_campaign_suggest_service.proto

package com.google.ads.googleads.v10.services;

public interface SuggestSmartCampaignAdRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.SuggestSmartCampaignAdRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The ID of the customer.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The ID of the customer.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. Inputs used to suggest a Smart campaign ad.
   * Required fields: final_url, language_code, keyword_themes.
   * Optional but recommended fields to improve the quality of the suggestion:
   * business_setting and geo_target.
   * 
* * .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the suggestionInfo field is set. */ boolean hasSuggestionInfo(); /** *
   * Required. Inputs used to suggest a Smart campaign ad.
   * Required fields: final_url, language_code, keyword_themes.
   * Optional but recommended fields to improve the quality of the suggestion:
   * business_setting and geo_target.
   * 
* * .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The suggestionInfo. */ com.google.ads.googleads.v10.services.SmartCampaignSuggestionInfo getSuggestionInfo(); /** *
   * Required. Inputs used to suggest a Smart campaign ad.
   * Required fields: final_url, language_code, keyword_themes.
   * Optional but recommended fields to improve the quality of the suggestion:
   * business_setting and geo_target.
   * 
* * .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v10.services.SmartCampaignSuggestionInfoOrBuilder getSuggestionInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy