Interface SuggestSmartCampaignBudgetOptionsRequestOrBuilder

    • Method Detail

      • getCustomerId

        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];
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
         Required. The ID of the customer whose budget options are to be suggested.
         
        string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for customerId.
      • hasCampaign

        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) = { ... }
        Returns:
        Whether the campaign field is set.
      • getCampaign

        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) = { ... }
        Returns:
        The campaign.
      • getCampaignBytes

        com.google.protobuf.ByteString getCampaignBytes()
         Required. The resource name of the campaign to get suggestion for.
         
        string campaign = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for campaign.
      • hasSuggestionInfo

        boolean hasSuggestionInfo()
         Required. Information needed to get budget options
         
        .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the suggestionInfo field is set.
      • getSuggestionInfo

        SmartCampaignSuggestionInfo getSuggestionInfo()
         Required. Information needed to get budget options
         
        .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The suggestionInfo.
      • getSuggestionInfoOrBuilder

        SmartCampaignSuggestionInfoOrBuilder getSuggestionInfoOrBuilder()
         Required. Information needed to get budget options
         
        .google.ads.googleads.v10.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED];