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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCampaign()Required.com.google.protobuf.ByteStringgetCampaignBytes()Required.java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.SuggestSmartCampaignBudgetOptionsRequest.SuggestionDataCasegetSuggestionDataCase()SmartCampaignSuggestionInfogetSuggestionInfo()Required.SmartCampaignSuggestionInfoOrBuildergetSuggestionInfoOrBuilder()Required.booleanhasCampaign()Required.booleanhasSuggestionInfo()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
getSuggestionDataCase
SuggestSmartCampaignBudgetOptionsRequest.SuggestionDataCase getSuggestionDataCase()
-
-