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

com.google.ads.googleads.v17.services.SuggestSmartCampaignBudgetOptionsRequestOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface SuggestSmartCampaignBudgetOptionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SuggestSmartCampaignBudgetOptionsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The ID of the customer whose budget options are to be suggested.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The ID of the customer whose budget options are to be suggested.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. The resource name of the campaign to get suggestion for.
   * 
* * string campaign = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return Whether the campaign field is set. */ boolean hasCampaign(); /** *
   * Required. The resource name of the campaign to get suggestion for.
   * 
* * string campaign = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The campaign. */ java.lang.String getCampaign(); /** *
   * Required. The resource name of the campaign to get suggestion for.
   * 
* * string campaign = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Required. Information needed to get budget options
   * 
* * .google.ads.googleads.v17.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the suggestionInfo field is set. */ boolean hasSuggestionInfo(); /** *
   * Required. Information needed to get budget options
   * 
* * .google.ads.googleads.v17.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The suggestionInfo. */ com.google.ads.googleads.v17.services.SmartCampaignSuggestionInfo getSuggestionInfo(); /** *
   * Required. Information needed to get budget options
   * 
* * .google.ads.googleads.v17.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v17.services.SmartCampaignSuggestionInfoOrBuilder getSuggestionInfoOrBuilder(); com.google.ads.googleads.v17.services.SuggestSmartCampaignBudgetOptionsRequest.SuggestionDataCase getSuggestionDataCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy