Interface SuggestSmartCampaignBudgetOptionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestSmartCampaignBudgetOptionsRequest,SuggestSmartCampaignBudgetOptionsRequest.Builder
public interface SuggestSmartCampaignBudgetOptionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Required.Required.booleanRequired.booleanRequired.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 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
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.v18.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.v18.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.v18.services.SmartCampaignSuggestionInfo suggestion_info = 3 [(.google.api.field_behavior) = REQUIRED]; -
getSuggestionDataCase
SuggestSmartCampaignBudgetOptionsRequest.SuggestionDataCase getSuggestionDataCase()
-